summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-02-25 19:42:17 +0000
committerMike Frysinger <vapier@gentoo.org>2009-02-25 19:42:17 +0000
commit5d0cc15df1556993c3d375e35669f55b0b5380fe (patch)
treec0a652959663bbdf3e510ae2af4ed16fc7c03a73 /media-gfx/fontforge/files
parentBumped security fix for flash-player-9: 9.0.159.0 (diff)
downloadgentoo-2-5d0cc15df1556993c3d375e35669f55b0b5380fe.tar.gz
gentoo-2-5d0cc15df1556993c3d375e35669f55b0b5380fe.tar.bz2
gentoo-2-5d0cc15df1556993c3d375e35669f55b0b5380fe.zip
old
Diffstat (limited to 'media-gfx/fontforge/files')
-rw-r--r--media-gfx/fontforge/files/fontforge-20071210-noX-nopython-build.patch12
-rw-r--r--media-gfx/fontforge/files/fontforge-20071210-parallel-build.patch34
-rw-r--r--media-gfx/fontforge/files/fontforge-20080302-bad-apple.patch18
3 files changed, 0 insertions, 64 deletions
diff --git a/media-gfx/fontforge/files/fontforge-20071210-noX-nopython-build.patch b/media-gfx/fontforge/files/fontforge-20071210-noX-nopython-build.patch
deleted file mode 100644
index 98b37f24e892..000000000000
--- a/media-gfx/fontforge/files/fontforge-20071210-noX-nopython-build.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur fontforge-20071210-orig/fontforge/scripting.c fontforge-20071210/fontforge/scripting.c
---- fontforge-20071210-orig/fontforge/scripting.c 2007-12-05 13:27:51.000000000 -0600
-+++ fontforge-20071210/fontforge/scripting.c 2007-12-27 16:45:55.000000000 -0600
-@@ -9435,7 +9435,7 @@
- verbose = getenv("FONTFORGE_VERBOSE")!=NULL;
- }
-
--static void ProcessNativeScript(int argc, char *argv[], FILE *script) {
-+void ProcessNativeScript(int argc, char *argv[], FILE *script) {
- int i,j;
- Context c;
- enum token_type tok;
diff --git a/media-gfx/fontforge/files/fontforge-20071210-parallel-build.patch b/media-gfx/fontforge/files/fontforge-20071210-parallel-build.patch
deleted file mode 100644
index be9eb97a7b06..000000000000
--- a/media-gfx/fontforge/files/fontforge-20071210-parallel-build.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-Fix parallel build issues in fontforge.
-http://bugs.gentoo.org/202019
-2007-12-12 Martin von Gagern
-
---- fontforge-20071210/Makefile.dynamic.in
-+++ fontforge-20071210/Makefile.dynamic.in
-@@ -26,10 +26,10 @@
- libgunicode:
- ( cd Unicode ; $(MAKE) )
-
--libgutils:
-+libgutils: libgunicode
- ( cd gutils ; $(MAKE) )
-
--libgdraw:
-+libgdraw: libgunicode libgutils
- ( cd gdraw ; $(MAKE) )
-
- pos:
---- fontforge-20071210/Makefile.static.in
-+++ fontforge-20071210/Makefile.static.in
-@@ -24,10 +24,10 @@
- libgunicode:
- ( cd Unicode ; $(MAKE) )
-
--libgutils:
-+libgutils: libgunicode
- ( cd gutils ; $(MAKE) )
-
--libgdraw:
-+libgdraw: libgunicode libgutils
- ( cd gdraw ; $(MAKE) )
-
- pos:
diff --git a/media-gfx/fontforge/files/fontforge-20080302-bad-apple.patch b/media-gfx/fontforge/files/fontforge-20080302-bad-apple.patch
deleted file mode 100644
index bd3caad0e535..000000000000
--- a/media-gfx/fontforge/files/fontforge-20080302-bad-apple.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -Naurp fontforge-20080302-orig/fontforge/tottf.c fontforge-20080302/fontforge/tottf.c
---- fontforge-20080302-orig/fontforge/tottf.c 2008-02-29 16:35:14.000000000 -0600
-+++ fontforge-20080302/fontforge/tottf.c 2008-03-12 18:30:12.000000000 -0600
-@@ -4718,12 +4718,13 @@ static void dumpcmap(struct alltabs *at,
- }
-
- format4 = NeedsUCS2Table(sf,&ucs2len,map,modformat==ff_ttfsym);
-+ apple2 = NULL;
- if ( modformat!=ff_ttfsym ) {
- format12 = NeedsUCS4Table(sf,&ucs4len,map);
- format2 = Needs816Enc(sf,&cjklen,map,&apple2,&applecjklen);
- format14 = NeedsVariationSequenceTable(sf,&vslen,map);
- } else
-- format12 = format2 = format14 = NULL;
-+ format12 = format2 = format14 = apple2 = NULL;
-
- /* Two/Three/Four encoding table pointers, one for ms, one for mac */
- /* usually one for mac big, just a copy of ms */