From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 16 18:20:09 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D99281065670 for ; Sat, 16 Oct 2010 18:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9C7188FC15 for ; Sat, 16 Oct 2010 18:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o9GIK96c014398 for ; Sat, 16 Oct 2010 18:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o9GIK9xm014397; Sat, 16 Oct 2010 18:20:09 GMT (envelope-from gnats) Resent-Date: Sat, 16 Oct 2010 18:20:09 GMT Resent-Message-Id: <201010161820.o9GIK9xm014397@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Max Brazhnikov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 218FC106564A for ; Sat, 16 Oct 2010 18:20:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 0BA5E8FC0A for ; Sat, 16 Oct 2010 18:20:04 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o9GIK3Yo083216 for ; Sat, 16 Oct 2010 18:20:03 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o9GIK3QS083215; Sat, 16 Oct 2010 18:20:03 GMT (envelope-from nobody) Message-Id: <201010161820.o9GIK3QS083215@www.freebsd.org> Date: Sat, 16 Oct 2010 18:20:03 GMT From: Max Brazhnikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/151508: multimedia/ffmpeg: explicitly disable alsa X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Oct 2010 18:20:09 -0000 >Number: 151508 >Category: ports >Synopsis: multimedia/ffmpeg: 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: Sat Oct 16 18:20:09 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Max Brazhnikov >Release: FreeBSD 8.1-STABLE amd64 >Organization: >Environment: FreeBSD luna.dio.ru 8.1-STABLE FreeBSD 8.1-STABLE #10: Tue Aug 31 10:36:57 MSD 2010 root@luna.dio.ru:/usr/obj/usr/freebsd/8/src/sys/LUNA amd64 >Description: Explicitly disable alsa support to avoid linking with libasound, when audio/alsa-lib is installed. multimedia/ffmpeg-devel may require the fix too. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/multimedia/ffmpeg/Makefile,v retrieving revision 1.115 diff -u -r1.115 Makefile --- Makefile 11 Oct 2010 13:51:28 -0000 1.115 +++ Makefile 16 Oct 2010 18:09:42 -0000 @@ -89,7 +89,9 @@ --extra-cflags="${FFMPEG_CFLAGS} -I${LOCALBASE}/include" \ --extra-ldflags="-L${LOCALBASE}/lib ${FFMPEG_LDFLAGS}" \ --extra-libs="${PTHREAD_LIBS}" \ - --disable-debug + --disable-debug \ + --disable-indev=alsa \ + --disable-outdev=alsa SHLIB_VER= 1 PLIST_SUB= SHLIB_VER=${SHLIB_VER} USE_LDCONFIG= yes >Release-Note: >Audit-Trail: >Unformatted: