summaryrefslogtreecommitdiff
path: root/databases/db3/patches/patch-ab
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2001-11-30 11:58:28 +0000
committermartti <martti@pkgsrc.org>2001-11-30 11:58:28 +0000
commit99a86d086956b424cbd9b14dcf8f2c255bf4ebd2 (patch)
treef5be16452e38333a4867a0d985115105adc72fbf /databases/db3/patches/patch-ab
parenta7e5d242b29e4c4e753b3f7007ba27df8b855698 (diff)
downloadpkgsrc-99a86d086956b424cbd9b14dcf8f2c255bf4ebd2.tar.gz
Updated to 3.11.2 (provided by ORI Manabu in pkg/14765).
This is a bugfix release (too many fixes to list here). The following link (as long as it exists) gives an overview of the changes: http://www.sleepycat.com/update/3.3.11/if.3.3.11.html
Diffstat (limited to 'databases/db3/patches/patch-ab')
-rw-r--r--databases/db3/patches/patch-ab44
1 files changed, 22 insertions, 22 deletions
diff --git a/databases/db3/patches/patch-ab b/databases/db3/patches/patch-ab
index bd587bab2b8..e1bb34af5b5 100644
--- a/databases/db3/patches/patch-ab
+++ b/databases/db3/patches/patch-ab
@@ -1,30 +1,30 @@
-$NetBSD: patch-ab,v 1.3 2001/03/28 21:49:40 wennmach Exp $
+$NetBSD: patch-ab,v 1.4 2001/11/30 11:58:28 martti Exp $
---- ../dist/configure.orig Wed Jan 24 15:16:18 2001
-+++ ../dist/configure Thu Mar 22 17:36:06 2001
-@@ -1605,6 +1605,7 @@
+--- ../dist/configure.orig Thu Nov 29 03:04:02 2001
++++ ../dist/configure Thu Nov 29 03:07:21 2001
+@@ -4329,6 +4329,7 @@
if test "$GXX" = "yes"; then
CXXVERSION=`${MAKEFILE_CXX} --version`
case ${CXXVERSION} in
+ egcs*) CXXFLAGS="-fexceptions $CXXFLAGS";;
- 1.*|2.[01234567].*|*-1.*|*-2.[01234567].* )
+ 1.*|2.[01234567].*|*-1.*|*-2.[01234567].*)
CXXFLAGS="-fhandle-exceptions $CXXFLAGS";;
- * ) CXXFLAGS="-fexceptions $CXXFLAGS";;
-@@ -1632,7 +1633,7 @@
- --disable-static \
- || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
+ *)
+@@ -8439,7 +8440,7 @@
+ # Prevent multiple expansion
-- SOSUFFIX=`sed -e '/^library_names_spec=/!d' -e 's/.*\.\([a-zA-Z0-9_]*\).*/\1/' ./libtool`
-+ SOSUFFIX=`./libtool --config | sed -e '/^library_names_spec=/!d' -e 's/.*\.\([a-zA-Z0-9_]*\).*/\1/'`
- DEFAULT_LIB="\$(libso_target)"
- DEFAULT_INSTALL="install_dynamic"
- LIBDB_ARGS="\$(libso_linkname)"
-@@ -1644,7 +1645,7 @@
+ LIBTOOL="\$(SHELL) ./libtool"
+-SOSUFFIX=`sed -e '/^library_names_spec=/!d' -e 's/.*\.\([a-zA-Z0-9_]*\).*/\1/' ./libtool`
++SOSUFFIX=`./libtool --config | sed -e '/^library_names_spec=/!d' -e 's/.*\.\([a-zA-Z0-9_]*\).*/\1/'`
+ SOFLAGS="-rpath \$(libdir)"
- INSTALLER="\$(LIBTOOL) --mode=install cp"
- POSTLINK="\$(LIBTOOL) --mode=execute true"
-- SOLINK="\$(LIBTOOL) --mode=link ${SAVE_CC} -avoid-version"
-+ SOLINK="\$(LIBTOOL) --mode=link ${SAVE_CC}"
- SOFLAGS="-rpath \$(libdir)"
- o=".lo"
- fi
+ SAVE_CC="${MAKEFILE_CC}"
+@@ -8449,7 +8450,7 @@
+ MAKEFILE_CCLINK="\$(LIBTOOL) --mode=link ${SAVE_CC}"
+ MAKEFILE_CXXLINK="\$(LIBTOOL) --mode=link ${SAVE_CXX}"
+
+-SOLINK="\$(LIBTOOL) --mode=link ${SAVE_CC} -avoid-version"
++SOLINK="\$(LIBTOOL) --mode=link ${SAVE_CC}"
+ INSTALLER="\$(LIBTOOL) --mode=install cp"
+
+ # Configure for shared libraries, static libraries, or both. If both are