Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Dec 2009 19:44:01 GMT
From:      Thomas Zander <thomas.e.zander@googlemail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/142020: [PATCH] audio/exaile does not respect its OPTIONS
Message-ID:  <200912251944.nBPJi13k012922@www.freebsd.org>
Resent-Message-ID: <200912251950.nBPJo0xE092800@freefall.freebsd.org>

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

>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 <bsd.port.pre.mk>
+
 .if !defined(WITHOUT_BAD)
 USE_GSTREAMER+=	bad
 .endif
@@ -74,4 +76,4 @@
 	@${REINPLACE_CMD} -e 's|$$(XDG|$$(PREFIX)$$(XDG|g' \
 		${WRKSRC}/Makefile
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


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



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