From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Mar 2 22:50:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EA931065675 for ; Sun, 2 Mar 2008 22:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DA6A18FC18 for ; Sun, 2 Mar 2008 22:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m22Mo0xq056892 for ; Sun, 2 Mar 2008 22:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m22Mo0rK056891; Sun, 2 Mar 2008 22:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Mar 2008 22:50:00 GMT Resent-Message-Id: <200803022250.m22Mo0rK056891@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, Chess Griffin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47FA9106566B for ; Sun, 2 Mar 2008 22:49:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 215F38FC1F for ; Sun, 2 Mar 2008 22:49:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m22MkZn5056565 for ; Sun, 2 Mar 2008 22:46:35 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m22MkZHQ056564; Sun, 2 Mar 2008 22:46:35 GMT (envelope-from nobody) Message-Id: <200803022246.m22MkZHQ056564@www.freebsd.org> Date: Sun, 2 Mar 2008 22:46:35 GMT From: Chess Griffin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/121304: [patch] multimedia/audacious-plugins: add FLAC option, also add Jack to pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Mar 2008 22:50:01 -0000 >Number: 121304 >Category: ports >Synopsis: [patch] multimedia/audacious-plugins: add FLAC option, also add Jack to pkg-plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 02 22:50:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Chess Griffin >Release: 7.0-RELEASE >Organization: >Environment: FreeBSD bsdbob.localdomain 7.0-RELEASE FreeBSD 7.0-RELEASE #1: Mon Feb 25 19:09:06 EST 2008 chess@bsdbob.localdomain:/usr/obj/usr/src/sys/CHESS i386 >Description: I built the new 1.4.5 audacious-plugins on my tinderbox and noticed two issues: first, the new FLAC input plugin option was not listed in the OPTIONS= section and second, if Jack is selected as a build option, then it's not listed in pkg-plist and doesn't get removed. These two issues should be fixed in this patch. I also bumped the PORTREVISION to 1. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN audacious-plugins.orig/Makefile audacious-plugins/Makefile --- audacious-plugins.orig/Makefile 2008-03-02 15:54:03.000000000 -0500 +++ audacious-plugins/Makefile 2008-03-02 17:48:16.000000000 -0500 @@ -7,6 +7,7 @@ PORTNAME= audacious-plugins PORTVERSION= 1.4.5 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.atheme.org/ EXTRACT_SUFX= .tgz @@ -47,6 +48,7 @@ ROOTVIS "Enable X11 RootWindow vis plugin" on \ ADPLUG "Enable AdPlug plugin" off \ VORBIS "Enable Ogg Vorbis input plugin" off \ + FLAC "Enable FLAC input plugin" off \ WAVPACK "Enable WavPack input plugin" off \ AAC "Enable aac plugin" on \ SNDFILE "Enable sndfile extensions" off \ diff -ruN audacious-plugins.orig/pkg-plist audacious-plugins/pkg-plist --- audacious-plugins.orig/pkg-plist 2008-03-02 15:54:03.000000000 -0500 +++ audacious-plugins/pkg-plist 2008-03-02 15:56:40.000000000 -0500 @@ -37,6 +37,7 @@ lib/audacious/Input/wav.so %%WAVPACKPLUGIN%%lib/audacious/Input/wavpack.so %%WMAPLUGIN%%lib/audacious/Input/wma.so +%%JACKPLUGIN%%lib/audacious/Output/jackout.so %%OSSPLUGIN%%lib/audacious/Output/OSS.so %%ESDPLUGIN%%lib/audacious/Output/ESD.so %%ARTSPLUGIN%%lib/audacious/Output/arts.so >Release-Note: >Audit-Trail: >Unformatted: