Next | Query returned 119 messages, browsing 91 to 100 | Previous

History of commit frequency

CVS Commit History:


   2004-02-17 16:57:55 by Johnny C. Lam | Files touched by this commit (1)
Log message:
Deal with built-in readline actually being GNU readline.
   2004-02-16 18:24:31 by Stoned Elipot | Files touched by this commit (1)
Log message:
Remove info files entries from PLIST.
   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.
   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-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 119 messages, browsing 91 to 100 | Previous