Changeset 79553
- Timestamp:
- 06/17/11 19:50:29 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/x11/pango-devel/Portfile (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/x11/pango-devel/Portfile
r79551 r79553 3 3 4 4 PortSystem 1.0 5 PortGroup muniversal 1.06 5 PortGroup archcheck 1.0 7 6 … … 48 47 configure.ccache no 49 48 50 platform macosx {} 51 if { ([variant_isset macosx] || ([info exists os.subplatform] && ${os.subplatform} == "macosx"))} { 49 platform macosx { 52 50 variant quartz { 53 51 # Although this variant does nothing, pango will automatically build … … 55 53 # the quartz variant. Therefore this variant is necessary to be able to 56 54 # 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 }68 55 } 69 56 } 70 57 71 58 pre-configure { 72 set glib_minimum_version 2. 17.359 set glib_minimum_version 2.24.0 73 60 set glib_installed_version [exec ${prefix}/bin/pkg-config glib-2.0 --modversion] 74 61 if {[rpm-vercomp ${glib_installed_version} ${glib_minimum_version}] < 0} { … … 111 98 } 112 99 113 lappend merger_configure_env(ppc64) ac_cv_header_Carbon_Carbon_h=no114 lappend merger_configure_env(x86_64) ac_cv_header_Carbon_Carbon_h=no115 116 configure.cppflags-append \117 -no-cpp-precomp118 119 100 configure.ldflags-append \ 120 101 -no-undefined \ … … 123 104 configure.args \ 124 105 --enable-static \ 106 --disable-introspection \ 125 107 --without-x 126 108
Note: See TracChangeset
for help on using the changeset viewer.

