ports/165128: [patch] audio/madplay dependency on esound

Axel Gonzalez loox at e-shell.net
Tue Feb 14 08:50:04 UTC 2012


>Number:         165128
>Category:       ports
>Synopsis:       [patch] audio/madplay dependency on esound
>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:   Tue Feb 14 08:50:03 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Axel Gonzalez
>Release:        9.0-RELEASE
>Organization:
>Environment:
FreeBSD moonlight 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sat Feb  4 21:32:57 CST 2012     toor at moonlight:/usr/obj/usr/src/sys/LXCORE964  amd64
>Description:
The option for esound dependency is reversed, building w/o esound actually builds with it


>How-To-Repeat:
Build with esound
>Fix:
Apply the patch

--- Makefile.orig       2012-02-14 02:35:59.388726597 -0600
+++ Makefile    2012-02-14 02:40:19.861279691 -0600
@@ -44,9 +44,9 @@
 .endif
 
 .if !defined(WITHOUT_ESOUND)
-CONFIGURE_ARGS+=       --without-esd
-.else
 USE_GNOME+=    esound
+.else
+CONFIGURE_ARGS+=       --without-esd
 .endif
 
 post-install:

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



More information about the freebsd-ports-bugs mailing list