New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82182


Ignore:
Timestamp:
08/09/11 17:38:54 (4 years ago)
Author:
ryandesign@…
Message:

contacts: build manually, without Xcode project, to fix build with Xcode 4+; see #30683

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/contacts/Portfile

    r82180 r82182  
    22 
    33PortSystem 1.0 
    4 PortGroup xcode 1.0 
    54 
    65name            contacts 
     
    2423patchfiles      patch-FormatHelper.m 
    2524 
    26 xcode.target    contacts 
    27 xcode.destroot.path     ${prefix}/bin 
    28  
    2925post-patch { 
    3026        reinplace "s|/usr/share|${prefix}/share|g" \ 
     
    3228} 
    3329 
     30use_configure   no 
     31variant universal {} 
     32 
     33build { 
     34    system -W ${worksrcpath} "${configure.cc} [get_canonical_archflags] -framework AppKit -framework Foundation -framework AddressBook -o contacts contacts.m FormatHelper.m" 
     35} 
     36 
     37destroot { 
     38    xinstall ${worksrcpath}/contacts ${destroot}${prefix}/bin 
     39    xinstall -m 644 ${worksrcpath}/contacts.1 ${destroot}${prefix}/share/man/man1 
     40} 
Note: See TracChangeset for help on using the changeset viewer.