[114987] users/devans/GNOME-3/stable/dports/www/webkit-gtk/Portfile
devans at macports.org
devans at macports.org
Fri Dec 20 08:49:56 PST 2013
Revision: 114987
https://trac.macports.org/changeset/114987
Author: devans at macports.org
Date: 2013-12-20 08:49:56 -0800 (Fri, 20 Dec 2013)
Log Message:
-----------
GNOME-3/stable/dports: www/webkit-gtk, sync with trunk.
Modified Paths:
--------------
users/devans/GNOME-3/stable/dports/www/webkit-gtk/Portfile
Modified: users/devans/GNOME-3/stable/dports/www/webkit-gtk/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/www/webkit-gtk/Portfile 2013-12-20 14:43:23 UTC (rev 114986)
+++ users/devans/GNOME-3/stable/dports/www/webkit-gtk/Portfile 2013-12-20 16:49:56 UTC (rev 114987)
@@ -98,7 +98,7 @@
}
pre-configure {
- if {${cxx_stdlib} == "libstdc++"} {
+ if {${cxx_stdlib} eq "libstdc++"} {
ui_error "${subport} is not supported for this installation of MacPorts. It requires libc++ be selected as your C++ runtime. Please use ${subport}-2.0 instead"
error "unsupported configuration"
}
@@ -136,7 +136,7 @@
}
}
-if {${name} == ${subport}} {
+if {${name} eq ${subport}} {
conflicts webkit-gtk-2.0
depends_lib-append port:gtk2
configure.args-append --with-gtk=2.0
@@ -262,21 +262,21 @@
}
if {[string match "*10.5*" ${configure.sdkroot}] ||
- (${os.major} == 9 && ${configure.sdkroot} == "")} {
+ (${os.major} == 9 && ${configure.sdkroot} eq "")} {
# https://trac.macports.org/ticket/37418
configure.cppflags-append -D__MAC_OS_X_VERSION_MAX_ALLOWED=1050
}
if {[string match "*10.4*" ${configure.sdkroot}] ||
- (${os.major} == 8 && ${configure.sdkroot} == "")} {
+ (${os.major} == 8 && ${configure.sdkroot} eq "")} {
# https://trac.macports.org/ticket/37828
configure.cppflags-append -D__MAC_OS_X_VERSION_MAX_ALLOWED=1040
}
- if {$macosx_deployment_target == "10.4" ||
- (${os.major} == 8 && $macosx_deployment_target == "")} {
+ if {$macosx_deployment_target eq "10.4" ||
+ (${os.major} == 8 && $macosx_deployment_target eq "")} {
# https://trac.macports.org/ticket/37828
configure.cppflags-append -D__MAC_OS_X_VERSION_MIN_REQUIRED=1040
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131220/5318fd51/attachment.html>
More information about the macports-changes
mailing list