2004-02-18 17:35:27 by Johnny C. Lam | Files touched by this commit (20) |
Log message:
Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in the
environment overrides all other settings.
|
2004-02-14 18:21:56 by Johnny C. Lam | Files touched by this commit (400) |
Log message:
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
2004-02-14 17:17:02 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
USE_BUILDLINK should be "yes", not just defined.
|
2004-02-14 01:54:46 by grant beattie | Files touched by this commit (30) |
Log message:
remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this
automatically now.
|
2004-02-12 03:35:07 by Johnny C. Lam | Files touched by this commit (31) |
Log message:
Create a new variable PREFER_NATIVE that has the opposite semantics
as PREFER_PKGSRC. Preferences are determined by the most specific
instance of the package in either PREFER_PKGSRC or PREFER_NATIVE. If
a package is specified in neither or in both variables, then PREFER_PKGSRC
has precedence over PREFER_NATIVE.
|
2004-02-12 02:59:38 by Johnny C. Lam | Files touched by this commit (31) |
Log message:
Reorganize code so that any dependencies are checked as part of deciding
whether the software is built-in or not. This facilitates implementing
the forthcoming PKGSRC_NATIVE variable.
|
2004-02-11 12:30:50 by Johnny C. Lam | Files touched by this commit (6) |
Log message:
Move the INCOMPAT_FOO checks to a more natural location within the
block that decides whether package FOO is built-in or not. If the
platform is listed in IMCOMPAT_FOO, then treat FOO as being not
built-in.
|
2004-02-06 20:04:26 by Johnny C. Lam | Files touched by this commit (27) |
Log message:
If we're passing through MAKEFLAGS variables whose values may contain
spaces, use the :Q modifier instead of double-quoting the value. This
avoids breakage when executing the just-in-time su targets.
|
2004-02-05 08:17:15 by Johnny C. Lam | Files touched by this commit (33) |
Log message:
Make PREFER_PKGSRC just yes/no or a list of packages. This makes it
simpler to understand.
|
2004-02-05 08:06:16 by Johnny C. Lam | Files touched by this commit (33) |
Log message:
Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use its
value outside of buildlink-related files.
|