From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 16 17:50:12 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 BB26A1065672 for ; Thu, 16 Dec 2010 17:50:12 +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 7D6B08FC14 for ; Thu, 16 Dec 2010 17:50:12 +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 oBGHoCrN054237 for ; Thu, 16 Dec 2010 17:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBGHoC96054233; Thu, 16 Dec 2010 17:50:12 GMT (envelope-from gnats) Resent-Date: Thu, 16 Dec 2010 17:50:12 GMT Resent-Message-Id: <201012161750.oBGHoC96054233@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, Koop Mast Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2B661065672 for ; Thu, 16 Dec 2010 17:45:28 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 882F38FC15 for ; Thu, 16 Dec 2010 17:45:28 +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 oBGHjSQo053555 for ; Thu, 16 Dec 2010 17:45:28 GMT (envelope-from kwm@freefall.freebsd.org) Received: (from kwm@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBGHjS8M053554; Thu, 16 Dec 2010 17:45:28 GMT (envelope-from kwm) Message-Id: <201012161745.oBGHjS8M053554@freefall.freebsd.org> Date: Thu, 16 Dec 2010 17:45:28 GMT From: Koop Mast To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/153223: [patch] devel/ptlib26 fix build with alsa-libs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Koop Mast List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2010 17:50:12 -0000 >Number: 153223 >Category: ports >Synopsis: [patch] devel/ptlib26 fix build with alsa-libs >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: Thu Dec 16 17:50:12 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Koop Mast >Release: FreeBSD 8.1-STABLE i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.1-STABLE FreeBSD 8.1-STABLE #2 r215627: Sun Nov 21 13:36:51 UTC 2010 simon@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386 >Description: Explicit disable alsa. It doesn't build and support is so-so. >How-To-Repeat: >Fix: --- ptlib26-alsa.diff begins here --- ? devel/ptlib26/work Index: devel/ptlib26/Makefile =================================================================== RCS file: /home/pcvs/ports/devel/ptlib26/Makefile,v retrieving revision 1.12 diff -a -u -r1.12 Makefile --- devel/ptlib26/Makefile 10 May 2010 21:09:09 -0000 1.12 +++ devel/ptlib26/Makefile 16 Dec 2010 17:32:32 -0000 @@ -29,7 +29,8 @@ USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS+= --enable-oss --enable-plugins --with-expat-dir="${LOCALBASE}" +CONFIGURE_ARGS+= --enable-oss --enable-plugins --with-expat-dir="${LOCALBASE}" \ + --enable-alsa=no OPTIONS= ODBC "Use ODBC" On \ V4L "Use Video4Linux" Off \ --- ptlib26-alsa.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: