2007-12-12 21:42:35 by Thomas Klausner | Files touched by this commit (17) |
Log message: Reset maintainer on his request. |
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. |
2006-09-09 04:42:02 by OBATA Akio | Files touched by this commit (113) |
Log message: Rename variable MAKEFILE to MAKE_FILE. |
2005-12-19 00:18:40 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Include ERRNO_H in CFLAGS to get proper errno. |
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-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-03-24 15:07:02 by Thomas Klausner | Files touched by this commit (2) |
Log message: Use versioned distfile. |
2005-02-23 17:05:31 by Alistair G. Crooks | Files touched by this commit (40) |
Log message: Add RMD160 digests in addition to SHA1 ones. |
2005-02-16 23:09:01 by Thomas Klausner | Files touched by this commit (2) |
Log message: Add patch to fix build on Linux, provided by Jorge Acereda in PR 29408. |
2004-12-03 16:15:13 by Thomas Klausner | Files touched by this commit (409) |
Log message: Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. Suggested by Roland Illig, ok'd by various. |