2009-07-11 12:35:09 by Matthias Scheler | Files touched by this commit (1) |
Log message: Set license to public-domain. |
2009-05-16 23:06:50 by Zafer Aydogan | Files touched by this commit (1) | |
Log message: update master site. |
2007-10-28 16:29:58 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Supports DESTDIR installation. |
2007-01-18 12:28:00 by Roland Illig | Files touched by this commit (3) |
Log message: Fixed PKGMANDIR. |
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-21 12:49:51 by Matthias Scheler | Files touched by this commit (3) |
Log message: - Fix GCC 4.x build problems. - Correct crude Darwin build fix so it doesn't break under 8.x. |
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-11-07 14:55:32 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Depend on errno.h to provide errno. |
2005-02-22 22:16:37 by Alistair G. Crooks | Files touched by this commit (29) |
Log message: Add RMD160 digests in addition to the SHA1 ones. |
2004-07-30 17:50:38 by Min Sik Kim | Files touched by this commit (27) |
Log message: Enable pkgviews installation. |