Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Oct 2012 02:35:52 +0400 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        oliver@FreeBSD.org
Subject:   ports/173134: [PATCH] multimedia/audacious-plugins: fix plist for some options
Message-ID:  <20121026223552.B0963751@hades.panopticon>
Resent-Message-ID: <201210262240.q9QMe0SL052124@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         173134
>Category:       ports
>Synopsis:       [PATCH] multimedia/audacious-plugins: fix plist for some options
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 26 22:40:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 9.0-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD hades.panopticon 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Wed Jun 13 17:39:20 MSK 2012
>Description:
Some option-dependent files are not handled as such in the plist, so it's incorrect for WITHOUT_MP3 and WITHOUT_CDAUDIO cases.
The patch fixes this.

Port maintainer (oliver@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- audacious-plugins-3.2.4_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/multimedia/audacious-plugins/pkg-plist ./pkg-plist
--- /usr/ports/multimedia/audacious-plugins/pkg-plist	2012-05-06 22:12:11.000000000 +0400
+++ ./pkg-plist	2012-10-26 21:08:19.340935475 +0400
@@ -167,7 +167,7 @@
 %%SIDPLUGIN%%lib/audacious/Input/sid.so
 lib/audacious/Input/console.so
 lib/audacious/Input/psf2.so
-lib/audacious/Input/madplug.so
+%%MP3PLUGIN%%lib/audacious/Input/madplug.so
 %%SNDFILEPLUGIN%%lib/audacious/Input/sndfile.so
 %%CDAUDIOPLUGIN%%lib/audacious/Input/cdaudio-ng.so
 lib/audacious/Effect/stereo.so
@@ -197,7 +197,7 @@
 lib/audacious/General/skins.so
 lib/audacious/General/song_change.so
 %%STATUSICONPLUGIN%%lib/audacious/General/statusicon.so
-lib/audacious/General/cd-menu-items.so
+%%CDAUDIOPLUGIN%%lib/audacious/General/cd-menu-items.so
 %%OSSPLUGIN%%lib/audacious/Output/OSS.so
 %%OSS4PLUGIN%%lib/audacious/Output/oss4.so
 %%ALSAPLUGIN%%lib/audacious/Output/alsa.so
--- audacious-plugins-3.2.4_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121026223552.B0963751>