From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 16 17:50:11 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 4F27110656AB for ; Thu, 16 Dec 2010 17:50:11 +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 115518FC1B for ; Thu, 16 Dec 2010 17:50:11 +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 oBGHoA6B054153 for ; Thu, 16 Dec 2010 17:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBGHoA5c054152; Thu, 16 Dec 2010 17:50:10 GMT (envelope-from gnats) Resent-Date: Thu, 16 Dec 2010 17:50:10 GMT Resent-Message-Id: <201012161750.oBGHoA5c054152@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 017F51065670 for ; Thu, 16 Dec 2010 17:44:05 +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 E44478FC08 for ; Thu, 16 Dec 2010 17:44:04 +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 oBGHi4NB053399 for ; Thu, 16 Dec 2010 17:44:04 GMT (envelope-from kwm@freefall.freebsd.org) Received: (from kwm@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBGHi4Rk053398; Thu, 16 Dec 2010 17:44:04 GMT (envelope-from kwm) Message-Id: <201012161744.oBGHi4Rk053398@freefall.freebsd.org> Date: Thu, 16 Dec 2010 17:44:04 GMT From: Koop Mast To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/153220: [patch] devel/ptlib fix build when alsa-libs is present. 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:11 -0000 >Number: 153220 >Category: ports >Synopsis: [patch] devel/ptlib fix build when alsa-libs is present. >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:10 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 support. It doesn't build and support is so-so. >How-To-Repeat: >Fix: --- ptlib-alsa.diff begins here --- ? devel/ptlib/work Index: devel/ptlib/Makefile =================================================================== RCS file: /home/pcvs/ports/devel/ptlib/Makefile,v retrieving revision 1.6 diff -a -u -r1.6 Makefile --- devel/ptlib/Makefile 10 May 2010 21:09:09 -0000 1.6 +++ devel/ptlib/Makefile 16 Dec 2010 17:41:23 -0000 @@ -43,6 +43,7 @@ --disable-atomicity \ --with-expat-dir="${LOCALBASE}" \ --enable-oss \ + --enable-alsa=no \ --disable-odbc ALL_TARGET= optshared --- ptlib-alsa.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: