ports/182516: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Thu Nov 7 13:20:01 UTC 2013
The following reply was made to PR ports/182516; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/182516: commit references a PR
Date: Thu, 7 Nov 2013 13:17:03 +0000 (UTC)
Author: wg
Date: Thu Nov 7 13:16:47 2013
New Revision: 333090
URL: http://svnweb.freebsd.org/changeset/ports/333090
Log:
databases/freetds-devel: add option for odbc-wide
PR: ports/182516
Submitted by: Mike Carlson <mike bayphoto.com>
Approved by: maintainer
Modified:
head/databases/freetds-devel/Makefile
Modified: head/databases/freetds-devel/Makefile
==============================================================================
--- head/databases/freetds-devel/Makefile Thu Nov 7 13:09:34 2013 (r333089)
+++ head/databases/freetds-devel/Makefile Thu Nov 7 13:16:47 2013 (r333090)
@@ -28,7 +28,7 @@ MAN1= datacopy.1 freebcp.1 tsql.1 bsqld
MAN5= freetds.conf.5
# OPTIONS_DEFINE= OPENSSL GNUTLS IODBC UNIXODBC MSDBLIB
-OPTIONS_DEFINE= MSDBLIB
+OPTIONS_DEFINE= MSDBLIB ODBCWIDE
OPTIONS_SINGLE= ODBC SSL
OPTIONS_SINGLE_ODBC= IODBC UNIXODBC
@@ -41,6 +41,7 @@ GNUTLS_DESC= Use GnuTLS
IODBC_DESC= Depend on iodbc
UNIXODBC_DESC= Depend on unixodbc
MSDBLIB_DESC= MS SQL Server compatibility (breaks databases/sybtcl)
+ODBCWIDE_DESC= Enable Wide ODBC Support
CONFLICTS= freetds-0.64.[0-9]
@@ -52,6 +53,10 @@ USE_OPENSSL= yes
CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
.endif
+.if ${PORT_OPTIONS:ODBCWIDE}
+CONFIGURE_ARGS+= --enable-odbc-wide
+.endif
+
.if ${PORT_OPTIONS:MGNUTLS}
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-gnutls
_______________________________________________
svn-ports-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-ports-bugs
mailing list