pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/inkscape while harmless appearently, fix a co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc888754db8d
branches:  trunk
changeset: 493626:cc888754db8d
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue May 10 20:22:39 2005 +0000

description:
while harmless appearently, fix a configure test checking the boehm-gc
version which was broken die to a GNU'ism

diffstat:

 graphics/inkscape/distinfo         |   3 ++-
 graphics/inkscape/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 97b7cae71e11 -r cc888754db8d graphics/inkscape/distinfo
--- a/graphics/inkscape/distinfo        Tue May 10 20:21:57 2005 +0000
+++ b/graphics/inkscape/distinfo        Tue May 10 20:22:39 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2005/05/10 18:38:15 drochner Exp $
+$NetBSD: distinfo,v 1.6 2005/05/10 20:22:39 drochner Exp $
 
 SHA1 (inkscape-0.41.tar.bz2) = 9f1f1ad6fa1feea39395f143c23cedb3e8aceb75
 RMD160 (inkscape-0.41.tar.bz2) = ffcc13816c99f8bb9bfed61689854cc1dadae124
 Size (inkscape-0.41.tar.bz2) = 4430290 bytes
+SHA1 (patch-aa) = e1fef64ba4c3f40edaa4c8f7e11b6b0933e272f6
 SHA1 (patch-ab) = ef9ad1dc4a49270d9e7dacccc4e2ea6d41712940
diff -r 97b7cae71e11 -r cc888754db8d graphics/inkscape/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/inkscape/patches/patch-aa        Tue May 10 20:22:39 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.5 2005/05/10 20:22:39 drochner Exp $
+
+--- configure.orig     2005-05-11 00:15:17.000000000 +0200
++++ configure
+@@ -21905,7 +21905,7 @@ fi
+ 
+ done
+ 
+-if test "x$gc_ok" == "xyes"; then
++if test "x$gc_ok" = "xyes"; then
+       echo "$as_me:$LINENO: checking libgc version 6.4+" >&5
+ echo $ECHO_N "checking libgc version 6.4+... $ECHO_C" >&6
+       if test "$cross_compiling" = yes; then



Home | Main Index | Thread Index | Old Index