summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-12-19 14:34:18 +0000
committerrecht <recht@pkgsrc.org>2003-12-19 14:34:18 +0000
commit320392b8054602ea36a723ba7832c6d4760d4d18 (patch)
tree6dee7011007afa74dff4d79440ac5797e1dd4dbe /fonts
parent58889130d45afc6ff79571e6a0d16433ac666d3a (diff)
downloadpkgsrc-320392b8054602ea36a723ba7832c6d4760d4d18.tar.gz
remove freetype2 2.1.17 related patches after freetype2 has been reverted
to 2.1.15
Diffstat (limited to 'fonts')
-rw-r--r--fonts/Xft2/patches/patch-ac14
-rw-r--r--fonts/fontconfig/patches/patch-ab14
-rw-r--r--fonts/fontconfig/patches/patch-ac14
3 files changed, 0 insertions, 42 deletions
diff --git a/fonts/Xft2/patches/patch-ac b/fonts/Xft2/patches/patch-ac
deleted file mode 100644
index 4cb25feab90..00000000000
--- a/fonts/Xft2/patches/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2003/12/18 16:28:34 recht Exp $
-
---- Xft.h.orig 2003-12-18 17:24:05.000000000 +0100
-+++ Xft.h
-@@ -38,7 +38,8 @@
- #define XftVersion XFT_VERSION
-
- #include <stdarg.h>
--#include <freetype/freetype.h>
-+#include <ft2build.h>
-+#include FT_FREETYPE_H
- #include <fontconfig/fontconfig.h>
- #include <X11/extensions/Xrender.h>
-
diff --git a/fonts/fontconfig/patches/patch-ab b/fonts/fontconfig/patches/patch-ab
deleted file mode 100644
index 1f797ea9e2a..00000000000
--- a/fonts/fontconfig/patches/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
-$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
deleted file mode 100644
index 29d3722c40d..00000000000
--- a/fonts/fontconfig/patches/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
-$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)