RFE: make db4 port support TCL
Reported by: |
jcorley1@… |
Owned by: |
michaelm@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
1.0
|
Keywords:
|
|
Cc:
|
|
Port:
|
db4
|
|
|
Here's a patch to make db4 support the tcl bindings.
Index: Portfile
===================================================================
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/databases/db4/Portfile,v
retrieving revision 1.13
diff -u -r1.13 Portfile
--- Portfile 23 Apr 2003 11:28:40 -0000 1.13
+++ Portfile 24 Jun 2003 21:11:41 -0000
@@ -5,6 +5,7 @@
version 4.1.25
revision 1
categories databases
+platforms darwin
maintainers michaelm@opendarwin.org
description The Berkely DB package, revision 4
homepage http://www.sleepycat.com/update/
@@ -15,9 +16,11 @@
worksrcdir ${distname}/build_unix
configure.cmd ../dist/configure
configure.args --enable-compat185 --enable-dump185 --enable-cxx \
- --enable-dynamic --includedir=${prefix}/include/db4
+ --enable-dynamic --includedir=${prefix}/include/db4 \
+ --enable-tcl --with-tcl=/System/Library/Tcl/8.3
-install.destroot prefix=${destroot}${prefix}includedir=${destroot}${prefix}/include/db4 \
+install.destroot prefix=${destroot}${prefix} \
+ includedir=${destroot}${prefix}/include/db4 \
docdir=${destroot}${prefix}/share/${name}-${version}/
long_description Revision 4 of the Berkeley DB library. This version \
Re-assign to maintainer