summaryrefslogtreecommitdiff
path: root/databases/freetds/Makefile
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2005-10-09 12:58:59 +0000
committerjdolecek <jdolecek@pkgsrc.org>2005-10-09 12:58:59 +0000
commitb9e06bf157fe1cc1c7803b27e53ba09d66a45c77 (patch)
tree42f9bbf4d12ef0a86e03f86ea2b1163136e77922 /databases/freetds/Makefile
parent87a9501e097982c90a34f4377f8aad76338331db (diff)
downloadpkgsrc-b9e06bf157fe1cc1c7803b27e53ba09d66a45c77.tar.gz
Update freetds to version 0.63.
Main changes since 0.61 besides general bug fixes: * BCP support for db-lib and ct-lib * many ODBC fixes * added support for TDS 8.0 * iconv changes (better collation, improve error reporting)
Diffstat (limited to 'databases/freetds/Makefile')
-rw-r--r--databases/freetds/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/databases/freetds/Makefile b/databases/freetds/Makefile
index 6acc2e6377d..14ebb1ba0ae 100644
--- a/databases/freetds/Makefile
+++ b/databases/freetds/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2005/05/22 20:07:45 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2005/10/09 12:58:59 jdolecek Exp $
-DISTNAME= freetds-0.61.2
-PKGREVISION= 1
+DISTNAME= freetds-0.63
+PKGREVISION= # empty
CATEGORIES= databases
MASTER_SITES= ftp://ftp.ibiblio.org/pub/Linux/ALPHA/freetds/stable/
@@ -16,9 +16,13 @@ USE_TOOLS+= gmake
GNU_CONFIGURE= yes
GNU_CONFIGURE_PREFIX= ${PREFIX}/freetds
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --datadir=${PREFIX}/share
CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv}
CONFIGURE_ARGS+= --with-tdsver=7.0
+# no thread-safe resolver functions on NetBSD
+CONFIGURE_ARGS+= --disable-threadsafe
+
EGDIR= ${PREFIX}/share/examples/freetds
CONF_FILES= ${EGDIR}/freetds.conf ${PKG_SYSCONFDIR}/freetds.conf
CONF_FILES+= ${EGDIR}/locales.conf ${PKG_SYSCONFDIR}/locales.conf