f2e2c80c2e
o add tcl and c++ flavors o use PFRAG.<flavor> instead of PLIST-<flavor> o make proper .so.MAJOR.MINOR dynlibs with makefile and configure patches o fix reference to shared libraries in a few tcl test scripts o use a patch to makefile.in instead of a port makefile tweak to create libdb3.a instead of libdb-3.1.a o sync libtool patches o remove some sleepycat's marketing speech from DESCR o take over MAINTAINER o clarify license a bit lots of thanks to Nils Nordman <nino@nforced.com> and naddy@ for running the huge test set. (it takes days.) naddy@ ok
13 lines
547 B
Plaintext
13 lines
547 B
Plaintext
$OpenBSD: patch-dist_s_tcl,v 1.1 2001/09/07 16:06:08 heko Exp $
|
|
--- dist/s_tcl.orig Thu May 11 21:36:08 2000
|
|
+++ dist/s_tcl Thu Aug 30 21:01:38 2001
|
|
@@ -11,7 +11,7 @@ f=../test/include.tcl
|
|
echo "Building $f"
|
|
rm -f $f
|
|
(echo "set tclsh_path @TCL_TCLSH@" && \
|
|
- echo "set tcllib .libs/libdb_tcl-@DB_VERSION_MAJOR@.@DB_VERSION_MINOR@.@SOSUFFIX@" && \
|
|
+ echo "set tcllib .libs/libdb_tcl.@SOSUFFIX@.@DB_VERSION_MAJOR@.@DB_VERSION_MINOR@" && \
|
|
echo "set rpc_server localhost" && \
|
|
echo "set test_path @srcdir@/../test" && \
|
|
echo "" && \
|