head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.6 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.4 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.2 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.5.0.26 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.5.0.24 pkgsrc-2011Q1-base:1.5 pkgsrc-2010Q4:1.5.0.22 pkgsrc-2010Q4-base:1.5 pkgsrc-2010Q3:1.5.0.20 pkgsrc-2010Q3-base:1.5 pkgsrc-2010Q2:1.5.0.18 pkgsrc-2010Q2-base:1.5 pkgsrc-2010Q1:1.5.0.16 pkgsrc-2010Q1-base:1.5 pkgsrc-2009Q4:1.5.0.14 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q3:1.5.0.12 pkgsrc-2009Q3-base:1.5 pkgsrc-2009Q2:1.5.0.10 pkgsrc-2009Q2-base:1.5 pkgsrc-2009Q1:1.5.0.8 pkgsrc-2009Q1-base:1.5 pkgsrc-2008Q4:1.5.0.6 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.4 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.2 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.4.0.20 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.18 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.16 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.14 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.12 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.10 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.8 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.6 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.4 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.2 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.3.0.18 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.16 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.14 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.12 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.10 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.8 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.6 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.4 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.2.0.2 netbsd-1-6-1-base:1.2; locks; strict; comment @# @; 1.6 date 2011.08.19.07.54.04; author adam; state dead; branches; next 1.5; 1.5 date 2008.09.02.00.58.07; author grant; state Exp; branches; next 1.4; 1.4 date 2005.12.30.16.39.39; author jlam; state dead; branches; next 1.3; 1.3 date 2003.06.11.13.24.09; author wiz; state Exp; branches; next 1.2; 1.2 date 2002.10.26.18.45.29; author grant; state Exp; branches; next 1.1; 1.1 date 2002.10.12.09.40.01; author wiz; state Exp; branches; next ; desc @@ 1.6 log @Changes 0.91: * Full Kerberos and SSPI support for passwordless login to Microsoft SQL Server from Unix and Windows clients. Includes Kerberos delegation option. * Full support for DB-Library under Win32/64 via NMAKE.EXE. * Built-in support for UTF-8. * Support for wide characters in ODBC. * Support for varchar(max) and varbinary(max). * Better thread-safety in ODBC. * Distinguish between connect and login errors. * Bulk-copy functions in CT-Library. @ text @$NetBSD: patch-ab,v 1.5 2008/09/02 00:58:07 grant Exp $ --- configure.orig 2008-05-08 08:59:26.000000000 +1000 +++ configure @@@@ -22585,11 +22585,11 @@@@ else echo $ECHO_N "checking if openssl is wanted... $ECHO_C" >&6 # Check whether --with-openssl or --without-openssl was given. -if test "${with_openssl+set}" = set; then +if test "${with_openssl+set}" = set -a x${with_openssl} != xno; then withval="$with_openssl" echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6 - for dir in $withval /usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr; do + for dir in $withval; do ssldir="$dir" if test -f "$dir/include/openssl/ssl.h"; then found_ssl="yes" @ 1.5 log @fix openssl check in configure to NOT try to use openssl when it has been disabled by PKG_OPTIONS. also fix doc install target on Solaris. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Remove some unnecessary patches that removed targets to install the configuration files. It's easier just to override the installation destination during the install phase by setting INSTALL_MAKE_FLAGS. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.3 2003/06/11 13:24:09 wiz Exp $ d3 4 a6 3 --- src/pool/Makefile.in.orig Wed Jun 11 14:41:58 2003 +++ src/pool/Makefile.in @@@@ -450,10 +450,6 @@@@ uninstall-am: uninstall-binPROGRAMS unin d8 11 a18 9 install-data-local: - $(mkinstalldirs) $(ETC) - if test ! -f $(ETC)/pool.conf; then \ - $(INSTALL_DATA) $(srcdir)/pool.conf $(ETC)/pool.conf; \ - fi # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: @ 1.3 log @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 @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to freetds-0.60. Changes since 0.53 include: * Much improved support for Microsoft servers, including SQL Server 2000 datatypes and domain logins. * Support and convertibility of all major datatypes. * Much expanded coverage of the ODBC API. * An all-new BCP implementation, including host variable support. * Character set conversions, via the iconv library. * Threadsafe operation. @ text @d3 13 a15 7 --- src/ctlib/Makefile.am.orig Sun Aug 18 00:34:31 2002 +++ src/ctlib/Makefile.am @@@@ -6,3 +6,4 @@@@ lib_LTLIBRARIES = libct.la libct_la_SOURCES= ct.c cs.c blk.c ctutil.c libct_la_LIBADD = $(TDSOBJECTS) $(NETWORK_LIBS) $(LIBICONV) INCLUDES = -I$(top_srcdir)/include +LIBS = @@LIBICONV@@ @ 1.1 log @libct needs linking against libiconv. Bump to 0.53nb2. @ text @d3 1 a3 1 --- src/ctlib/Makefile.am.orig Sat Oct 12 10:55:48 2002 d5 3 a7 3 @@@@ -7,3 +7,4 @@@@ libct_la_SOURCES= ct.c cs.c blk.c ctutil libct_la_LIBADD = $(patsubst %, $(TDSDIR)/%, \ $(patsubst %.c, %.lo, $(TDSSOURCES))) @