Changes between Initial Version and Version 6 of Ticket #725


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #725

    • Property Cc fkr@… added
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Port apache-ant added
  • Ticket #725 – Description

    initial v6  
    11Apparently a bug made its way in latest attachment here:
    22
    3 http://www.opendarwin.org/bugzilla/show_bug.cgi?id=357
     3#357
    44
     5{{{
    56-       system "ln -fs ${path}${name}/bin/ant ${destroot}${prefix}/bin/ant"
    67+    system "cd ${destroot} &&
    78+        ln -fs ${prefix}/java/${name}/bin/ant ${prefix}/bin/ant"
     9}}}
    810
    911${prefix} is /opt/local/ (well, usually), so this will end up making a link in
     
    1315Instead, I suggest doing the following:
    1416
     17{{{
    1518--- Portfile.old        Wed Jul 23 07:03:36 2003
    1619+++ Portfile    Wed Jul 23 07:38:51 2003
     
    2528 
    2629 variant darwin {
     30}}}
    2731
    2832but maybe the original line is more coherent with the usual policy regarding