Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 2010 16:01:53 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        melifaro@ipfw.ru
Subject:   ports/151067: [PATCH] devel/ptlib: fix build in presence of alsa-lib
Message-ID:  <20100929120153.362F4B829@hades.panopticon>
Resent-Message-ID: <201009291210.o8TCA10H048580@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100929120153.362F4B829>