svn commit: r333090 - head/databases/freetds-devel

William Grzybowski wg at FreeBSD.org
Thu Nov 7 13:16:48 UTC 2013


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


More information about the svn-ports-all mailing list