New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81586


Ignore:
Timestamp:
08/02/11 03:46:55 (4 years ago)
Author:
jmr@…
Message:

AquaLess: set 32-bit supported_archs, remove code that is no longer needed with the current xcode portgroup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/aqua/AquaLess/Portfile

    r69969 r81586  
    2222distname        ${name}-${version}-src 
    2323 
     24supported_archs i386 ppc 
     25 
    2426xcode.target            ${name} 
    25 xcode.destroot.settings INSTALL_PATH=${destroot}Applications 
    2627 
    2728checksums       md5     0d20fbda422538480abd18f4b298b7e0 \ 
     
    3031 
    3132post-patch { 
    32     reinplace -E /@/s|/usr/bin/aless|$prefix/bin/aless| \ 
     33    reinplace -E /@/s|/usr/bin/aless|${prefix}/bin/aless| \ 
    3334        ${worksrcpath}/ToolInstaller.m 
    34 } 
    35 if {! [variant_isset universal]} { 
    36     set arch ${os.arch} 
    37     if {! [string compare ${arch} powerpc]} { 
    38         set arch ppc 
    39     } 
    40  
    41     xcode.build.settings-append     ARCHS=${arch} 
    42     xcode.destroot.settings-append  ARCHS=${arch} 
    4335} 
    4436 
    4537post-destroot { 
    46     set builddir $worksrcpath/build/UninstalledProducts 
    47     xinstall -d $destroot/Applications/MacPorts 
    48     xinstall $builddir/aless $destroot$prefix/bin 
    49     copy $builddir/AquaLess.app $destroot/Applications/MacPorts 
     38    set builddir ${worksrcpath}/build/UninstalledProducts 
     39    xinstall -d ${destroot}${applications_dir} 
     40    xinstall ${builddir}/aless ${destroot}${prefix}/bin 
     41    copy ${builddir}/AquaLess.app ${destroot}${applications_dir} 
    5042} 
    5143 
    52 variant universal {} 
    53  
    5444livecheck.distname  ${name} 
Note: See TracChangeset for help on using the changeset viewer.