pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/fontconfig Fix build after freetype2 update



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ba14b615258
branches:  trunk
changeset: 464978:9ba14b615258
user:      recht <recht%pkgsrc.org@localhost>
date:      Thu Dec 18 15:07:00 2003 +0000

description:
Fix build after freetype2 update

diffstat:

 fonts/fontconfig/Makefile         |   4 ++--
 fonts/fontconfig/distinfo         |   6 ++++--
 fonts/fontconfig/patches/patch-aa |   4 ++--
 fonts/fontconfig/patches/patch-ab |  14 ++++++++++++++
 fonts/fontconfig/patches/patch-ac |  14 ++++++++++++++
 5 files changed, 36 insertions(+), 6 deletions(-)

diffs (75 lines):

diff -r 76651c34c8a8 -r 9ba14b615258 fonts/fontconfig/Makefile
--- a/fonts/fontconfig/Makefile Thu Dec 18 14:44:17 2003 +0000
+++ b/fonts/fontconfig/Makefile Thu Dec 18 15:07:00 2003 +0000
@@ -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 -r 76651c34c8a8 -r 9ba14b615258 fonts/fontconfig/distinfo
--- a/fonts/fontconfig/distinfo Thu Dec 18 14:44:17 2003 +0000
+++ b/fonts/fontconfig/distinfo Thu Dec 18 15:07:00 2003 +0000
@@ -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 -r 76651c34c8a8 -r 9ba14b615258 fonts/fontconfig/patches/patch-aa
--- a/fonts/fontconfig/patches/patch-aa Thu Dec 18 14:44:17 2003 +0000
+++ b/fonts/fontconfig/patches/patch-aa Thu Dec 18 15:07:00 2003 +0000
@@ -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 -r 76651c34c8a8 -r 9ba14b615258 fonts/fontconfig/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/fontconfig/patches/patch-ab Thu Dec 18 15:07:00 2003 +0000
@@ -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 -r 76651c34c8a8 -r 9ba14b615258 fonts/fontconfig/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/fontconfig/patches/patch-ac Thu Dec 18 15:07:00 2003 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index