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. |
2004-01-16 00:04:00 by Matthias Scheler | Files touched by this commit (2) |
Log message: Don't use "-Wl" on platforms which define "_USE_RPATH" to \ "no". This fixes build problems under Darwin. |
2004-01-11 07:29:38 by Johnny C. Lam | Files touched by this commit (1) |
Log message: Add some double quotes and move a section into a protected region so we don't keep re-evaluating it. |
2004-01-06 20:13:13 by Johnny C. Lam | Files touched by this commit (2) |
Log message: Use l:foo: instead of S:...: to remove a library. |
2004-01-06 05:37:52 by Johnny C. Lam | Files touched by this commit (1) |
Log message: It's "overwrite" not "overview"!! |
2004-01-05 12:17:10 by Johnny C. Lam | Files touched by this commit (2) |
Log message: bl3ify |
2004-01-05 12:05:47 by Johnny C. Lam | Files touched by this commit (58) |
Log message: Use S/+$// instead of C/\+$// to save a backslash. Very highly recommended by seb :) |
2004-01-05 10:37:05 by Johnny C. Lam | Files touched by this commit (1) |
Log message: Don't need to set BUILDLINK_PREFIX.gettext explicitly as bsd.buildlink3.mk does it correctly for us. |
2004-01-05 10:31:31 by Johnny C. Lam | Files touched by this commit (17) |
Log message: Sow BUILDLINK_USE_BUILTIN.<pkg> and reap _NEED_<PKG> variables. |