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-08 14:25:38 by Todd Vierling | Files touched by this commit (1) |
Log message: Include devel/sysexits bl3. |
2005-07-16 03:19:27 by Johnny C. Lam | Files touched by this commit (273) |
Log message: Get rid of USE_PERL5. The new way to express needing the Perl executable around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable. |
2005-03-24 22:13:04 by Thomas Klausner | Files touched by this commit (241) |
Log message: Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be useful. |
2005-03-07 11:01:12 by Masao Uebayashi | Files touched by this commit (1) |
Log message: Fix quote, one more line. |
2005-03-07 10:53:33 by Masao Uebayashi | Files touched by this commit (4) |
Log message: Fix quoting. |
2005-02-24 10:59:30 by Alistair G. Crooks | Files touched by this commit (177) |
Log message: Add RMD160 digests. |
2004-12-06 23:34:35 by Min Sik Kim | Files touched by this commit (1) |
Log message: GNU patch needs "-p1" to handle patches for this package. Fixes PR pkg/28553. |
2004-01-20 13:19:44 by Alistair G. Crooks | Files touched by this commit (29) |
Log message: Move WRKSRC definition away from the first paragraph in a Makefile. |
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. |