summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-05-26 18:37:29 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-05-26 18:37:29 +0000
commitc8b7e50a3e890a9b729e60bf01d4f4311e19278b (patch)
tree2ace5b14336bb1930bee26dbafe292904ccebbcd
parent47ec2fcb3fbea73252ecf541d581c5c19b86015a (diff)
downloadpkgsrc-c8b7e50a3e890a9b729e60bf01d4f4311e19278b.tar.gz
Pullup ticket #6212 - requested by nia
audio/adplay: dependent update Revisions pulled up: - audio/adplay/Makefile 1.4 - audio/adplay/distinfo 1.2 - audio/adplay/patches/patch-configure 1.1 --- Module Name: pkgsrc Committed By: nia Date: Thu May 21 21:00:49 UTC 2020 Modified Files: pkgsrc/audio/adplay: Makefile distinfo Added Files: pkgsrc/audio/adplay/patches: patch-configure Log Message: adplay: Work around breakage caused by adplug-2.3.2 Pointed out by joerg
-rw-r--r--audio/adplay/Makefile4
-rw-r--r--audio/adplay/distinfo3
-rw-r--r--audio/adplay/patches/patch-configure15
3 files changed, 19 insertions, 3 deletions
diff --git a/audio/adplay/Makefile b/audio/adplay/Makefile
index 23a1c832bbf..e87beaf4ca8 100644
--- a/audio/adplay/Makefile
+++ b/audio/adplay/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2020/03/08 16:48:35 wiz Exp $
+# $NetBSD: Makefile,v 1.3.2.1 2020/05/26 18:37:29 bsiegert Exp $
DISTNAME= adplay-1.8
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=adplug/}
GITHUB_PROJECT= adplay-unix
diff --git a/audio/adplay/distinfo b/audio/adplay/distinfo
index 769b2b8d1d2..5eb8f87469f 100644
--- a/audio/adplay/distinfo
+++ b/audio/adplay/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1 2019/09/10 12:34:55 fcambus Exp $
+$NetBSD: distinfo,v 1.1.4.1 2020/05/26 18:37:29 bsiegert Exp $
SHA1 (adplay-1.8.tar.bz2) = 68957c7fb7a7803b8e9d784faf4158dd3fdf9154
RMD160 (adplay-1.8.tar.bz2) = 169817211acd91037e5ca44e80de4487c3a9eb39
SHA512 (adplay-1.8.tar.bz2) = 6a82b10fa73ad9317303da03d2fcb1fa97772d850f3f78f53c554b9daaa9ae5d04bc2f0a1b1d25fd5d3a1eab073641d6fa0589070721612987d57762f03363c7
Size (adplay-1.8.tar.bz2) = 333582 bytes
+SHA1 (patch-configure) = f8b33e56e1b29ee446628ba7ffc1ec8bcdfdc5cb
diff --git a/audio/adplay/patches/patch-configure b/audio/adplay/patches/patch-configure
new file mode 100644
index 00000000000..eb4e32010e5
--- /dev/null
+++ b/audio/adplay/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.2.2.2 2020/05/26 18:37:29 bsiegert Exp $
+
+Broken with adplug-2.3.2
+
+--- configure.orig 2017-11-19 00:28:23.000000000 +0000
++++ configure
+@@ -17462,7 +17462,7 @@ CSurroundopl *dummy;
+ _ACEOF
+ if ac_fn_cxx_try_link "$LINENO"; then :
+
+-$as_echo "#define HAVE_ADPLUG_SURROUND /**/" >>confdefs.h
++#$as_echo "#define HAVE_ADPLUG_SURROUND /**/" >>confdefs.h
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }