2012-10-25 08:57:09 by Aleksej Saushev | Files touched by this commit (587) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
2010-07-06 12:17:17 by Julio Merino | Files touched by this commit (36) |
Log message: Transfer ownership to pkgsrc-users. pancake's address is not valid any more and he has agreed in private mail to drop maintainership. |
2009-07-07 22:27:05 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: user-destdir support |
2007-01-07 10:14:16 by Roland Illig | Files touched by this commit (412) |
Log message: Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein. |
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-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message: Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison |
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:48:51 by Alistair G. Crooks | Files touched by this commit (259) |
Log message: Add RMD160 digests to the SHA1 ones. |
2004-06-28 02:28:07 by Krister Walfridsson | Files touched by this commit (1) |
Log message: This is a C99 program, so require gcc3. |
2004-05-29 15:01:11 by Min Sik Kim | Files touched by this commit (1) |
Log message: Enable pkgviews installation. |