ports/153190: audio/libsndfile: explicitly disable ALSA
Max Brazhnikov
makc at FreeBSD.org
Wed Dec 15 21:00:29 UTC 2010
>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 at 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:
More information about the freebsd-ports-bugs
mailing list