ports/173134: [PATCH] multimedia/audacious-plugins: fix plist for some options

Dmitry Marakasov amdmi3 at amdmi3.ru
Fri Oct 26 22:40:01 UTC 2012


>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 at 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:


More information about the freebsd-ports-bugs mailing list