[131930] users/devans/GNOME-3/stable/dports/gnome/anjuta

devans at macports.org devans at macports.org
Tue Jan 20 22:27:54 PST 2015


Revision: 131930
          https://trac.macports.org/changeset/131930
Author:   devans at macports.org
Date:     2015-01-20 22:27:54 -0800 (Tue, 20 Jan 2015)
Log Message:
-----------
GNOME-3/stable: anjuta, sync with trunk.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/anjuta/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/stable/dports/gnome/anjuta/files/python-ldflags.patch

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/gnome/anjuta/


Property changes on: users/devans/GNOME-3/stable/dports/gnome/anjuta
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/anjuta:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/anjuta:108265-128065
/users/devans/GNOME-3/unstable/dports/gnome/anjuta:116619-118151,119539-125908
/users/devans/dports/gnome/anjuta:117797-117811
/users/rmstonecipher/gnome/anjuta:102363-103172
   + /branches/mld-qt-481/dports/gnome/anjuta:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/anjuta:108265-131929
/users/devans/GNOME-3/unstable/dports/gnome/anjuta:116619-118151,119539-125908
/users/devans/dports/gnome/anjuta:117797-117811
/users/rmstonecipher/gnome/anjuta:102363-103172

Modified: users/devans/GNOME-3/stable/dports/gnome/anjuta/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/anjuta/Portfile	2015-01-21 05:50:49 UTC (rev 131929)
+++ users/devans/GNOME-3/stable/dports/gnome/anjuta/Portfile	2015-01-21 06:27:54 UTC (rev 131930)
@@ -50,7 +50,8 @@
                     port:xdg-utils
 
 patchfiles          patch-configure.ac.diff \
-                    patch-ltmain.sh.diff
+                    patch-ltmain.sh.diff \
+                    python-ldflags.patch
 
 #reconfigure with our intltool.m4 using autogen.sh
 

Copied: users/devans/GNOME-3/stable/dports/gnome/anjuta/files/python-ldflags.patch (from rev 131929, trunk/dports/gnome/anjuta/files/python-ldflags.patch)
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/anjuta/files/python-ldflags.patch	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/anjuta/files/python-ldflags.patch	2015-01-21 06:27:54 UTC (rev 131930)
@@ -0,0 +1,37 @@
+--- plugins/python-loader/Makefile.am.orig	2014-01-12 04:37:43.000000000 -0500
++++ plugins/python-loader/Makefile.am	2014-11-24 14:48:13.000000000 -0500
+@@ -38,12 +38,11 @@ plugin_LTLIBRARIES = libanjuta-python-lo
+ # Plugin sources
+ libanjuta_python_loader_la_SOURCES = plugin.c plugin.h
+ 
+-libanjuta_python_loader_la_LDFLAGS = $(ANJUTA_PLUGIN_LDFLAGS)
++libanjuta_python_loader_la_LDFLAGS = $(ANJUTA_PLUGIN_LDFLAGS) $(PYTHON_LDFLAGS)
+ 
+ # Plugin dependencies
+ libanjuta_python_loader_la_LIBADD = \
+ 	$(LIBANJUTA_LIBS) \
+-	$(PYTHON_LIBS) \
+ 	$(PYGOBJECT_LIBS)
+ 
+ endif # HAVE_PYTHON
+--- configure.ac.orig	2014-11-24 14:33:14.000000000 -0500
++++ configure.ac	2014-11-24 14:46:54.000000000 -0500
+@@ -363,14 +363,14 @@ AM_PATH_PYTHON([],
+ if test x$have_python = xyes; then
+ 	if test -x $PYTHON-config; then
+ 		PYTHON_CFLAGS=`$PYTHON-config --cflags`
+-		PYTHON_LIBS=`$PYTHON-config --libs`
++		PYTHON_LDFLAGS=`$PYTHON-config --ldflags`
+ 		AC_SUBST(PYTHON_CFLAGS)
+-		AC_SUBST(PYTHON_LIBS)
++		AC_SUBST(PYTHON_LDFLAGS)
+ 	elif test -x $PYTHON$PYTHON_VERSION-config; then
+ 		PYTHON_CFLAGS=`$PYTHON$PYTHON_VERSION-config --cflags`
+-		PYTHON_LIBS=`$PYTHON$PYTHON_VERSION-config --libs`
++		PYTHON_LDFLAGS=`$PYTHON$PYTHON_VERSION-config --ldflags`
+ 		AC_SUBST(PYTHON_CFLAGS)
+-		AC_SUBST(PYTHON_LIBS)		
++		AC_SUBST(PYTHON_LDFLAGS)		
+ 	else
+ 		have_python="no"
+ 		echo "$PYTHON-config or $PYTHON$PYTHON_VERSION-config not found - disabling python"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150120/4939b6b4/attachment.html>


More information about the macports-changes mailing list