[MacPorts] #659: RFE: make db4 port support TCL
MacPorts
noreply at macports.org
Thu Mar 24 04:55:18 PDT 2016
#659: RFE: make db4 port support TCL
--------------------------+------------------------
Reporter: jcorley1@… | Owner: michaelm@…
Type: enhancement | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 1.0
Resolution: fixed | Keywords:
Port: db4 |
--------------------------+------------------------
Changes (by ryandesign@…):
* port: => db4
Old 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 at 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 \
New 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 at 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 \
}}}
--
--
Ticket URL: <https://trac.macports.org/ticket/659#comment:3>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list