[145449] trunk/dports/comms/telepathy-haze/Portfile

devans at macports.org devans at macports.org
Fri Feb 5 19:20:20 PST 2016


Revision: 145449
          https://trac.macports.org/changeset/145449
Author:   devans at macports.org
Date:     2016-02-05 19:20:19 -0800 (Fri, 05 Feb 2016)
Log Message:
-----------
telepathy-haze: disable streaming media support due to incompatibilities with libpurple 2.8+ that break build, increment revision.

Modified Paths:
--------------
    trunk/dports/comms/telepathy-haze/Portfile

Modified: trunk/dports/comms/telepathy-haze/Portfile
===================================================================
--- trunk/dports/comms/telepathy-haze/Portfile	2016-02-06 02:04:13 UTC (rev 145448)
+++ trunk/dports/comms/telepathy-haze/Portfile	2016-02-06 03:20:19 UTC (rev 145449)
@@ -5,7 +5,7 @@
 
 name            telepathy-haze
 version         0.8.0
-revision        2
+revision        3
 license         GPL-2
 description     The ${name} component of Telepathy - a Flexible Communications Framework
 long_description \
@@ -34,8 +34,11 @@
 
 configure.python ${prefix}/bin/python2.7
 
-configure.args  --disable-silent-rules
+# disable streaming media support due to incompatibilities with libpurple 2.8+ that break build
 
+configure.args  --disable-media \
+                --disable-silent-rules
+
 livecheck.type  regex
 livecheck.url   ${master_sites}
 livecheck.regex ${name}-(\[0-9\]+\\.\[0-9\]*\[02468\](\\.\[0-9\]+)*)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160205/67235c97/attachment.html>


More information about the macports-changes mailing list