2012-11-13 21:29:42 by othyro | Files touched by this commit (1) |
Log message:
USE_TOOLS+=aclocal autoconf
|
2012-10-07 19:41:39 by Aleksej Saushev | Files touched by this commit (52) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2006-03-09 22:02:03 by Johnny C. Lam | Files touched by this commit (31) |
Log message:
ossaudio.buildlink3.mk has been replaced by oss.buildlink3.mk.
|
2005-12-05 23:27:44 by Roland Illig | Files touched by this commit (61) |
Log message:
Ran "pkglint --autofix", which fixed some quoting issues in MAKE_ENV,
CONFIGURE_ARGS, FILES_SUBST and the like.
|
2005-06-08 17:46:59 by Dieter Baron | Files touched by this commit (15) |
Log message:
mk/autoconf.mk and mk/automake.mk have been removed. 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. (hi jlam!)
|
2005-05-24 12:31:47 by Roland Illig | Files touched by this commit (1) |
Log message:
Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake.
|
2005-04-11 23:16:08 by Todd Vierling | Files touched by this commit (1) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2004-09-27 16:50:48 by Todd Vierling | Files touched by this commit (1) |
Log message:
Nix LIBTOOL_LA_FILES usage.
|
2004-09-23 08:00:03 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Mechanical conversion to use LIBTOOLIZE_PLIST (which defaults to "yes" in
pkgsrc). LIBTOOL_LA_FILES is no more.
|
2004-08-17 20:32:51 by Todd Vierling | Files touched by this commit (1) |
Log message:
Convert manual libtool archive PLIST entries to dynamic entries using new
LIBTOOL_LA_FILES logic in bsd.pkg.mk.
|