[107910] trunk/dports/gnome/anjuta

devans at macports.org devans at macports.org
Mon Jul 8 20:30:15 PDT 2013


Revision: 107910
          https://trac.macports.org/changeset/107910
Author:   devans at macports.org
Date:     2013-07-08 20:30:15 -0700 (Mon, 08 Jul 2013)
Log Message:
-----------
anjuta: disable python support due to opportunistic configuration, misconfiguration issues.

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

Added Paths:
-----------
    trunk/dports/gnome/anjuta/files/patch-disable-python.diff

Modified: trunk/dports/gnome/anjuta/Portfile
===================================================================
--- trunk/dports/gnome/anjuta/Portfile	2013-07-09 02:12:28 UTC (rev 107909)
+++ trunk/dports/gnome/anjuta/Portfile	2013-07-09 03:30:15 UTC (rev 107910)
@@ -6,6 +6,7 @@
 
 name            anjuta
 version         2.32.1.1
+revision        1
 license         GPL-2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     A GNOME/GTK IDE
@@ -43,7 +44,9 @@
                 port:yelp \
                 port:xdg-utils
 
-patchfiles      patch-plugins-project-wizard-autogen.c.diff patch-configure.in.diff
+patchfiles      patch-plugins-project-wizard-autogen.c.diff \
+                patch-configure.in.diff \
+                patch-disable-python.diff
 
 post-patch {
         reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|" ${worksrcpath}/scripts/builder2schema.pl

Added: trunk/dports/gnome/anjuta/files/patch-disable-python.diff
===================================================================
--- trunk/dports/gnome/anjuta/files/patch-disable-python.diff	                        (rev 0)
+++ trunk/dports/gnome/anjuta/files/patch-disable-python.diff	2013-07-09 03:30:15 UTC (rev 107910)
@@ -0,0 +1,13 @@
+--- configure.in.orig	2013-07-08 16:02:45.000000000 -0700
++++ configure.in	2013-07-08 16:07:16.000000000 -0700
+@@ -300,6 +300,10 @@
+ 	[have_python="yes"],
+ 	[have_python="no"])
+ 
++dnl Disable Python support due to misconfiguration when Python is built universal
++
++have_python="no"
++
+ if test x$have_python = xyes; then
+ 	if test -x $PYTHON-config; then
+ 		PYTHON_CFLAGS=`$PYTHON-config --cflags`
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130708/45315769/attachment-0001.html>


More information about the macports-changes mailing list