ports/153188: multimedia/libquicktime: explicitly disable ALSA

Max Brazhnikov makc at FreeBSD.org
Wed Dec 15 20:50:10 UTC 2010


>Number:         153188
>Category:       ports
>Synopsis:       multimedia/libquicktime: 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 20:50:10 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:
libquicktime 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/multimedia/libquicktime/Makefile,v
retrieving revision 1.89
diff -u -r1.89 Makefile
--- Makefile	13 Dec 2010 14:16:27 -0000	1.89
+++ Makefile	15 Dec 2010 20:03:36 -0000
@@ -27,11 +27,12 @@
 
 CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}"
 CONFIGURE_ENV+=	LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} -lintl"
+CONFIGURE_ARGS+=	--without-alsa
 
 CFLAGS+=	-fPIC
 .if !defined(_BUILDING_LIBQUICKTIME_PLUGINS)
 USE_XORG=	xaw xv
-CONFIGURE_ARGS=	--with-x --enable-gpl --without-doxygen --without-lame
+CONFIGURE_ARGS+=	--with-x --enable-gpl --without-doxygen --without-lame
 MAN1=		lqtplay.1
 
 OPTIONS=	OPENGL "Enable OpenGL support" On \


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



More information about the freebsd-ports-bugs mailing list