Changes between Initial Version and Version 1 of Ticket #20857


Ignore:
Timestamp:
Aug 28, 2009, 4:56:38 PM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20857

    • Property Keywords snowleopard added
    • Property Owner changed from macports-tickets@… to pguyot@…
  • Ticket #20857 – Description

    initial v1  
    99The third problem: the current version listed is 2007d, but 2007e is available.  But this messes up the reinplace command, it is too clever.  I broke it up into 3 more compatible commands in the Portfile:
    1010
     11{{{
    1112        reinplace "s|/System/Library/OpenSSL|${prefix}/etc/openssl|g" ${worksrcpath}/Makefile
    1213        reinplace "s|SSLINCLUDE=/usr/include/openssl|SSLINCLUDE=${prefix}/include/openssl|g" ${worksrcpath}/Makefile
    1314        reinplace "s|SSLLIB=/usr/lib|SSLLIB=${prefix}/lib|g" ${worksrcpath}/Makefile
     15}}}