2005-08-06 08:19:41 by Johnny C. Lam | Files touched by this commit (634) | |
Log message: Bump the PKGREVISIONs of all (638) packages that hardcode the locations of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories. |
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-07-15 22:14:04 by Johnny C. Lam | Files touched by this commit (16) |
Log message: Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify a run-time dependency (DEPENDS) on a tool is to append a ":run" modifier to the tool name, e.g., USE_TOOLS+= perl:run Tools without modifiers or with an explicit ":build" modifier will cause build dependencies (BUILD_DEPENDS) on those tools to be added. This makes the notation a bit more compact. |
2005-06-15 15:27:15 by Thomas Klausner | Files touched by this commit (1) |
Log message: Remove trailing empty line introduced in previous. |
2005-06-15 04:01:44 by Dan McMahill | Files touched by this commit (1) |
Log message: list files which reference ${WRKSRC} in a way which should be ok. Bump PKGREVISION. |
2005-05-22 22:51:45 by Johnny C. Lam | Files touched by this commit (8) |
Log message: Remove explicit dependencies on the GNU m4 package with USE_TOOLS+=m4 and appropriate TOOLS_DEPMETHOD.gm4 settings. |
2005-05-13 18:54:13 by Johnny C. Lam | Files touched by this commit (11) |
Log message: Change references to M4 & YACC into TOOLS_M4 & TOOLS_YACC to simplify transition to new tools framework. |
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-23 23:24:35 by Alistair G. Crooks | Files touched by this commit (505) |
Log message: Add RMD160 digests. |
2004-12-31 14:17:31 by Min Sik Kim | Files touched by this commit (2) |
Log message: Remove the redundant PERL="..." setting in CONFIGURE_ENV; it is done in bsd.pkg.mk. |