From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 25 19:50:01 2009 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 466EE1065696 for ; Fri, 25 Dec 2009 19: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 02D198FC2E for ; Fri, 25 Dec 2009 19:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBPJo0x2092801 for ; Fri, 25 Dec 2009 19:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBPJo0xE092800; Fri, 25 Dec 2009 19:50:00 GMT (envelope-from gnats) Resent-Date: Fri, 25 Dec 2009 19:50:00 GMT Resent-Message-Id: <200912251950.nBPJo0xE092800@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, Thomas Zander Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CC66106568D for ; Fri, 25 Dec 2009 19:44:01 +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 6AF378FC12 for ; Fri, 25 Dec 2009 19:44:01 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nBPJi1xo012923 for ; Fri, 25 Dec 2009 19:44:01 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id nBPJi13k012922; Fri, 25 Dec 2009 19:44:01 GMT (envelope-from nobody) Message-Id: <200912251944.nBPJi13k012922@www.freebsd.org> Date: Fri, 25 Dec 2009 19:44:01 GMT From: Thomas Zander To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/142020: [PATCH] audio/exaile does not respect its OPTIONS 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: Fri, 25 Dec 2009 19:50:01 -0000 >Number: 142020 >Category: ports >Synopsis: [PATCH] audio/exaile does not respect its OPTIONS >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 25 19:50:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Thomas Zander >Release: 8.0-STABLE >Organization: >Environment: FreeBSD marvin 8.0-STABLE FreeBSD 8.0-STABLE #0 root@marvin:/usr/obj/usr/src/sys/MARVIN amd64 >Description: The port of the audio player exaile does have a menu to set OPTIONS during port build, but it always builds the default configuration. >How-To-Repeat: Try and install exaile e.g. without hal, it does still depend on it. >Fix: Attached patch resolves the issue. Patch attached with submission follows: diff -ruN /usr/ports/audio/exaile/Makefile exaile/Makefile --- /usr/ports/audio/exaile/Makefile 2009-12-19 12:26:40.290637402 +0100 +++ exaile/Makefile 2009-12-25 19:33:26.728564774 +0100 @@ -34,6 +34,8 @@ NLS "Native Language Support" On \ SEXY "UI enhancements" On +.include + .if !defined(WITHOUT_BAD) USE_GSTREAMER+= bad .endif @@ -74,4 +76,4 @@ @${REINPLACE_CMD} -e 's|$$(XDG|$$(PREFIX)$$(XDG|g' \ ${WRKSRC}/Makefile -.include +.include >Release-Note: >Audit-Trail: >Unformatted: