2012-10-07 19:41:39 by Aleksej Saushev | Files touched by this commit (52) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. Mark packages that don't or might probably not have staged installation. |
2008-03-08 12:53:22 by Adam Hoka | Files touched by this commit (1) |
Log message: Fix DESTDIR support by adding a manual install target. |
2008-03-08 12:30:44 by Adam Hoka | Files touched by this commit (3) |
Log message: Fixed compiler warnings. |
2006-05-19 18:51:28 by Yoshito Komatsu | Files touched by this commit (95) |
Log message: Replace tech-pkg@NetBSD.org with pkgsrc-users@NetBSD.org. |
2005-11-28 01:27:22 by Roland Illig | Files touched by this commit (79) |
Log message: Ran pkglint --autofix over the complete pkgsrc-wip. This changed all instances like MAKE_ENV+= VAR=${VAR} to the properly quoted form, VAR=${VAR:Q}, or even VAR=${VAR:M*:Q} if necessary. Manually reviewed the changes. |
2005-09-28 08:41:35 by Roland Illig | Files touched by this commit (132) |
Log message: Added RMD160 checksums. |
2005-04-11 23:16:11 by Todd Vierling | Files touched by this commit (1) |
Log message: Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. |
2004-12-02 17:39:10 by Thomas Klausner | Files touched by this commit (1) |
Log message: Rename ALL_TARGET variable to BUILD_TARGET. Mechanical changes to all packages using ALL_TARGET. Proposed by Roland Illig, ok'd by various people. |