diff options
author | recht <recht@pkgsrc.org> | 2004-08-05 22:17:25 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-08-05 22:17:25 +0000 |
commit | 9a98eccc53fea9bfebe17068154edb146293165b (patch) | |
tree | dbc3bef6e476c464df67a5eae4082c3253265dfb /fonts/fontconfig | |
parent | 3a0afc4940ee036b503f145b9514c5c3b7ff02f6 (diff) | |
download | pkgsrc-9a98eccc53fea9bfebe17068154edb146293165b.tar.gz |
update to fontconfig-2.2.96
changes:
2004-06-30 Keith Packard <keithp@keithp.com>
* README:
* configure.in:
* fontconfig/fontconfig.h:
Update for 2.2.96
2004-06-30 Keith Packard <keithp@keithp.com>
Provided by: Lubos Lunak <l.lunak@suse.cz>
* src/fccfg.c: (FcConfigUptoDate):
However FcConfigUptoDate() doesn't seem to work. See the attached
patch. First there's an obvious misplaced parenthesis making it
return always false, and second, even this call fails to detect font
changes (e.g. adding a new font to
/usr/X11R6/lib/X11/fonts/truetype). The patch should fix that as
well. The problem seems to be triggered by my fonts.conf specifying
only /usr/X11R6/lib/X11/fonts , and therefore config->configDirs
doesn't include subdirs, unlike config->fontDirs.
2004-06-03 Keith Packard <keithp@keithp.com>
* fontconfig/fontconfig.h:
Remove comma at end of FcResult enum definition.
2004-05-29 Keith Packard <keithp@keithp.com>
* INSTALL:
Add steps to md5sum release
Diffstat (limited to 'fonts/fontconfig')
-rw-r--r-- | fonts/fontconfig/Makefile | 4 | ||||
-rw-r--r-- | fonts/fontconfig/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile index 784a8ec4f91..9f0dcbfc47d 100644 --- a/fonts/fontconfig/Makefile +++ b/fonts/fontconfig/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2004/06/07 23:37:41 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.33 2004/08/05 22:17:25 recht Exp $ # -DISTNAME= fontconfig-2.2.95 +DISTNAME= fontconfig-2.2.96 CATEGORIES= fonts gnome MASTER_SITES= http://freedesktop.org/~fontconfig/release/ diff --git a/fonts/fontconfig/distinfo b/fonts/fontconfig/distinfo index 276179e8118..8372d91266c 100644 --- a/fonts/fontconfig/distinfo +++ b/fonts/fontconfig/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2004/06/07 23:37:41 dmcmahill Exp $ +$NetBSD: distinfo,v 1.8 2004/08/05 22:17:25 recht Exp $ -SHA1 (fontconfig-2.2.95.tar.gz) = 865e2fdcba16cc0f44c4fc7f1e446b022ca6c46e -Size (fontconfig-2.2.95.tar.gz) = 777980 bytes +SHA1 (fontconfig-2.2.96.tar.gz) = 49acf58076e082b76c69bc71e476ca33ed07a621 +Size (fontconfig-2.2.96.tar.gz) = 778400 bytes SHA1 (patch-aa) = 5ac2316628124fe41c68aef7ab23e25389fffcc4 SHA1 (patch-ab) = 6c795128c701d8dd98aeaa3a76c91b4a0a3f1b0c |