Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Feb 2012 08:41:37 GMT
From:      Axel Gonzalez <loox@e-shell.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/165128: [patch] audio/madplay dependency on esound
Message-ID:  <201202140841.q1E8fbZF001027@red.freebsd.org>
Resent-Message-ID: <201202140850.q1E8o4Fn037207@freefall.freebsd.org>

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

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



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