ports/163704: [PATCH] devel/ptlib: disable ODBC by default
Steve Wills
swills at FreeBSD.org
Thu Dec 29 23:30:27 UTC 2011
>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 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 ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list