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-07-13 20:01:49 by Johnny C. Lam | Files touched by this commit (578) |
Log message: Turn PERL5_PACKLIST into a relative path instead of an absolute path. These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages. |
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-03-27 17:43:38 by Thomas Klausner | Files touched by this commit (118) |
Log message: PKGREVISION bump for glut dependency removal (SDL/buildlink3.mk). |
2005-02-24 00:12:05 by Alistair G. Crooks | Files touched by this commit (223) |
Log message: Add RMD160 digests. |
2004-12-01 16:57:18 by Thomas Klausner | Files touched by this commit (1) |
Log message: Bump PKGREVISION to 5: Use perl5/module.mk instead of perl5/bl3.mk, so the PLIST generating code works. Fixes binary package to include all the files (and removes some leftover files from the bulk build). |
2004-10-03 02:15:03 by Todd Vierling | Files touched by this commit (518) |
Log message: Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. |
2004-04-30 23:40:40 by Klaus Klein | Files touched by this commit (1) |
Log message: Update MASTER_SITES. |
2004-04-12 02:12:11 by Soren Jacobsen | Files touched by this commit (2) |
Log message: Convert to buildlink3 and fix a typo in DESCR. |