mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
databases/freetds: Update version 0.95.65=>0.95.69
- Make UNIXODBC a default option as from PHP7 MSSQL support has been removed and without ODBC support there is no way to connect to MSSQL
This commit is contained in:
parent
cb433d279b
commit
b35dbeb52a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401925
2 changed files with 9 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= freetds
|
||||
PORTVERSION= 0.95.65
|
||||
PORTVERSION= 0.95.69
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ftp://ftp.freetds.org/pub/freetds/stable/
|
||||
|
@ -28,12 +28,11 @@ INSTALL_TARGET= install-strip
|
|||
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
OPTIONS_SINGLE= SSL
|
||||
OPTIONS_DEFINE= DOCS MARS
|
||||
OPTIONS_SINGLE= SSL ODBC
|
||||
OPTIONS_SINGLE_SSL= OPENSSL GNUTLS
|
||||
OPTIONS_DEFAULT= OPENSSL
|
||||
OPTIONS_RADIO= ODBC
|
||||
OPTIONS_RADIO_ODBC= IODBC UNIXODBC
|
||||
OPTIONS_DEFAULT= OPENSSL MARS UNIXODBC
|
||||
OPTIONS_SINGLE_ODBC= IODBC UNIXODBC
|
||||
OPENSSL_USE= OPENSSL=yes
|
||||
OPENSSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE}
|
||||
GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls
|
||||
|
@ -43,6 +42,8 @@ IODBC_CONFIGURE_ON= --with-iodbc=${LOCALBASE}
|
|||
IODBC_CPPFLAGS= -I${LOCALBASE}/include/libiodbc
|
||||
UNIXODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC
|
||||
UNIXODBC_CONFIGURE_ON= --with-unixodbc=${LOCALBASE}
|
||||
MARS_DESC= Enable MARS code (Experimental)
|
||||
MARS_CONFIGURE_ON= --enable-mars
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (freetds-0.95.65.tar.bz2) = c2f5ecbfa5b831b25ad9a219d5e328e94c8e0bfba55cf7a62b89bfa5ec8ec452
|
||||
SIZE (freetds-0.95.65.tar.bz2) = 3208490
|
||||
SHA256 (freetds-0.95.69.tar.bz2) = 6e84ecfb68ca9e30eefc1019b65275e1e1de2f7ae8bb4735a3fff5ce490b70f3
|
||||
SIZE (freetds-0.95.69.tar.bz2) = 3204528
|
||||
|
|
Loading…
Add table
Reference in a new issue