New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79553


Ignore:
Timestamp:
06/17/11 19:50:29 (4 years ago)
Author:
ryandesign@…
Message:

pango-devel: merge r72474 from pango: don't use muniversal, disable introspection, allow quartz variant on Tiger; merge r78346 from pango: update minimum glib2 version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/pango-devel/Portfile

    r79551 r79553  
    33 
    44PortSystem              1.0 
    5 PortGroup               muniversal 1.0 
    65PortGroup               archcheck 1.0 
    76 
     
    4847configure.ccache        no 
    4948 
    50 platform macosx {} 
    51 if { ([variant_isset macosx] || ([info exists os.subplatform] && ${os.subplatform} == "macosx"))} { 
     49platform macosx { 
    5250variant quartz { 
    5351    # Although this variant does nothing, pango will automatically build 
     
    5553    # the quartz variant. Therefore this variant is necessary to be able to 
    5654    # distinguish whether an installed pango has quartz support or not. 
    57      
    58     # pango 1.25.1 and up uses Core Text which is only available on 10.5+. 
    59     pre-extract { 
    60         if {${os.major} < 9} { 
    61             ui_error "${name} ${version} +quartz requires Mac OS X 10.5 or greater." 
    62             ui_error "Either don't use the +quartz variant or upgrade your Mac OS X." 
    63             ui_error "Concerns about this should be addressed to the Pango mailing list:" 
    64             ui_error "http://mail.gnome.org/mailman/listinfo/gtk-i18n-list" 
    65             return -code error "incompatible Mac OS X version" 
    66         } 
    67     } 
    6855} 
    6956} 
    7057 
    7158pre-configure { 
    72     set glib_minimum_version 2.17.3 
     59    set glib_minimum_version 2.24.0 
    7360    set glib_installed_version [exec ${prefix}/bin/pkg-config glib-2.0 --modversion] 
    7461    if {[rpm-vercomp ${glib_installed_version} ${glib_minimum_version}] < 0} { 
     
    11198} 
    11299 
    113 lappend merger_configure_env(ppc64)   ac_cv_header_Carbon_Carbon_h=no 
    114 lappend merger_configure_env(x86_64)  ac_cv_header_Carbon_Carbon_h=no 
    115  
    116 configure.cppflags-append \ 
    117     -no-cpp-precomp 
    118  
    119100configure.ldflags-append \ 
    120101    -no-undefined \ 
     
    123104configure.args \ 
    124105    --enable-static \ 
     106    --disable-introspection \ 
    125107    --without-x 
    126108 
Note: See TracChangeset for help on using the changeset viewer.