Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Aug 2006 10:49:31 -0700 (PDT)
From:      User & modyun <jacula@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/101469: [patch] audio/libao: missing lib dependece on the audio/arts port, setting WITH_ARTS=yes WITH_NAS=yes
Message-ID:  <200608061749.k76HnMW0003552@splork.wirewater.yow>
Resent-Message-ID: <200608061750.k76HoLX0007350@freefall.freebsd.org>

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

>Number:         101469
>Category:       ports
>Synopsis:       [patch] audio/libao: missing lib dependece on the audio/arts port, setting WITH_ARTS=yes WITH_NAS=yes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 06 17:50:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     User & modyun
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
>Description:
 When you compile audio/libao, setting WITH_ARTS=yes WITH_NAS=yes, this port miss the lib dependence on the
 audio/arts port.

>How-To-Repeat:
 cd /usr/ports/audio/libao
 make -V LIB_DEPENDS WITH_ARTS=yes WITH_NAS=yes
audio.2:/usr/ports/audio/nas esd.2:/usr/ports/audio/esound  

and not

artsc.0:/usr/ports/audio/arts audio.2:/usr/ports/audio/nas esd.2:/usr/ports/audio/esound  

>Fix:

This patch correct this problem:


--- Makefile.orig	Sun Aug  6 17:08:35 2006
+++ Makefile	Thu Aug  3 16:40:51 2006
@@ -38,7 +38,7 @@
 .endif
 
 .if defined(WITH_NAS)
-LIB_DEPENDS=	audio.2:${PORTSDIR}/audio/nas
+LIB_DEPENDS+=	audio.2:${PORTSDIR}/audio/nas
 PLIST_SUB+=	NAS=""
 .else
 CONFIGURE_ARGS+=	--disable-nas

>Release-Note:
>Audit-Trail:
>Unformatted:
 >eNVIROnment:
 System: FreeBSD splork.wirewater.yow 6.1-STABLE FreeBSD 6.1-STABLE #0: Fri Aug 4 18:20:20 UTC 2006 root@splork.wirewater.yow:/usr/obj/usr/src/sys/JACULA i386
 
 



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