2004-02-16 20:24:14 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Typo.
|
2004-02-16 20:16:59 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
Do the dance to check the version of the XFree86-provided fontconfig.
Also correct the list of buildlink2.mk files included by
fontconfig/buildlink2.mk.
|
2004-02-16 20:15:21 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
The GNU configure script now only accepts --with-freetype-config to set
the location of freetype2 headers and libraries.
|
2004-02-14 19:26:30 by Julio M. Merino Vidal | Files touched by this commit (90) |
Log message:
PKGCONFIG_OVERRIDE is relative to WRKSRC.
|
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-12 21:52:55 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Don't try to build the docbook documentation. Fixes PR 24367.
|
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-01-24 04:26:48 by Johnny C. Lam | Files touched by this commit (57) |
Log message:
Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives
a value only once due to the multiple inclusion protection in the
bulldlink3.mk files. In the case where a package includes several
buildlink3.mk files that each want a slightly different version of another
dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the
strictest <pkg> dependency to be matched.
|
2004-01-24 03:00:26 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Append to BUILDLINK_DEPENDS.freetype2 so that if another package wants an
even newer version, it will still work.
|
2004-01-24 02:57:01 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
bl3ify
|