pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts remove freetype2 2.1.17 related patches after fr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a486e74b18ac
branches:  trunk
changeset: 465021:a486e74b18ac
user:      recht <recht%pkgsrc.org@localhost>
date:      Fri Dec 19 14:34:18 2003 +0000

description:
remove freetype2 2.1.17 related patches after freetype2 has been reverted
to 2.1.15

diffstat:

 fonts/Xft2/patches/patch-ac       |  14 --------------
 fonts/fontconfig/patches/patch-ab |  14 --------------
 fonts/fontconfig/patches/patch-ac |  14 --------------
 3 files changed, 0 insertions(+), 42 deletions(-)

diffs (54 lines):

diff -r e065e56895fb -r a486e74b18ac fonts/Xft2/patches/patch-ac
--- a/fonts/Xft2/patches/patch-ac       Fri Dec 19 13:48:39 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r e065e56895fb -r a486e74b18ac fonts/fontconfig/patches/patch-ab
--- a/fonts/fontconfig/patches/patch-ab Fri Dec 19 13:48:39 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r e065e56895fb -r a486e74b18ac fonts/fontconfig/patches/patch-ac
--- a/fonts/fontconfig/patches/patch-ac Fri Dec 19 13:48:39 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index