ports/142020: [PATCH] audio/exaile does not respect its OPTIONS

Thomas Zander thomas.e.zander at googlemail.com
Fri Dec 25 19:50:01 UTC 2009


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



More information about the freebsd-ports-bugs mailing list