summaryrefslogtreecommitdiff
path: root/databases/freetds/patches/patch-ad
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-05-08 13:28:39 +0000
committerjlam <jlam@pkgsrc.org>2008-05-08 13:28:39 +0000
commit546f30a0b3cba66738aa15525c7292776305dd43 (patch)
treee787fcf14fae1d780527baf6f62f8cdac88016f9 /databases/freetds/patches/patch-ad
parent039d2bff6119383ae86530c0d9f8897ed57f1ac6 (diff)
downloadpkgsrc-546f30a0b3cba66738aa15525c7292776305dd43.tar.gz
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
Diffstat (limited to 'databases/freetds/patches/patch-ad')
-rw-r--r--databases/freetds/patches/patch-ad18
1 files changed, 0 insertions, 18 deletions
diff --git a/databases/freetds/patches/patch-ad b/databases/freetds/patches/patch-ad
deleted file mode 100644
index 847cadff019..00000000000
--- a/databases/freetds/patches/patch-ad
+++ /dev/null
@@ -1,18 +0,0 @@
-$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