From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 12:10:02 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 DC99C106566C for ; Wed, 29 Sep 2010 12:10:01 +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 9D6078FC20 for ; Wed, 29 Sep 2010 12:10:01 +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 o8TCA1Dn048581 for ; Wed, 29 Sep 2010 12:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8TCA10H048580; Wed, 29 Sep 2010 12:10:01 GMT (envelope-from gnats) Resent-Date: Wed, 29 Sep 2010 12:10:01 GMT Resent-Message-Id: <201009291210.o8TCA10H048580@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, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67C061065696 for ; Wed, 29 Sep 2010 12:01:57 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15]) by mx1.freebsd.org (Postfix) with ESMTP id 27E1D8FC24 for ; Wed, 29 Sep 2010 12:01:56 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.71) (envelope-from ) id 1P0vMB-0003ue-0X; Wed, 29 Sep 2010 16:01:55 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 55F3FB84D; Wed, 29 Sep 2010 16:01:53 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 362F4B829; Wed, 29 Sep 2010 16:01:53 +0400 (MSD) Message-Id: <20100929120153.362F4B829@hades.panopticon> Date: Wed, 29 Sep 2010 16:01:53 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: melifaro@ipfw.ru Subject: ports/151067: [PATCH] devel/ptlib: fix build in presence of alsa-lib 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: Wed, 29 Sep 2010 12:10:02 -0000 >Number: 151067 >Category: ports >Synopsis: [PATCH] devel/ptlib: fix build in presence of alsa-lib >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 29 12:10:00 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.1-RELEASE i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Fri Jul 30 02:50:28 MSD 2010 >Description: ptlib doesn't build in presence of audio/alsa-lib: http://people.freebsd.org/~amdmi3/ptlib-2.6.5_2.log Port maintainer (melifaro@ipfw.ru) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: (while here, drop MASTER_SITE_SUBDIR) --- ptlib-2.6.5_3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/devel/ptlib26/Makefile,v retrieving revision 1.12 diff -u -u -r1.12 Makefile --- Makefile 10 May 2010 21:09:09 -0000 1.12 +++ Makefile 29 Sep 2010 11:58:19 -0000 @@ -7,10 +7,9 @@ PORTNAME= ptlib PORTVERSION= 2.6.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/ptlib/2.6 +MASTER_SITES= GNOME/sources/ptlib/2.6/ DISTNAME= ptlib-${PORTVERSION} MAINTAINER= melifaro@ipfw.ru @@ -29,7 +28,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}" \ + --disable-alsa OPTIONS= ODBC "Use ODBC" On \ V4L "Use Video4Linux" Off \ --- ptlib-2.6.5_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: