Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Dec 2011 18:28:22 -0500 (EST)
From:      Steve Wills <swills@freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gnome@freebsd.org
Subject:   [PATCH] devel/ptlib: disable ODBC by default
Message-ID:  <201112292328.pBTNSMoT054176@meatwad.mouf.net>

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

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




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