diff options
author | adam <adam> | 2004-04-27 15:19:53 +0000 |
---|---|---|
committer | adam <adam> | 2004-04-27 15:19:53 +0000 |
commit | 9db58a3573b3f9403e109657942048e923ceea78 (patch) | |
tree | 3e2ccbba3b35bb09a9c07146acab25413fc71d6d /graphics | |
parent | 52822886e7a5572f82843799c9f00794aaf1b05f (diff) | |
download | pkgsrc-9db58a3573b3f9403e109657942048e923ceea78.tar.gz |
Follow new FreeType2 build rules
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/librsvg/distinfo | 4 | ||||
-rw-r--r-- | graphics/librsvg/patches/patch-aa | 16 | ||||
-rw-r--r-- | graphics/librsvg/patches/patch-ab | 12 | ||||
-rw-r--r-- | graphics/librsvg/patches/patch-ac | 11 | ||||
-rw-r--r-- | graphics/librsvg/patches/patch-ae | 12 |
5 files changed, 44 insertions, 11 deletions
diff --git a/graphics/librsvg/distinfo b/graphics/librsvg/distinfo index f05db989088..03453d633ef 100644 --- a/graphics/librsvg/distinfo +++ b/graphics/librsvg/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.2 2001/08/14 07:56:44 rh Exp $ +$NetBSD: distinfo,v 1.3 2004/04/27 15:19:53 adam Exp $ SHA1 (librsvg-1.0.1.tar.bz2) = 7c650c18ef8f0f942a27e0eacdd17159ee6a2cd3 Size (librsvg-1.0.1.tar.bz2) = 151745 bytes -SHA1 (patch-aa) = 6f10dfc22c8f5b67b0445cc1b0a57cad471a486c +SHA1 (patch-aa) = 4add2b7c599a456c67ca807c294380c79c777d82 SHA1 (patch-ab) = 653ab30ce9a0d5ed0f36ba1c271a877f79fb4390 SHA1 (patch-ac) = 291ca6407261ea6e28bce7fca3f539b16a6636dd SHA1 (patch-ad) = c4b5f9d211d18e1b71451e7ba8e24caca9079027 diff --git a/graphics/librsvg/patches/patch-aa b/graphics/librsvg/patches/patch-aa index 21597082196..f668b947982 100644 --- a/graphics/librsvg/patches/patch-aa +++ b/graphics/librsvg/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/05/14 17:47:27 rh Exp $ +$NetBSD: patch-aa,v 1.2 2004/04/27 15:19:53 adam Exp $ ---- configure.orig Tue May 8 01:13:07 2001 +--- configure.orig 2001-07-05 22:00:47.000000000 +0000 +++ configure -@@ -1744,14 +1744,14 @@ +@@ -1744,14 +1744,14 @@ exec 5>>./config.log @@ -20,7 +20,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/05/14 17:47:27 rh Exp $ cat > conftest.$ac_ext <<EOF #line 1757 "configure" #include "confdefs.h" -@@ -1779,7 +1779,7 @@ +@@ -1779,7 +1779,7 @@ LIBS="$ac_save_LIBS" fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 @@ -29,3 +29,11 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/05/14 17:47:27 rh Exp $ else echo "$ac_t""no" 1>&6 fi +@@ -2352,6 +2352,7 @@ else + #include <stdio.h> + #include <stdlib.h> + #include <string.h> ++#include <ft2build.h> + #include <freetype/freetype.h> + + char* diff --git a/graphics/librsvg/patches/patch-ab b/graphics/librsvg/patches/patch-ab index 0bcdd7d083a..cb1c66e808b 100644 --- a/graphics/librsvg/patches/patch-ab +++ b/graphics/librsvg/patches/patch-ab @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.1.1.1 2001/05/14 17:47:27 rh Exp $ +$NetBSD: patch-ab,v 1.2 2004/04/27 15:19:53 adam Exp $ ---- test-ft-gtk.c.orig Wed Mar 28 20:44:42 2001 +--- test-ft-gtk.c.orig 2001-03-28 18:44:42.000000000 +0000 +++ test-ft-gtk.c @@ -25,7 +25,7 @@ #include <stdio.h> @@ -11,3 +11,11 @@ $NetBSD: patch-ab,v 1.1.1.1 2001/05/14 17:47:27 rh Exp $ #include <math.h> #include <sys/time.h> #include <unistd.h> +@@ -34,6 +34,7 @@ + + #include <gdk-pixbuf/gdk-pixbuf.h> + ++#include <ft2build.h> + #include <freetype/freetype.h> + + #include <libart_lgpl/art_misc.h> diff --git a/graphics/librsvg/patches/patch-ac b/graphics/librsvg/patches/patch-ac index a87b74d6509..87675454f3f 100644 --- a/graphics/librsvg/patches/patch-ac +++ b/graphics/librsvg/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.1.1.1 2001/05/14 17:47:27 rh Exp $ +$NetBSD: patch-ac,v 1.2 2004/04/27 15:19:53 adam Exp $ ---- test-ft.c.orig Wed May 9 23:27:41 2001 +--- test-ft.c.orig 2001-03-28 18:44:42.000000000 +0000 +++ test-ft.c -@@ -25,7 +25,7 @@ +@@ -25,11 +25,12 @@ #include <stdio.h> #include <stdlib.h> #include <png.h> @@ -11,3 +11,8 @@ $NetBSD: patch-ac,v 1.1.1.1 2001/05/14 17:47:27 rh Exp $ #include <math.h> #include <gdk-pixbuf/gdk-pixbuf.h> + ++#include <ft2build.h> + #include <freetype/freetype.h> + + #include <libart_lgpl/art_misc.h> diff --git a/graphics/librsvg/patches/patch-ae b/graphics/librsvg/patches/patch-ae new file mode 100644 index 00000000000..da85b5d02cb --- /dev/null +++ b/graphics/librsvg/patches/patch-ae @@ -0,0 +1,12 @@ +$NetBSD: patch-ae,v 1.1 2004/04/27 15:19:53 adam Exp $ + +--- rsvg-ft.c.orig 2004-04-27 12:02:07.000000000 +0000 ++++ rsvg-ft.c +@@ -28,6 +28,7 @@ + #include <stdlib.h> + #include <math.h> + ++#include <ft2build.h> + #include <freetype/freetype.h> + + #include <libart_lgpl/art_misc.h> |