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:   ports/163704: [PATCH] devel/ptlib: disable ODBC by default
Message-ID:  <201112292328.pBTNSMoT054176@meatwad.mouf.net>
Resent-Message-ID: <201112292330.pBTNUQ67012714@freefall.freebsd.org>

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

>Number:         163704
>Category:       ports
>Synopsis:       [PATCH] devel/ptlib: disable ODBC by default
>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:   Thu Dec 29 23:30:26 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>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 ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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