2006-06-08 16:58:38 by Roland Illig | Files touched by this commit (1) |
Log message: Fixed some pkglint warnings. Among others, the "@" character is only valid at the beginning of a shell command in a Makefile. In the middle of such a line, the "@" character does not have any special meaning. |
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message: Recursive revision bump / recommended bump for gettext ABI change. |
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-05-23 10:55:56 by Roland Illig | Files touched by this commit (3) |
Log message: Removed RCS IDs out of the patches. |
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-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-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. |
2004-07-30 17:50:38 by Min Sik Kim | Files touched by this commit (27) |
Log message: Enable pkgviews installation. |