pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/librsvg2 Property disable libgnomeprint* dete...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af5f5b7ea8af
branches:  trunk
changeset: 491968:af5f5b7ea8af
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Apr 02 13:01:28 2005 +0000

description:
Property disable libgnomeprint* detection.  Fixes PR pkg/29864.

diffstat:

 graphics/librsvg2/distinfo         |   4 ++--
 graphics/librsvg2/patches/patch-aa |  15 +++++++++++----
 2 files changed, 13 insertions(+), 6 deletions(-)

diffs (46 lines):

diff -r 4854be294274 -r af5f5b7ea8af graphics/librsvg2/distinfo
--- a/graphics/librsvg2/distinfo        Sat Apr 02 12:43:47 2005 +0000
+++ b/graphics/librsvg2/distinfo        Sat Apr 02 13:01:28 2005 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.11 2005/03/22 16:04:44 jmmv Exp $
+$NetBSD: distinfo,v 1.12 2005/04/02 13:01:28 jmmv Exp $
 
 SHA1 (librsvg-2.9.5.tar.bz2) = 502338a1b42ec36fbca895b97a166e398e7e3018
 RMD160 (librsvg-2.9.5.tar.bz2) = 5c7d6ad1a543b4880d7c3bb02da7126ed9f5aa5e
 Size (librsvg-2.9.5.tar.bz2) = 392785 bytes
-SHA1 (patch-aa) = 9079ddca49e8aa3618d73aa781a5282dd9e819ed
+SHA1 (patch-aa) = b7e6a6989a49125e40c0cdadd0ed032068b0c658
 SHA1 (patch-ab) = 6f6d376192e6cf2f8c223be2270cbb932173449a
 SHA1 (patch-ac) = 11939435e00f04b58412b3d769297caa9ee585b9
 SHA1 (patch-ad) = e72e1e884a366199be9feeacde05815627393f1f
diff -r 4854be294274 -r af5f5b7ea8af graphics/librsvg2/patches/patch-aa
--- a/graphics/librsvg2/patches/patch-aa        Sat Apr 02 12:43:47 2005 +0000
+++ b/graphics/librsvg2/patches/patch-aa        Sat Apr 02 13:01:28 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.6 2005/03/22 16:04:44 jmmv Exp $
+$NetBSD: patch-aa,v 1.7 2005/04/02 13:01:28 jmmv Exp $
 
---- configure.orig     2005-01-19 02:14:43.000000000 +0100
+--- configure.orig     2005-01-19 01:14:43.000000000 +0000
 +++ configure
-@@ -21874,6 +21874,7 @@ echo "${ECHO_T}$GNOME_PRINT_LIBS" >&6
+@@ -21874,11 +21874,14 @@ echo "${ECHO_T}$GNOME_PRINT_LIBS" >&6
       \
                have_gnome_print=no
    fi
@@ -10,7 +10,14 @@
  
  
  if test "x$have_gnome_print" = "xyes"; then
-@@ -23633,6 +23634,7 @@ build_mozilla_plugin=no
+    GNOME_PRINT_CFLAGS="$GNOME_PRINT_CFLAGS -DHAVE_GNOME_PRINT=1"
+ fi
++GNOME_PRINT_CFLAGS=
++GNOME_PRINT_LIBS=
+ 
+ 
+ 
+@@ -23633,6 +23636,7 @@ build_mozilla_plugin=no
  if test "x$MOZILLA_CFLAGS" != "x"; then
     build_mozilla_plugin=yes
  fi



Home | Main Index | Thread Index | Old Index