[121195] users/devans/GNOME-3/stable/dports/gnome/epiphany/Portfile

devans at macports.org devans at macports.org
Thu Jun 19 14:23:58 PDT 2014


Revision: 121195
          https://trac.macports.org/changeset/121195
Author:   devans at macports.org
Date:     2014-06-19 14:23:58 -0700 (Thu, 19 Jun 2014)
Log Message:
-----------
GNOME-3/stable: epiphany, check configure.cxx_stdlib directly now that 2.3 is released, add run time dependency on gnome-keyring.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/epiphany/Portfile

Modified: users/devans/GNOME-3/stable/dports/gnome/epiphany/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/epiphany/Portfile	2014-06-19 21:15:17 UTC (rev 121194)
+++ users/devans/GNOME-3/stable/dports/gnome/epiphany/Portfile	2014-06-19 21:23:58 UTC (rev 121195)
@@ -5,7 +5,7 @@
 
 name            epiphany
 version         3.8.2
-revision        3
+revision        4
 license         GPL-2+
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     A GNOME Web browser.
@@ -48,24 +48,11 @@
                 port:xorg-libX11 \
                 port:iso-codes
 
-depends_run     port:gnome-settings-daemon
+depends_run     port:gnome-settings-daemon \
+                port:gnome-keyring
 
-# TODO: Check ${configure.cxx_stdlib} directly once MacPorts 2.3 is released
 platform darwin {
-    set cxxstdlib {}
-
-    if {[info exists configure.cxx_stdlib] &&
-        ${configure.cxx_stdlib} ne {} &&
-        [string match *clang* ${configure.cxx}]} {
-        set cxxstdlib ${configure.cxx_stdlib}
-    } elseif {[string match *clang* ${configure.cxx}] &&
-              ${os.major} >= 13} {
-        set cxxstdlib libc++
-    } else {
-        set cxxstdlib libstdc++
-    }
-
-    if {${cxxstdlib} eq "libstdc++"} {
+    if {${configure.cxx_stdlib} eq "libstdc++"} {
        depends_lib-delete path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3
        depends_lib-append path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3-2.0
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140619/b098f906/attachment.html>


More information about the macports-changes mailing list