Changes between Initial Version and Version 4 of Ticket #4177


Ignore:
Timestamp:
Mar 24, 2016, 1:03:38 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4177

    • 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 #4177 – Description

    initial v4  
     1{{{
    12wonka:dports% sudo port -vd install db4
    23DEBUG: Found port in file:///Users/jon/darwinports/dports/databases/db4
     
    78DEBUG: Executing variant darwin_8 provides darwin_8
    89Error: Dependency '' not found.
     10}}}
    911
    1012This patch which reverts changes between version 1.19 and 1.20 fixes this:
    1113
     14{{{
    1215Index: Portfile
    1316===============================================================
     
    2629 configure.args --enable-compat185 --enable-dump185 --enable-cxx \
    2730                   --includedir=${prefix}/include/db4 \
     31}}}