ports/151067: [PATCH] devel/ptlib: fix build in presence of alsa-lib

Dmitry Marakasov amdmi3 at amdmi3.ru
Wed Sep 29 12:10:02 UTC 2010


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



More information about the freebsd-ports-bugs mailing list