summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-12-18 15:07:00 +0000
committerrecht <recht@pkgsrc.org>2003-12-18 15:07:00 +0000
commit6764445a8ca56d38caf09f9e9724d21b7b2f6109 (patch)
treeac4507a176aa6a1d7f36edc6adee036e1da653e6 /fonts
parent90e5b021586a17b5b6e0e61476b8cd91351c269d (diff)
downloadpkgsrc-6764445a8ca56d38caf09f9e9724d21b7b2f6109.tar.gz
Fix build after freetype2 update
Diffstat (limited to 'fonts')
-rw-r--r--fonts/fontconfig/Makefile4
-rw-r--r--fonts/fontconfig/distinfo6
-rw-r--r--fonts/fontconfig/patches/patch-aa4
-rw-r--r--fonts/fontconfig/patches/patch-ab14
-rw-r--r--fonts/fontconfig/patches/patch-ac14
5 files changed, 36 insertions, 6 deletions
diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile
index cc042ce4f02..fb7ed22b32a 100644
--- a/fonts/fontconfig/Makefile
+++ b/fonts/fontconfig/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2003/12/04 23:28:10 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.20 2003/12/18 15:07:00 recht Exp $
#
DISTNAME= fontconfig-2.2.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= fonts gnome
MASTER_SITES= http://fontconfig.org/release/
diff --git a/fonts/fontconfig/distinfo b/fonts/fontconfig/distinfo
index 15bbea56c67..4080ca96af2 100644
--- a/fonts/fontconfig/distinfo
+++ b/fonts/fontconfig/distinfo
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.3 2003/08/31 19:19:12 wiz Exp $
+$NetBSD: distinfo,v 1.4 2003/12/18 15:07:00 recht Exp $
SHA1 (fontconfig-2.2.1.tar.gz) = 1ba5a531cdc8df9f53c89e7de9241728628a6ab5
Size (fontconfig-2.2.1.tar.gz) = 613391 bytes
-SHA1 (patch-aa) = 9b2650c41e694d77202ddb99c33de117f77b8f6d
+SHA1 (patch-aa) = ce3c55333418ef22612688591e37eea7f3f8fb9c
+SHA1 (patch-ab) = 5a966294381e759ebb470a44e458804f70d9a786
+SHA1 (patch-ac) = d138c542f46eff281706166b20b5c48fa0e77ea7
diff --git a/fonts/fontconfig/patches/patch-aa b/fonts/fontconfig/patches/patch-aa
index a6fbb4dd044..0ee9d6674d3 100644
--- a/fonts/fontconfig/patches/patch-aa
+++ b/fonts/fontconfig/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.2 2003/08/31 19:19:13 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2003/12/18 15:07:00 recht Exp $
---- Makefile.in.orig Sun Aug 31 18:53:15 2003
+--- Makefile.in.orig 2003-06-09 20:40:48.000000000 +0200
+++ Makefile.in
@@ -201,14 +201,14 @@ fontconfig-zip: $(top_builddir)/config.s
diff --git a/fonts/fontconfig/patches/patch-ab b/fonts/fontconfig/patches/patch-ab
new file mode 100644
index 00000000000..1f797ea9e2a
--- /dev/null
+++ b/fonts/fontconfig/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.3 2003/12/18 15:07:00 recht Exp $
+
+--- fontconfig/fcfreetype.h.orig 2003-12-18 15:36:07.000000000 +0100
++++ fontconfig/fcfreetype.h
+@@ -24,7 +24,8 @@
+
+ #ifndef _FCFREETYPE_H_
+ #define _FCFREETYPE_H_
+-#include <freetype/freetype.h>
++#include <ft2build.h>
++#include FT_FREETYPE_H
+
+ FT_UInt
+ FcFreeTypeCharIndex (FT_Face face, FcChar32 ucs4);
diff --git a/fonts/fontconfig/patches/patch-ac b/fonts/fontconfig/patches/patch-ac
new file mode 100644
index 00000000000..29d3722c40d
--- /dev/null
+++ b/fonts/fontconfig/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.3 2003/12/18 15:07:00 recht Exp $
+
+--- src/fcfreetype.c.orig 2003-12-18 15:55:56.000000000 +0100
++++ src/fcfreetype.c
+@@ -56,8 +56,8 @@
+ #include <freetype/t1tables.h>
+
+ #if (FREETYPE_MINOR > 1 || (FREETYPE_MINOR == 1 && FREETYPE_PATCH >= 4))
++#include <ft2build.h>
+ #include <freetype/ftbdf.h>
+-#include <freetype/ftmodule.h>
+ #define USE_FTBDF
+ #define HAS_BDF_PROPERTY(f) ((f) && (f)->driver && \
+ (f)->driver->root.clazz->get_interface)