summaryrefslogtreecommitdiff
path: root/audio/libtunepimp
diff options
context:
space:
mode:
authorwiz <wiz>2011-06-03 00:57:47 +0000
committerwiz <wiz>2011-06-03 00:57:47 +0000
commit286b956eea6d2cec0e813116c8b9e9f07e50223d (patch)
treeeed2d311de63e19e2fd0385b7ade5b613e5fd57b /audio/libtunepimp
parent51fbc857f0fea0b9303ab130d36475c0dc0a8d7b (diff)
downloadpkgsrc-286b956eea6d2cec0e813116c8b9e9f07e50223d.tar.gz
Fix broken test by assuming pkgsrc handles version check for us.
(Problem here is that 1.10 doesn't compare as bigger than 1.4.)
Diffstat (limited to 'audio/libtunepimp')
-rw-r--r--audio/libtunepimp/distinfo3
-rw-r--r--audio/libtunepimp/patches/patch-configure16
2 files changed, 18 insertions, 1 deletions
diff --git a/audio/libtunepimp/distinfo b/audio/libtunepimp/distinfo
index 666b0e86ee2..c7878d12c08 100644
--- a/audio/libtunepimp/distinfo
+++ b/audio/libtunepimp/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2011/01/29 21:15:11 markd Exp $
+$NetBSD: distinfo,v 1.11 2011/06/03 00:57:47 wiz Exp $
SHA1 (libtunepimp-0.5.3.tar.gz) = 1b904cd97ce009588fe57336f40e79b6edf9947e
RMD160 (libtunepimp-0.5.3.tar.gz) = 6bc312591b98a5b74824fc3103137cbf60d4b012
@@ -19,3 +19,4 @@ SHA1 (patch-am) = 0f26b9ffefd6e23e5a49e4516356cb0fc7005178
SHA1 (patch-an) = cbd5466e85dbfd38974759033b59a6147a2e62ba
SHA1 (patch-ao) = 589faf81480e89c310fe1ae199e15657723923dc
SHA1 (patch-ap) = cbbdc7d28ca083ec51720370bf4cbe81ec475609
+SHA1 (patch-configure) = d331e26e496e3e9b76ecfcef2537ec41ff85cab1
diff --git a/audio/libtunepimp/patches/patch-configure b/audio/libtunepimp/patches/patch-configure
new file mode 100644
index 00000000000..cae02609a73
--- /dev/null
+++ b/audio/libtunepimp/patches/patch-configure
@@ -0,0 +1,16 @@
+$NetBSD: patch-configure,v 1.1 2011/06/03 00:57:47 wiz Exp $
+
+Fix broken test by assuming pkgsrc handles version check for us.
+(Problem here is that 1.10 doesn't compare as bigger than 1.4.)
+
+--- configure.orig 2006-11-28 20:34:18.000000000 +0000
++++ configure
+@@ -21634,7 +21634,7 @@ fi
+ { echo "$as_me:$LINENO: checking for taglib >= 1.4" >&5
+ echo $ECHO_N "checking for taglib >= 1.4... $ECHO_C" >&6; }
+ VERSION_CHECK=`expr $TAGLIB_VERSION \>\= 1.4`
+- if test "$VERSION_CHECK" = "1" ; then
++ if test "1" = "1" ; then
+ { echo "$as_me:$LINENO: result: yes" >&5
+ echo "${ECHO_T}yes" >&6; }
+ succeeded=yes