Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Dec 2010 20:53:52 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/153190: audio/libsndfile: explicitly disable ALSA
Message-ID:  <201012152053.oBFKrqXx028448@red.freebsd.org>
Resent-Message-ID: <201012152100.oBFL0S1w077060@freefall.freebsd.org>

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

>Number:         153190
>Category:       ports
>Synopsis:       audio/libsndfile: explicitly disable ALSA
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 15 21:00:28 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        FreeBSD 8.2-PRERELEASE amd64
>Organization:
>Environment:
FreeBSD luna.dio.ru 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0: Tue Nov 30 22:58:45 MSK 2010     root@luna.dio.ru:/usr/obj/usr/freebsd/8/src/sys/LUNA  amd64
>Description:
libsndfile links with alsa compatibility library if audio/alsa-lib is installed.
I see no reason for adding extra dependency on it, thus explicitly disable ALSA support.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/audio/libsndfile/Makefile,v
retrieving revision 1.49
diff -u -r1.49 Makefile
--- Makefile	3 Nov 2010 10:48:47 -0000	1.49
+++ Makefile	15 Dec 2010 20:49:13 -0000
@@ -18,7 +18,8 @@
 USE_GMAKE=	yes
 CONFIGURE_ARGS=	--disable-gcc-pipe \
 		--disable-sqlite \
-		--disable-octave
+		--disable-octave \
+		--disable-alsa
 CONFIGURE_ENV=	CPPFLAGS="-isystem /usr/include -isystem ${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 USE_LDCONFIG=	yes


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



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