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. |
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message: Recursive revision bump / recommended bump for gettext ABI change. |
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-09-28 22:52:28 by Roland Illig | Files touched by this commit (180) |
Log message: Replaced "# defined" with "yes" in Makefile variables like \ GNU_CONFIGURE, NO_BUILD, USE_LIBTOOL. |
2005-05-18 16:23:10 by Min Sik Kim | Files touched by this commit (2) |
Log message: Do not declare a static variable as non-static in a header file. This makes the package build on Darwin-8.x. |
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-02-23 23:24:35 by Alistair G. Crooks | Files touched by this commit (505) |
Log message: Add RMD160 digests. |
2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908) |
Log message: Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. |
2004-04-23 01:57:53 by Min Sik Kim | Files touched by this commit (1) |
Log message: Enable pkgviews installation. |
2004-04-22 05:58:36 by Soren Jacobsen | Files touched by this commit (1) |
Log message: Convert to buildlink3. |