2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257) |
Log message: Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to \ "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. |
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message: Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html |
2005-07-16 03:19:27 by Johnny C. Lam | Files touched by this commit (273) |
Log message: Get rid of USE_PERL5. The new way to express needing the Perl executable around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable. |
2005-07-10 12:32:33 by Krister Walfridsson | Files touched by this commit (3) |
Log message: Prevent paths to the build directories from being included in the package. Bump PKGREVISION. |
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message: Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. |
2005-03-02 15:11:28 by Thomas Klausner | Files touched by this commit (4) |
Log message: Adapt to texi2html-1.76 and depend on it. Bump PKGREVISION. |
2005-02-23 23:24:35 by Alistair G. Crooks | Files touched by this commit (505) |
Log message: Add RMD160 digests. |
2005-01-01 04:18:40 by Min Sik Kim | Files touched by this commit (1) |
Log message: Teach configure the correct perl path. Bump PKGREVISION. |
2004-04-26 00:59:48 by Thomas Klausner | Files touched by this commit (1) |
Log message: Unused. |
2004-04-22 07:38:33 by Min Sik Kim | Files touched by this commit (1) |
Log message: This package doesn't build anything; set NO_BUILDLINK=YES and USE_LANGUAGES=#empty, and use *DEPENDS instead of including buildlink2.mk. Enable pkgviews installation. |