[113951] trunk/dports/net/pidgin/Portfile

devans at macports.org devans at macports.org
Tue Nov 26 10:01:19 PST 2013


Revision: 113951
          https://trac.macports.org/changeset/113951
Author:   devans at macports.org
Date:     2013-11-26 10:01:19 -0800 (Tue, 26 Nov 2013)
Log Message:
-----------
pidgin: add missing dependency on gtk2, disable gstreamer/farstream support to prevent unintended linking, #41512, maintainer timeout.

Modified Paths:
--------------
    trunk/dports/net/pidgin/Portfile

Modified: trunk/dports/net/pidgin/Portfile
===================================================================
--- trunk/dports/net/pidgin/Portfile	2013-11-26 15:35:57 UTC (rev 113950)
+++ trunk/dports/net/pidgin/Portfile	2013-11-26 18:01:19 UTC (rev 113951)
@@ -5,7 +5,7 @@
 
 name                pidgin
 version             2.10.7
-revision            1
+revision            2
 categories          net
 platforms           darwin
 license             GPL-2+
@@ -32,6 +32,7 @@
 
 depends_lib         port:audiofile \
                     port:gconf \
+                    port:gtk2 \
                     port:gnutls \
                     port:libao \
                     port:libidn \
@@ -49,8 +50,9 @@
 
 configure.args      --disable-avahi \
                     --disable-consoleui \
-                    --disable-farsight \
+                    --disable-farstream \
                     --disable-gstreamer \
+                    --disable-gstreamer-interfaces \
                     --disable-gtkspell \
                     --disable-meanwhile \
                     --disable-nm \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131126/e4cdf1b8/attachment-0001.html>


More information about the macports-changes mailing list