diff options
author | dholland <dholland> | 2012-05-10 04:32:18 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-05-10 04:32:18 +0000 |
commit | 34bfce541b2af1002906b800b7e82a2faae3891b (patch) | |
tree | 88ae272a70740a25ee7f1467c5409969fe434545 /graphics | |
parent | f6b8d61585a4100cfc75bee6f5432293155caed0 (diff) | |
download | pkgsrc-34bfce541b2af1002906b800b7e82a2faae3891b.tar.gz |
Remove wrong patch. HI ADAM
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gegl/distinfo | 3 | ||||
-rw-r--r-- | graphics/gegl/patches/patch-configure | 15 |
2 files changed, 1 insertions, 17 deletions
diff --git a/graphics/gegl/distinfo b/graphics/gegl/distinfo index ffcd981ea0e..85c0e72dd4f 100644 --- a/graphics/gegl/distinfo +++ b/graphics/gegl/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.11 2012/05/07 08:35:57 adam Exp $ +$NetBSD: distinfo,v 1.12 2012/05/10 04:32:18 dholland Exp $ SHA1 (gegl-0.2.0.tar.bz2) = 764cc66cb3c7b261b8fc18a6268a0e264a91d573 RMD160 (gegl-0.2.0.tar.bz2) = cc10365cff27dd42b002bf305f82de54d8c158fa Size (gegl-0.2.0.tar.bz2) = 7502040 bytes SHA1 (patch-aa) = 0f46061f7b0c213abfe422124839eec29780d039 -SHA1 (patch-configure) = 769f90b79ee581ccb7d160f28f61231de32eb723 diff --git a/graphics/gegl/patches/patch-configure b/graphics/gegl/patches/patch-configure deleted file mode 100644 index 75335635667..00000000000 --- a/graphics/gegl/patches/patch-configure +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-configure,v 1.1 2012/05/07 08:35:57 adam Exp $ - -Fix version test for intltool. - ---- configure.orig 2012-05-06 20:06:34.000000000 +0000 -+++ configure -@@ -17697,7 +17697,7 @@ if test -n "0.40.1"; then - $as_echo_n "checking for intltool >= 0.40.1... " >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5 - $as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; } -- test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || -+ test "$INTLTOOL_APPLIED_VERSION_AS_INT" -lt "$INTLTOOL_REQUIRED_VERSION_AS_INT" || - as_fn_error $? "Your intltool is too old. You need intltool 0.40.1 or later." "$LINENO" 5 - fi - |