summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz>2005-04-27 14:57:54 +0000
committerwiz <wiz>2005-04-27 14:57:54 +0000
commite124e28360fde238979bd1660f9e08ac909d544a (patch)
treeac8dbf9015e5c3e128e27275f97ba1c43e961474 /audio
parent19e077c5abba9d0e2e379e73d1bca26e9ef0f0e0 (diff)
downloadpkgsrc-e124e28360fde238979bd1660f9e08ac909d544a.tar.gz
Fix AC_DEFUN argument quoting for automake 1.8 and newer. No
PKGREVISION bump because most people won't care.
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms/distinfo3
-rw-r--r--audio/xmms/patches/patch-ak22
2 files changed, 24 insertions, 1 deletions
diff --git a/audio/xmms/distinfo b/audio/xmms/distinfo
index daaf9c047e5..97c6f7be623 100644
--- a/audio/xmms/distinfo
+++ b/audio/xmms/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.24 2005/02/23 20:39:54 agc Exp $
+$NetBSD: distinfo,v 1.25 2005/04/27 14:57:54 wiz Exp $
SHA1 (xmms-1.2.10.tar.bz2) = a3c3d3756d5263183c27b3c50a7f5404cba8bfaf
RMD160 (xmms-1.2.10.tar.bz2) = 0360cbb8c326b3325bd8ebb3343c69a9788d7084
@@ -13,3 +13,4 @@ SHA1 (patch-ag) = d03063c53d2b04c0d172a3e420c5cb0319e4ae59
SHA1 (patch-ah) = a49b667b145380f501ebd932185014d4a957e287
SHA1 (patch-ai) = c0bb82e63e6fb96327b1ee1e9ec5617fe9b55b44
SHA1 (patch-aj) = 67a69e2a05f343a5d7c22b3f1f1cf0c25d9aeb6d
+SHA1 (patch-ak) = b49316325c6f778b0d3e85007b141699cf338238
diff --git a/audio/xmms/patches/patch-ak b/audio/xmms/patches/patch-ak
new file mode 100644
index 00000000000..62e81f19d04
--- /dev/null
+++ b/audio/xmms/patches/patch-ak
@@ -0,0 +1,22 @@
+$NetBSD: patch-ak,v 1.7 2005/04/27 14:57:54 wiz Exp $
+
+--- xmms.m4.orig 2000-01-27 21:30:35.000000000 +0100
++++ xmms.m4
+@@ -14,7 +14,7 @@ dnl and XMMS_VERSION for your plugin ple
+ dnl
+
+ dnl XMMS_TEST_VERSION(AVAILABLE-VERSION, NEEDED-VERSION [, ACTION-IF-OKAY [, ACTION-IF-NOT-OKAY]])
+-AC_DEFUN(XMMS_TEST_VERSION, [
++AC_DEFUN([XMMS_TEST_VERSION], [
+
+ # Determine which version number is greater. Prints 2 to stdout if
+ # the second number is greater, 1 if the first number is greater,
+@@ -59,7 +59,7 @@ function vercmp(ver1, ver2, ver1arr,
+ fi
+ ])
+
+-AC_DEFUN(AM_PATH_XMMS,
++AC_DEFUN([AM_PATH_XMMS],
+ [
+ AC_ARG_WITH(xmms-prefix,[ --with-xmms-prefix=PFX Prefix where XMMS is installed (optional)],
+ xmms_config_prefix="$withval", xmms_config_prefix="")