2004-02-09 21:20:43 by Jeremy C. Reed | Files touched by this commit (4) |
Log message:
Raise BUILDLINK_DEPENDS.freetype2 to at least 2.1.3.
Even 2.0.9 is not good enough for newer fontconfig; for example,
gtk2 won't buildlink correctly (and will use older X version of
include/freetype2/freetype/ftbdf.h) and libfontconfig needs
FT_Get_BDF_Property which is not defined.
No PKGREVISION bump is needed, because would not even build in
first place.
|
2004-02-07 11:46:10 by Stoned Elipot | Files touched by this commit (1) |
Log message:
bsd.pkg.mk adds RPATH_FLAG to CONFIGURE_ENV so no need
to add it here.
|
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 16:46:44 by grant beattie | Files touched by this commit (39) |
Log message:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
|
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-24 02:46:16 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Make sure that <freetype/freetype.h> is found. Also if we use the
XFree86-supplied freetype2, then set USE_X11.
|
2004-01-05 12:54:07 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
bl3ify
|