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-06-01 22:08:01 by Johnny C. Lam | Files touched by this commit (42) |
Log message:
Remove mk/autoconf.mk and mk/automake.mk and replace their usage with
USE_TOOLS and any of "autoconf", "autoconf213", \
"automake" or
"automake14". Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just use
aclocal, autoconf, etc.
|
2005-05-22 07:35:33 by Johnny C. Lam | Files touched by this commit (22) |
Log message:
For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.
|
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-01-01 00:01:33 by Kimmo Suominen | Files touched by this commit (3) |
Log message:
Disable threads.
|
2004-12-31 23:31:51 by Kimmo Suominen | Files touched by this commit (4) |
Log message:
Upgrade to irrd-2.2.3:
- RPSLng and IPv6 support
|
2004-12-31 22:38:52 by Krister Walfridsson | Files touched by this commit (3) |
Log message:
A bug in the configure script made it partly ignore our request of
--disable-thread. Fix this. This closes PR pkg/21553.
Bump PKGREVISION.
|
2004-06-08 14:24:00 by Chris Pinnock | Files touched by this commit (14) |
Log message:
Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.
|
2004-03-26 03:28:02 by Thomas Klausner | Files touched by this commit (572) |  |
Log message:
PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
|