[134506] trunk/dports/comms/telepathy-haze

devans at macports.org devans at macports.org
Fri Mar 27 13:43:22 PDT 2015


Revision: 134506
          https://trac.macports.org/changeset/134506
Author:   devans at macports.org
Date:     2015-03-27 13:43:22 -0700 (Fri, 27 Mar 2015)
Log Message:
-----------
telepathy-haze: drop unused dependency on gtk-doc, correct python configuration, now builds universal.

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

Added Paths:
-----------
    trunk/dports/comms/telepathy-haze/files/
    trunk/dports/comms/telepathy-haze/files/patch-configure.diff

Modified: trunk/dports/comms/telepathy-haze/Portfile
===================================================================
--- trunk/dports/comms/telepathy-haze/Portfile	2015-03-27 20:31:04 UTC (rev 134505)
+++ trunk/dports/comms/telepathy-haze/Portfile	2015-03-27 20:43:22 UTC (rev 134506)
@@ -5,7 +5,7 @@
 
 name            telepathy-haze
 version         0.8.0
-revision        1
+revision        2
 license         GPL-2
 description     The ${name} component of Telepathy - a Flexible Communications Framework
 long_description \
@@ -24,17 +24,13 @@
                 rmd160  de24452c5060dda443a78e5d56d9a88df54b839c
 
 depends_build   port:pkgconfig \
-                port:gtk-doc \
                 port:python27
 
 depends_lib     port:dbus-glib \
                 port:telepathy-glib \
                 port:libpurple
 
-#
-# pidgin is not universal
-#
-universal_variant no
+patchfiles      patch-configure.diff
 
 configure.python ${prefix}/bin/python2.7
 

Added: trunk/dports/comms/telepathy-haze/files/patch-configure.diff
===================================================================
--- trunk/dports/comms/telepathy-haze/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/comms/telepathy-haze/files/patch-configure.diff	2015-03-27 20:43:22 UTC (rev 134506)
@@ -0,0 +1,14 @@
+--- configure.orig	2014-08-25 05:30:45.000000000 -0700
++++ configure	2014-08-28 09:36:25.000000000 -0700
+@@ -12629,9 +12629,9 @@
+ 
+ 
+ 
+-  PYTHON_PREFIX='${prefix}'
++  PYTHON_PREFIX=`$PYTHON -c 'import sys; print sys.prefix;'`
+ 
+-  PYTHON_EXEC_PREFIX='${exec_prefix}'
++  PYTHON_EXEC_PREFIX=`$PYTHON -c 'import sys; print sys.exec_prefix;'`
+ 
+ 
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150327/15da2f39/attachment.html>


More information about the macports-changes mailing list