Changes between Initial Version and Version 2 of Ticket #53237


Ignore:
Timestamp:
Jan 6, 2017, 10:57:59 PM (7 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53237

    • Property Owner set to ryandesign
    • Property Keywords haspatch added
    • Property Status changed from new to assigned
    • Property Cc pixilla macintosh@… added; ryandesign removed
  • Ticket #53237 – Description

    initial v2  
    11The LIBTOOLS path in  /opt/local/www/apache2/build/config_vars.mk is incorrrect:
    2 
     2{{{
    33     LIBTOOL = /opt/local/share/apr-1/share/apr-1/build/libtool --silent
    4 
     4}}}
    55It should be
    6 
     6{{{
    77     LIBTOOL = /opt/local/share/apr-1/build/libtool --silent
    8 
     8}}}
    99The problem arises from a libtool path correction in the Portfile that is not required. A unified diff for the corrected Portfile is attached.
    1010