Changes between Initial Version and Version 1 of Ticket #7302, comment 3


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7302, comment 3

    initial v1  
    99> Anyone with a 10.3 box that can test this:
    1010>
     11> {{{
    1112> --- Portfile    1 Feb 2006 23:06:14 -0000       1.16
    1213> +++ Portfile    17 Feb 2006 22:22:26 -0000
     
    1920> +       depends_build-append port:autoconf
    2021> +}
    21 >
     22> }}}
    2223
    2324Installing port automake before popt on 10.3 does make it install with no errors.  But for some reason the popt port is ignoring the platform statement or the depends_build-append.  I tried these and it never installed port:automake, yet no errors.  I don't understand it.
    2425
     26{{{
    2527platform darwin 7 {
    2628       depends_build-append  port:autoconf
     
    3032       depends_lib-append  port:autoconf
    3133}
     34}}}