ports/169767: audio/alsa-plugins: desync with oss plugin
Jan Beich
jbeich at tormail.org
Wed Jul 11 20:50:07 UTC 2012
The following reply was made to PR ports/169767; it has been noted by GNATS.
From: Jan Beich <jbeich at tormail.org>
To: Aragon Gouveia <aragon at phat.za.net>
Cc: bug-followup at FreeBSD.org
Subject: Re: ports/169767: audio/alsa-plugins: desync with oss plugin
Date: Tue, 10 Jul 2012 23:17:07 +0100
--=-=-=
Content-Type: text/plain
Hmm, the issue stems from ports/165247 applied wrong.
--=-=-=
Content-Type: text/x-patch
Content-Disposition: attachment; filename=swap.diff
Index: audio/alsa-plugins/Makefile
===================================================================
RCS file: /a/.csup/ports/audio/alsa-plugins/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- audio/alsa-plugins/Makefile 7 May 2012 15:23:52 -0000 1.5
+++ audio/alsa-plugins/Makefile 10 Jul 2012 22:12:12 -0000
@@ -79,9 +79,9 @@ PLIST_SUB+= SPEEX="@comment "
.if ${OSVERSION} > 900036 \
|| ${OSVERSION} > 802503 && ${OSVERSION} < 900000 \
|| ${OSVERSION} > 704000 && ${OSVERSION} < 800000
-EXTRA_PATCHES+= ${FILESDIR}/alsa-plugins-getiptrfix.patch
-.else # ${OSVERSION} <= 704000
EXTRA_PATCHES+= ${FILESDIR}/alsa-plugins.patch
+.else # ${OSVERSION} <= 704000
+EXTRA_PATCHES+= ${FILESDIR}/alsa-plugins-getiptrfix.patch
.endif
post-patch: .SILENT
--=-=-=--
More information about the freebsd-ports-bugs
mailing list