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-06-17 05:50:45 by Johnny C. Lam | Files touched by this commit (387) |
Log message: Create directories before installing files into them. |
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-24 15:08:42 by Thomas Klausner | Files touched by this commit (277) |
Log message: Add RMD160 checksums. |
2004-10-03 02:18:40 by Todd Vierling | Files touched by this commit (863) |
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-25 08:58:43 by Soren Jacobsen | Files touched by this commit (1) |
Log message: Convert to buildlink3. |
2004-04-25 00:46:14 by Johnny C. Lam | Files touched by this commit (109) |
Log message: Relinquish maintainership of packages to tech-pkg@NetBSD.org. |
2003-10-11 15:40:20 by grant beattie | Files touched by this commit (15) |
Log message: bump PKGREVISIONs after bump of expat BUILDLINK_DEPENDS. |
2003-07-18 00:57:07 by grant beattie | Files touched by this commit (1065) |
Log message: s/netbsd.org/NetBSD.org/ |
2002-09-25 20:10:20 by Thomas Klausner | Files touched by this commit (1) |
Log message: Close PR 18095: INSTALL_DATA_DIR does not take more than one argument on Solaris. Patch by Julien T. Letessier. |