summaryrefslogtreecommitdiff
path: root/graphics/gegl
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-05-10 04:32:18 +0000
committerdholland <dholland@pkgsrc.org>2012-05-10 04:32:18 +0000
commit6092a575d5981337cc1f9226b5e89281bb70b26b (patch)
tree88ae272a70740a25ee7f1467c5409969fe434545 /graphics/gegl
parentc8b715b5754c7c871f5119a80c867c7b07717e65 (diff)
downloadpkgsrc-6092a575d5981337cc1f9226b5e89281bb70b26b.tar.gz
Remove wrong patch. HI ADAM
Diffstat (limited to 'graphics/gegl')
-rw-r--r--graphics/gegl/distinfo3
-rw-r--r--graphics/gegl/patches/patch-configure15
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
-