2005-12-29 07:22:26 by Johnny C. Lam | Files touched by this commit (597) |
Log message: Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk automatically detects whether we want the pkginstall machinery to be used by the package Makefile. |
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 21:10:41 by Johnny C. Lam | Files touched by this commit (65) |
Log message: Remove some unnecessarily strong dependencies on perl that resulted from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead. |
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 12:02:59 by Alistair G. Crooks | Files touched by this commit (172) |
Log message: Add RMD160 digests |
2005-02-21 21:26:15 by Hubert Feyrer | Files touched by this commit (116) |
Log message: Sign over maintainership to tech-pkg@ |
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-05-24 11:10:06 by Adam Ciarcinski | Files touched by this commit (6) |
Log message: Fixed problem with statfs; do not force compiler optimisations any more |
2004-04-11 19:27:57 by Soren Jacobsen | Files touched by this commit (2) |
Log message: Convert to buildlink3 and fix a spelling error in DESCR. |
2004-02-19 15:59:10 by Thomas Klausner | Files touched by this commit (1) |
Log message: Add USE_LANGUAGES= c c++ on recommendation by jlam. |