Changes between Initial Version and Version 3 of Ticket #659


Ignore:
Timestamp:
Mar 24, 2016, 11:55:17 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #659

    • Property Owner changed from darwinports-bugs@… to michaelm@…
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Port db4 added
  • Ticket #659 – Description

    initial v3  
    11Here's a patch to make db4 support the tcl bindings.
    22
     3{{{
    34Index: Portfile
    45===================================================================
     
    2425+                  --enable-tcl --with-tcl=/System/Library/Tcl/8.3
    2526
    26 -install.destroot  prefix=${destroot}${prefix}
    27 includedir=${destroot}${prefix}/include/db4 \
     27-install.destroot  prefix=${destroot}${prefix}includedir=${destroot}${prefix}/include/db4 \
    2828+install.destroot  prefix=${destroot}${prefix} \
    2929+                    includedir=${destroot}${prefix}/include/db4 \
     
    3131
    3232 long_description Revision 4 of the Berkeley DB library. This version \
     33}}}