[109953] trunk/dports/gnome/empathy/Portfile

devans at macports.org devans at macports.org
Thu Aug 22 13:56:04 PDT 2013


Revision: 109953
          https://trac.macports.org/changeset/109953
Author:   devans at macports.org
Date:     2013-08-22 13:56:04 -0700 (Thu, 22 Aug 2013)
Log Message:
-----------
empathy: remove broken +map variant.

Modified Paths:
--------------
    trunk/dports/gnome/empathy/Portfile

Modified: trunk/dports/gnome/empathy/Portfile
===================================================================
--- trunk/dports/gnome/empathy/Portfile	2013-08-22 20:42:43 UTC (rev 109952)
+++ trunk/dports/gnome/empathy/Portfile	2013-08-22 20:56:04 UTC (rev 109953)
@@ -5,6 +5,7 @@
 
 name            empathy
 version         2.34.0
+revision        1
 license         {GPL-2 GFDL-1.3 Attribution-ShareAlike-3}
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     Empathy is an instant-messaging(chat) program for GNOME
@@ -85,19 +86,6 @@
     file copy [glob ${worksrcpath}/data/*.gschema.xml] ${destroot}${gsettingsschemadir}
 }
 
-#
-# enable build on Tiger by disabling map
-# support which indirectly depends on mesa
-# see #24393.
-#
-
-if {${os.major} > 8 && ${os.platform} == "darwin"} {
-    variant map description {Enable maps using libchamplain} {
-        depends_lib-append  port:libchamplain
-        configure.args-replace  --enable-map=no --enable-map=yes
-    }
-}
-
 variant location description {Enable location awareness using geoclue} {
     depends_lib-append      port:geoclue
     configure.args-replace  --enable-location=no --enable-location=yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130822/6b8cf366/attachment.html>


More information about the macports-changes mailing list