From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 26 22:40:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00C4767F for ; Fri, 26 Oct 2012 22:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id C8EED8FC0C for ; Fri, 26 Oct 2012 22:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9QMe0eE052125 for ; Fri, 26 Oct 2012 22:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9QMe0SL052124; Fri, 26 Oct 2012 22:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 26 Oct 2012 22:40:00 GMT Resent-Message-Id: <201210262240.q9QMe0SL052124@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0CAF15AE; Fri, 26 Oct 2012 22:36:01 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15]) by mx1.freebsd.org (Postfix) with ESMTP id AC9988FC12; Fri, 26 Oct 2012 22:36:00 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.76) (envelope-from ) id 1TRsVN-00006T-3S; Sat, 27 Oct 2012 02:35:53 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id C02E4B84D; Sat, 27 Oct 2012 02:35:52 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id B0963751; Sat, 27 Oct 2012 02:35:52 +0400 (MSK) Message-Id: <20121026223552.B0963751@hades.panopticon> Date: Sat, 27 Oct 2012 02:35:52 +0400 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/173134: [PATCH] multimedia/audacious-plugins: fix plist for some options Cc: oliver@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2012 22:40:01 -0000 >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: