pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/xpdf Fixed buildling with the new FreeType2 rules



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7cecc76b126f
branches:  trunk
changeset: 474340:7cecc76b126f
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 27 19:45:32 2004 +0000

description:
Fixed buildling with the new FreeType2 rules

diffstat:

 print/xpdf/distinfo         |   5 ++++-
 print/xpdf/patches/patch-an |  36 ++++++++++++++++++++++++++++++++++++
 print/xpdf/patches/patch-ao |  12 ++++++++++++
 print/xpdf/patches/patch-ap |  12 ++++++++++++
 4 files changed, 64 insertions(+), 1 deletions(-)

diffs (88 lines):

diff -r d1e259f64fe9 -r 7cecc76b126f print/xpdf/distinfo
--- a/print/xpdf/distinfo       Tue Apr 27 19:36:27 2004 +0000
+++ b/print/xpdf/distinfo       Tue Apr 27 19:45:32 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2004/03/03 10:50:09 adam Exp $
+$NetBSD: distinfo,v 1.15 2004/04/27 19:45:32 adam Exp $
 
 SHA1 (xpdf-3.00.tar.gz) = 080317afce0851274fec2865131f59590b54eb99
 Size (xpdf-3.00.tar.gz) = 534697 bytes
@@ -15,3 +15,6 @@
 SHA1 (patch-ak) = e09c064906e0695fe31ab9f20fb9b6945b1b25cc
 SHA1 (patch-al) = 785bf1547e0bf5273b66e5b18adbcccaa85aee35
 SHA1 (patch-am) = 794ff952c749c8dab6f575d55602cdc7e7157fef
+SHA1 (patch-an) = bf579a07e9b9868ed8d6a6450484c47ce9acaef0
+SHA1 (patch-ao) = fd25cab0255d24c4b55907b031f5f4ec68411576
+SHA1 (patch-ap) = 51d05bb8978003308e14274fc1ada4f1ace6d766
diff -r d1e259f64fe9 -r 7cecc76b126f print/xpdf/patches/patch-an
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/xpdf/patches/patch-an       Tue Apr 27 19:45:32 2004 +0000
@@ -0,0 +1,36 @@
+$NetBSD: patch-an,v 1.1 2004/04/27 19:45:59 adam Exp $
+
+--- configure.orig     Tue Apr 27 21:07:38 2004
++++ configure
+@@ -9124,6 +9124,7 @@ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h.  */
+ $ac_includes_default
++#include <ft2build.h>
+ #include <$ac_header>
+ _ACEOF
+ rm -f conftest.$ac_objext
+@@ -9159,6 +9160,7 @@ _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h.  */
++#include <ft2build.h>
+ #include <$ac_header>
+ _ACEOF
+ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
+@@ -9483,6 +9485,7 @@ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h.  */
+ $ac_includes_default
++#include <ft2build.h>
+ #include <$ac_header>
+ _ACEOF
+ rm -f conftest.$ac_objext
+@@ -9518,6 +9521,7 @@ _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h.  */
++#include <ft2build.h>
+ #include <$ac_header>
+ _ACEOF
+ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
diff -r d1e259f64fe9 -r 7cecc76b126f print/xpdf/patches/patch-ao
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/xpdf/patches/patch-ao       Tue Apr 27 19:45:32 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ao,v 1.1 2004/04/27 19:45:59 adam Exp $
+
+--- splash/SplashFTFontFile.h.orig     Tue Apr 27 21:32:38 2004
++++ splash/SplashFTFontFile.h
+@@ -15,6 +15,7 @@
+ #pragma interface
+ #endif
+ 
++#include <ft2build.h>
+ #include <freetype/freetype.h>
+ #include "SplashFontFile.h"
+ 
diff -r d1e259f64fe9 -r 7cecc76b126f print/xpdf/patches/patch-ap
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/xpdf/patches/patch-ap       Tue Apr 27 19:45:32 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ap,v 1.1 2004/04/27 19:45:59 adam Exp $
+
+--- splash/SplashFTFontEngine.h.orig   Tue Apr 27 21:35:08 2004
++++ splash/SplashFTFontEngine.h
+@@ -15,6 +15,7 @@
+ #pragma interface
+ #endif
+ 
++#include <ft2build.h>
+ #include <freetype/freetype.h>
+ #include "gtypes.h"
+ 



Home | Main Index | Thread Index | Old Index