ports/150662: Update port: audio/ecasound

KATO Tsuguru tkato432 at yahoo.com
Fri Sep 17 18:20:10 UTC 2010


>Number:         150662
>Category:       ports
>Synopsis:       Update port: audio/ecasound
>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:   Fri Sep 17 18:20:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.3-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Support OPTIONS properly

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/ecasound/Makefile audio/ecasound/Makefile
--- /usr/ports/audio/ecasound/Makefile	2010-09-01 20:07:51.000000000 +0900
+++ audio/ecasound/Makefile	2010-09-15 02:46:38.000000000 +0900
@@ -7,6 +7,7 @@
 
 PORTNAME=	ecasound
 PORTVERSION=	2.7.2
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://ecasound.seul.org/download/
 
@@ -64,12 +65,14 @@
 
 .if defined(WITH_LO)
 LIB_DEPENDS+=	lo.7:${PORTSDIR}/audio/liblo
-CONFIGURE_ARGS+=	--enable-liblo
+.else
+CONFIGURE_ARGS+=	--disable-liblo
 .endif
 
 .if defined(WITH_OIL)
 LIB_DEPENDS+=	oil-0.3.0:${PORTSDIR}/devel/liboil
-CONFIGURE_ARGS+=	--enable-liboil
+.else
+CONFIGURE_ARGS+=	--disable-liboil
 .endif
 
 .if defined(WITH_SAMPLERATE)
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list