2007-10-16 20:12:56 by Jeremy C. Reed | Files touched by this commit (1) |
Log message:
The ABI and API changed in 2.4.2.
So get rid of BUILDLINK_ABI_DEPENDS.fontconfig.
And increase BUILDLINK_API_DEPENDS.fontconfig to fontconfig>=2.4.2.
Noticed this when using a binary package for qt4-libs built on
different system:
/usr/pkg/qt4/lib/libQtGui.so: undefined reference to `FcFreeTypeQueryFace'
I am not bumping the PKGREVISIONs for all the dependents, since the
upgrade to fontconfig 2.4.2 happened ten months ago.
|
2007-08-01 18:33:39 by Joerg Sonnenberger | Files touched by this commit (5) |
Log message:
Kill the platform "detection" logic and just wire the host cpu as
detected by autoconf for use in the fontconfig cache file names.
Pass down CC_FOR_BUILD when doing cross-compilation.
A script for how to do the original fc-arch dance in a cross-compile
safe way was sent to the authors as well as a question why this was
done. No reply received so far.
Bump revision. Note that you might want to clean /var/cache/fontconfig
after installing this.
Supported-by: Google SoC 2007.
|
2007-01-30 18:03:50 by Todd Vierling | Files touched by this commit (2) |
Log message:
Remove third patch hunk with the #undef; it's redundant.
|
2007-01-30 17:42:21 by Todd Vierling | Files touched by this commit (3) |
Log message:
De-GNUify grep expression in makealias ("\>" is not portable).
Add Interix intptr definitions to internal .h.
|
2007-01-11 12:25:57 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
fontconfig's configure doesn't support multiple --with-add-fonts,
so list them explictly in one option. This fixes the build for
non-modular Xorg as noticed by tron@ in PR 35397. Bump revision.
|
2007-01-09 09:58:29 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Include the ghostscript fonts in the search path by default, if they are
installed. Bump revision.
|
2006-12-04 13:41:51 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 2.4.2:
2.4.2
Han-Wen Nienhuys:
FcStrCanonFileName buggy for mingw. (bug 8311)
More fixes for Win32 building (bug 8311)
Kean Johnston:
Don't use varargs CPP macros in fccache.c. (bug 8733)
Keith Packard:
Remove documentation for non-existant FcConfigNormalizeFontDir.
Build fontconfig.def from header files when needed.
Detect and use available random number generator (bug 8308)
Add sparc64 architecture string.
FcStrCanonAbsoluteFilename should be static.
Use explicit platform/nameid order when scanning ttf files.
Warn (and recover) from config file without <cachedir> elements.
Avoid writing uninitialized structure pad bytes to cache files.
Fix grep pattern in makealias to work on non-Gnu grep (bug 8368).
Add FcFreeTypeQueryFace external API. Bug #7311.
Segfault scanning non-font files. Disallow scan edit of user vars. (#8767)
Add space between type and formal in devel man pages (bug 8935)
Mike FABIAN:
Do not clean cache files for different architectures
Peter Breitenlohner:
A VPATH build of fontconfig-2.4.1 fails for various reasons. Bug 8933.
Use <literal> instead of <sgmltag> when documenting \
fonts.conf. Bug 8935.
Fix fc-cat documentation (bug 8935).
|
2006-11-28 17:15:30 by Todd Vierling | Files touched by this commit (2) |
Log message:
On Interix, [u]intptr_t exists and is pulled in by <std*.h> even though
neither <inttypes.h> nor <stdint.h> exist. So skip the #error.
|
2006-11-03 08:13:31 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
DESTDIR support.
|
2006-10-09 12:54:12 by Mark Davies | Files touched by this commit (2) |
Log message:
Fix build on Solaris.
|