Next | Query returned 102 messages, browsing 71 to 80 | Previous

History of commit frequency

CVS Commit History:


   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-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-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.
   2004-02-05 07:58:03 by Johnny C. Lam | Files touched by this commit (33)
Log message:
Support a new global variable:

BUILDLINK_PREFER_PKGSRC
	This variable determines whether or not to prefer the pkgsrc
	versions of software that is also present in the base system.

	This variable is multi-state:
		defined, or "yes"	always prefer the pkgsrc versions
		not defined, or "no"	only use the pkgsrc versions if
					needed by dependency requirements

	This can also take a list of packages for which to prefer the
	pkgsrc-installed software.  The package names may be found by
	consulting the value added to BUILDLINK_PACKAGES in the
	buildlink[23].mk files for that package.
   2004-01-26 03:39:17 by grant beattie | Files touched by this commit (1)
Log message:
revert last - the problem has been fixed in bsd.buildlink3.mk.
   2004-01-25 05:15:44 by grant beattie | Files touched by this commit (1)
Log message:
if we have determined that we need pkgsrc zlib, set
BUILDLINK_DEPENDS.zlib instead of adding to it.

fixes a problem where a buildlink dependency would be added on both
zlib>=1.1.4nb1 and zlib>=1.2.1, resulting in various buildlink
breakage.
   2004-01-24 04:12:32 by Johnny C. Lam | Files touched by this commit (19)
Log message:
Support BUILDLINK_DEPENDS.<pkg> being a list of values.

Next | Query returned 102 messages, browsing 71 to 80 | Previous