summaryrefslogtreecommitdiff
path: root/databases/freetds/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-06-11 13:24:09 +0000
committerwiz <wiz@pkgsrc.org>2003-06-11 13:24:09 +0000
commit830941c6f949fb09780e425cb34668bdd3354e72 (patch)
tree27e6219a64764d18f8c2bfb270fafd48282da632 /databases/freetds/Makefile
parentf4e34a4e7cc64fad5bb11c7ac47b6a87e1dee423 (diff)
downloadpkgsrc-830941c6f949fb09780e425cb34668bdd3354e72.tar.gz
Update to 0.61, based on 21395 by MLH, but with the PKG_SYSCONFDIR
patches intact. Changes since 0.60: * Jan 2003 - Version 0.61 - Dynamic SQL - Output parameters - Compute rows - Varbinary support - dsn-less ODBC connections - RPC support (db-lib) - Compatibility with DBD::Sybase 0.95 - 68 new functions! (see doc/api_status.txt) - Error/message handling rewritten, uses real error numbers - new sample programs - much cleaner code, warning-free compiles - namespace cleanup - public domain versions of functions for OSs that lack them - autoconf portability improvements - builds in HP-UX, Win32, and cygwin - No dependency on OpenSSL
Diffstat (limited to 'databases/freetds/Makefile')
-rw-r--r--databases/freetds/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/freetds/Makefile b/databases/freetds/Makefile
index b3a013186ba..f471537d59c 100644
--- a/databases/freetds/Makefile
+++ b/databases/freetds/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2003/01/28 22:03:10 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2003/06/11 13:24:09 wiz Exp $
-DISTNAME= freetds-0.60
+DISTNAME= freetds-0.61
CATEGORIES= databases
-MASTER_SITES= ftp://ftp.metalab.unc.edu/pub/Linux/ALPHA/freetds/
+MASTER_SITES= ftp://ftp.ibiblio.org/pub/Linux/ALPHA/freetds/stable/
EXTRACT_SUFX= .tgz
MAINTAINER= tsarna@netbsd.org
@@ -25,11 +25,13 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
EGDIR= ${PREFIX}/share/examples/freetds
CONF_FILES= ${EGDIR}/freetds.conf ${PKG_SYSCONFDIR}/freetds.conf
CONF_FILES+= ${EGDIR}/locales.conf ${PKG_SYSCONFDIR}/locales.conf
+CONF_FILES+= ${EGDIR}/pool.conf ${PKG_SYSCONFDIR}/pool.conf
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/freetds.conf ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/locales.conf ${EGDIR}
+ ${INSTALL_DATA} ${WRKSRC}/src/pool/pool.conf ${EGDIR}
.include "../../converters/libiconv/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"