New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79218


Ignore:
Timestamp:
06/05/11 15:42:03 (4 years ago)
Author:
ryandesign@…
Message:

simplify platform darwin

Location:
trunk/dports
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/bazaar/Portfile

    r75775 r79218  
    4242configure.cmd    ../src/configure 
    4343configure.args   --with-cc=${configure.cc} 
    44 if {${os.platform} == "darwin"} { 
     44platform darwin { 
    4545    configure.args-append --with-gnu-tar=gnutar 
    4646} 
  • trunk/dports/graphics/Coin/Portfile

    r71067 r79218  
    3737platform darwin { 
    3838        configure.args-append   --disable-framework --enable-darwin-x11 
    39 } 
    4039 
    41 if {${os.platform} == "darwin"} { 
    4240variant aqua description {Install as a MacOS X framework without X11.} { 
    4341        configure.args-delete   --disable-framework --enable-darwin-x11 
  • trunk/dports/java/unicodeconverter-java/Portfile

    r66285 r79218  
    4545        xinstall -m 644 -W ${worksrcpath} readme.html versionchanges.html \ 
    4646                ${destroot}${prefix}/share/doc/${name} 
     47} 
     48 
     49platform darwin { 
    4750        # Build a nice .app 
    48         if {${os.platform} == "darwin"} { 
     51        post-destroot { 
    4952                set ucAppPath ${destroot}/Applications/MacPorts/UnicodeConverter.app 
    5053                # Build paths 
  • trunk/dports/x11/gecko-sharp/Portfile

    r73202 r79218  
    2222                lib:mono:gtk-sharp 
    2323 
    24 if {${os.platform} == "darwin"} { 
     24platform darwin { 
    2525variant macosx_framework description {Build as a framework} { 
    2626        prefix /Library/Frameworks/Mono.framework/Versions/${version} 
Note: See TracChangeset for help on using the changeset viewer.