[PATCH] devel/ptlib: disable ODBC by default

Steve Wills swills at freebsd.org
Thu Dec 29 23:28:26 UTC 2011


>Submitter-Id:	current-users
>Originator:	Steve Wills
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] devel/ptlib: disable ODBC by default
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 10.0-CURRENT amd64
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #8: Mon Dec 19 15:53:28 EST 2011
>Description:
Attached patch disables ODBC by default so that gnome and kde don't conflict.

Port maintainer (gnome at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- ptlib-2.6.7.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/ptlib26/Makefile,v
retrieving revision 1.15
diff -u -u -r1.15 Makefile
--- Makefile	29 Dec 2011 23:25:39 -0000	1.15
+++ Makefile	29 Dec 2011 23:27:41 -0000
@@ -33,7 +33,7 @@
 CONFIGURE_ARGS+=	--enable-oss --enable-plugins --with-expat-dir="${LOCALBASE}"
 CONFIGURE_ENV+=		OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-L${OPENSSLLIB} -lssl"
 
-OPTIONS=	ODBC		"Use ODBC" On \
+OPTIONS=	ODBC		"Use ODBC" Off \
 		ALSA		"Use ALSA (experimental)" Off \
 		V4L		"Use Video4Linux" Off \
 		BSDVIDEO	"Enable BSD video support" On \
--- ptlib-2.6.7.patch ends here ---



More information about the freebsd-gnome mailing list