Opened 21 years ago

Last modified 8 years ago

#659 closed enhancement

RFE: make db4 port support TCL — at Initial Version

Reported by: jcorley1@… Owned by: darwinports-bugs@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: db4

Description

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@… 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 \

Change History (0)

Note: See TracTickets for help on using tickets.