updated fontconfig package
authorhackbard <hackbard>
Tue, 3 May 2005 15:47:19 +0000 (15:47 +0000)
committerhackbard <hackbard>
Tue, 3 May 2005 15:47:19 +0000 (15:47 +0000)
doc/CHANGELOG
packages/x11/fontconfig/fontconfig
packages/x11/fontconfig/ft2build.patch [deleted file]
packages/x11/fontconfig/ftmodule.patch [deleted file]

index bc1324d..4c1523e 100644 (file)
@@ -1,3 +1,7 @@
+*) 2005-05-03
+
+- updated fontconfig package
+
 *) 2005-05-02
 
 - added nfsidmap + libevent package
index 805ca43..e1ef299 100644 (file)
@@ -2,6 +2,6 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 2.2.1
+# [V] 2.3.1
 # [S] 3-3
-# [D] fontconfig-2.2.1.tar.gz http://pdx.freedesktop.org/software/fontconfig/releases/
+# [D] fontconfig-2.3.1.tar.gz http://fontconfig.org/release/
diff --git a/packages/x11/fontconfig/ft2build.patch b/packages/x11/fontconfig/ft2build.patch
deleted file mode 100644 (file)
index 1ab6aa0..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./fontconfig/fcfreetype.h.orig     2004-07-17 14:23:34.000000000 +0200
-+++ ./fontconfig/fcfreetype.h  2004-07-17 14:24:45.000000000 +0200
-@@ -24,6 +24,7 @@
- #ifndef _FCFREETYPE_H_
- #define _FCFREETYPE_H_
-+#include <ft2build.h>
- #include <freetype/freetype.h>
- FT_UInt
diff --git a/packages/x11/fontconfig/ftmodule.patch b/packages/x11/fontconfig/ftmodule.patch
deleted file mode 100644 (file)
index 04f8164..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/fcfreetype.c.orig    2004-07-17 14:29:31.000000000 +0200
-+++ ./src/fcfreetype.c 2004-07-17 14:31:01.000000000 +0200
-@@ -57,7 +57,7 @@
- #if (FREETYPE_MINOR > 1 || (FREETYPE_MINOR == 1 && FREETYPE_PATCH >= 4))
- #include <freetype/ftbdf.h>
--#include <freetype/ftmodule.h>
-+#include FT_MODULE_H
- #define USE_FTBDF
- #define HAS_BDF_PROPERTY(f) ((f) && (f)->driver && \
-                            (f)->driver->root.clazz->get_interface)