head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.18 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.16 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.14 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.12 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.10 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.8 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.6 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.4 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.2 pkgsrc-2008Q2-base:1.5 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.2 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.1.0.12 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.10 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.8 pkgsrc-2005Q1-base:1.1 pkgsrc-2004Q4:1.1.0.6 pkgsrc-2004Q4-base:1.1 pkgsrc-2004Q3:1.1.0.4 pkgsrc-2004Q3-base:1.1 pkgsrc-2004Q2:1.1.0.2 pkgsrc-2004Q2-base:1.1; locks; strict; comment @# @; 1.5 date 2008.05.08.13.28.39; author jlam; state dead; branches; next 1.4; 1.4 date 2006.03.03.19.34.42; author kristerw; state Exp; branches; next 1.3; 1.3 date 2005.10.13.18.05.32; author rillig; state Exp; branches; next 1.2; 1.2 date 2005.10.09.12.58.59; author jdolecek; state Exp; branches; next 1.1; 1.1 date 2004.05.23.18.23.51; author danw; state Exp; branches; next ; desc @@ 1.5 log @Update freetds to version 0.82. Changes from version 0.63 include: Pkgsrc changes: + Support user-destdir installation. + Document the way that pkgsrc handles the freetds documentation. + Use GENERATE_PLIST instead of creating a .PLIST.doc. + Remove patch-ac and patch-ad due to reports of success compiling FreeTDS on Mac OS X without changes on the freetds@@ mailing list. Package changes: - libtds.* has been removed. Its objects are now linked directly into the other client libraries. - support TLSv1 sessions to MSSQL servers - fixed timeout handling - added protocol version discovery - reduced network bandwidth use on Linux and -BSD - fixed conversion NUMERIC->NUMERIC changing precision/scale - added named instance support (mssql2k) - many other code improvements and bug fixes - improved pool server - ODBC: - cursors (mssql) - fixed database setting - fixed SQLGetData result - fixed compute handling in ODBC - paramset support @ text @$NetBSD: patch-ad,v 1.4 2006/03/03 19:34:42 kristerw Exp $ --- src/replacements/Makefile.in.orig 2005-03-30 02:51:58.000000000 +0200 +++ src/replacements/Makefile.in 2005-10-09 14:21:59.000000000 +0200 @@@@ -174,3 +174,3 @@@@ noinst_LTLIBRARIES = libreplacements.la -libreplacements_la_SOURCES = iconv.c +libreplacements_la_SOURCES = iconv.c dummy.c libreplacements_la_LDFLAGS = @@@@ -184,7 +184,7 @@@@ LTLIBRARIES = $(noinst_LTLIBRARIES) libreplacements_la_DEPENDENCIES = @@LTLIBOBJS@@ -am_libreplacements_la_OBJECTS = iconv.lo +am_libreplacements_la_OBJECTS = iconv.lo dummy.lo libreplacements_la_OBJECTS = $(am_libreplacements_la_OBJECTS) DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include @ 1.4 log @Regen hand-edited patch so that the MacOS X patch program can apply it. @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.3 2005/10/13 18:05:32 rillig Exp $ @ 1.3 log @Removed the RCS Id from patch-ad. While at it, fixed the other pkglint warning, too. @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.2 2005/10/09 12:58:59 jdolecek Exp $ d5 1 a5 1 @@@@ -174,5 +174,5 @@@@ a9 2 libreplacements_la_LIBADD = @@LTLIBOBJS@@ INCLUDES = -I$(top_srcdir)/include @ 1.2 log @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) @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 3 @@@@ -172,7 +172,7 @@@@ # $Id: Makefile.am,v 1.6 2004/02/03 17:50:10 jklowden Exp $ @ 1.1 log @add a dummy file to libreplacements_la_SOURCES so this builds correctly on Darwin (which doesn't need any of the replacement functions, but also doesn't allow empty .a files). PR 25682 @ text @d3 5 a7 5 --- src/replacements/Makefile.in.orig Sat Aug 2 11:24:35 2003 +++ src/replacements/Makefile.in @@@@ -138,7 +138,7 @@@@ tds_sysdep_int64_type = @@tds_sysdep_int6 tds_sysdep_real32_type = @@tds_sysdep_real32_type@@ tds_sysdep_real64_type = @@tds_sysdep_real64_type@@ d9 2 a10 2 -libreplacements_la_SOURCES = +libreplacements_la_SOURCES = dummy.c d14 1 a14 1 @@@@ -150,7 +150,7 @@@@ CONFIG_CLEAN_FILES = d18 2 a19 2 -am_libreplacements_la_OBJECTS = +am_libreplacements_la_OBJECTS = dummy.lo @