summaryrefslogtreecommitdiff
path: root/databases/freetds/patches
diff options
context:
space:
mode:
authorwiz <wiz>2003-06-11 13:24:09 +0000
committerwiz <wiz>2003-06-11 13:24:09 +0000
commit98278fc922bc12a25eb78a27642dd602498a5666 (patch)
tree27e6219a64764d18f8c2bfb270fafd48282da632 /databases/freetds/patches
parent0950c8e0a7629bf68878fb0f9a6f998ae4dd918c (diff)
downloadpkgsrc-98278fc922bc12a25eb78a27642dd602498a5666.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/patches')
-rw-r--r--databases/freetds/patches/patch-aa21
-rw-r--r--databases/freetds/patches/patch-ab22
-rw-r--r--databases/freetds/patches/patch-ac20
3 files changed, 22 insertions, 41 deletions
diff --git a/databases/freetds/patches/patch-aa b/databases/freetds/patches/patch-aa
index 09be38b2107..8f3944b6a99 100644
--- a/databases/freetds/patches/patch-aa
+++ b/databases/freetds/patches/patch-aa
@@ -1,23 +1,18 @@
-$NetBSD: patch-aa,v 1.3 2002/10/26 18:45:29 grant Exp $
+$NetBSD: patch-aa,v 1.4 2003/06/11 13:24:09 wiz Exp $
---- Makefile.in.orig Thu Sep 12 02:35:50 2002
+--- Makefile.in.orig Wed Jun 11 14:41:58 2003
+++ Makefile.in
-@@ -349,17 +349,7 @@ maintainer-clean-generic clean mostlycle
+@@ -538,13 +538,6 @@ uninstall-info: uninstall-info-recursive
install-data-local:
-- $(mkinstalldirs) $(DEFDIR) $(ETC)
-- if [ -f $(ETC)/freetds.conf ]; \
-- then :; \
-- else \
+- $(mkinstalldirs) $(ETC)
+- if test ! -f $(ETC)/freetds.conf; then \
- $(INSTALL_DATA) $(srcdir)/freetds.conf $(ETC)/freetds.conf; \
- fi
-- if [ -f $(ETC)/locales.conf ]; \
-- then :; \
-- else \
+- if test ! -f $(ETC)/locales.conf; then \
- $(INSTALL_DATA) $(srcdir)/locales.conf $(ETC)/locales.conf; \
- fi
-+ $(mkinstalldirs) $(DEFDIR)
- test:
- @echo "The 'make test' option has been replaced with 'make check'";
+ # for default we do not uninstall configuration (they can be changed)
+ @DISTCHECK_BUILD_TRUE@uninstall-local:
diff --git a/databases/freetds/patches/patch-ab b/databases/freetds/patches/patch-ab
index f2c7ada70d9..18577131fd5 100644
--- a/databases/freetds/patches/patch-ab
+++ b/databases/freetds/patches/patch-ab
@@ -1,9 +1,15 @@
-$NetBSD: patch-ab,v 1.2 2002/10/26 18:45:29 grant Exp $
+$NetBSD: patch-ab,v 1.3 2003/06/11 13:24:09 wiz Exp $
---- 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@
+--- 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
+
+
+ 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:
diff --git a/databases/freetds/patches/patch-ac b/databases/freetds/patches/patch-ac
deleted file mode 100644
index 78b2e9e4f26..00000000000
--- a/databases/freetds/patches/patch-ac
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2002/10/26 18:45:29 grant Exp $
-
---- src/ctlib/Makefile.in.orig Thu Sep 12 02:35:51 2002
-+++ src/ctlib/Makefile.in
-@@ -96,6 +96,7 @@ 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@
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = ../../include/config.h
- CONFIG_CLEAN_FILES =
-@@ -105,7 +106,6 @@ LTLIBRARIES = $(lib_LTLIBRARIES)
- DEFS = @DEFS@ -I. -I$(srcdir) -I../../include
- CPPFLAGS = @CPPFLAGS@
- LDFLAGS = @LDFLAGS@
--LIBS = @LIBS@
- libct_la_LDFLAGS =
- libct_la_DEPENDENCIES = $(TDSDIR)/mem.lo $(TDSDIR)/token.lo \
- $(TDSDIR)/util.lo $(TDSDIR)/login.lo $(TDSDIR)/read.lo \