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-01 19:45:32 by Todd Vierling | Files touched by this commit (1) |
Log message: NOT_FOR_PLATFORM Interix. |
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. |
2004-07-10 11:08:44 by grant beattie | Files touched by this commit (2) |
Log message: .include "../../mk/bsd.pkg.mk" not .include <../../mk/bsd.pkg.mk> |
2004-07-10 11:07:22 by grant beattie | Files touched by this commit (1) |
Log message: use buildlink3 because this blindly calls "gcc" with gcc specific flags. |
2004-01-20 13:22:22 by Alistair G. Crooks | Files touched by this commit (86) |
Log message: Move WRKSRC definition away from the first paragraph in a Makefile. |
2003-07-21 19:11:31 by Martti Kuparinen | Files touched by this commit (82) |
Log message: COMMENT should start with a capital letter. |
2003-07-18 00:57:07 by grant beattie | Files touched by this commit (1065) |
Log message: s/netbsd.org/NetBSD.org/ |
2003-06-02 03:21:53 by Jan Schaumann | Files touched by this commit (1131) |
Log message: Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. |
2003-03-29 13:43:15 by Julio Merino | Files touched by this commit (795) |
Log message: Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. |