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
11 lines
425 B
Plaintext
11 lines
425 B
Plaintext
$OpenBSD: patch-test_include_tcl,v 1.1 2001/09/07 16:06:08 heko Exp $
|
|
--- test/include.tcl.orig Mon Jul 31 19:58:22 2000
|
|
+++ test/include.tcl Thu Aug 30 21:02:41 2001
|
|
@@ -1,5 +1,5 @@
|
|
set tclsh_path @TCL_TCLSH@
|
|
-set tcllib .libs/libdb_tcl-@DB_VERSION_MAJOR@.@DB_VERSION_MINOR@.@SOSUFFIX@
|
|
+set tcllib .libs/libdb_tcl.@SOSUFFIX@.@DB_VERSION_MAJOR@.@DB_VERSION_MINOR@
|
|
set rpc_server localhost
|
|
set test_path @srcdir@/../test
|
|
|