Opened 21 years ago

Closed 21 years ago

Last modified 8 years ago

#659 closed enhancement (fixed)

RFE: make db4 port support TCL

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

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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 \

Change History (3)

comment:1 Changed 21 years ago by michaelm@…

Owner: changed from darwinports-bugs@… to michaelm@…

Re-assign to maintainer

comment:2 Changed 21 years ago by michaelm@…

Resolution: fixed
Status: newclosed

commited

comment:3 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: db4 added
Note: See TracTickets for help on using tickets.