[117819] trunk/dports/gnome/anjuta

devans at macports.org devans at macports.org
Thu Mar 13 16:27:02 PDT 2014


Revision: 117819
          https://trac.macports.org/changeset/117819
Author:   devans at macports.org
Date:     2014-03-13 16:27:02 -0700 (Thu, 13 Mar 2014)
Log Message:
-----------
anjuta: reconfigure with our intltool.m4 using autogen.sh, update patches, dependencies.

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

Added Paths:
-----------
    trunk/dports/gnome/anjuta/files/patch-configure.ac.diff
    trunk/dports/gnome/anjuta/files/patch-plugins-language-support-vala-Makefile.am.diff

Removed Paths:
-------------
    trunk/dports/gnome/anjuta/files/patch-configure.diff
    trunk/dports/gnome/anjuta/files/patch-plugins-language-support-vala-Makefile.in.diff

Property Changed:
----------------
    trunk/dports/gnome/anjuta/


Property changes on: trunk/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
/users/devans/GNOME-3/stable/dports/gnome/anjuta:108269-113174
/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
/users/devans/GNOME-3/stable/dports/gnome/anjuta:108269-113174
/users/devans/dports/gnome/anjuta:117797-117811
/users/rmstonecipher/gnome/anjuta:102363-103172

Modified: trunk/dports/gnome/anjuta/Portfile
===================================================================
--- trunk/dports/gnome/anjuta/Portfile	2014-03-13 22:47:57 UTC (rev 117818)
+++ trunk/dports/gnome/anjuta/Portfile	2014-03-13 23:27:02 UTC (rev 117819)
@@ -24,13 +24,20 @@
 
 depends_build   port:pkgconfig \
                 port:intltool \
-                port:itstool
+                port:itstool \
+                port:yelp-tools \
+                port:gtk-doc \
+                port:gnome-common \
+                port:autoconf \
+                port:automake \
+                port:libtool
 
 depends_lib     port:desktop-file-utils \
                 port:autogen \
                 port:shared-mime-info \
                 port:gtk3 \
                 port:gdl3 \
+                port:gjs \
                 port:gobject-introspection \
                 port:gtksourceview3 \
                 port:libgda5 \
@@ -42,10 +49,14 @@
                 port:yelp \
                 port:xdg-utils
 
-patchfiles      patch-configure.diff \
+patchfiles      patch-configure.ac.diff \
                 patch-ltmain.sh.diff \
-                patch-plugins-language-support-vala-Makefile.in.diff
+                patch-plugins-language-support-vala-Makefile.am.diff
 
+#reconfigure with our intltool.m4 using autogen.sh
+
+configure.cmd   ./autogen.sh
+
 configure.cflags-append \
                 -std=gnu89 -Wno-format-nonliteral
 

Added: trunk/dports/gnome/anjuta/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/gnome/anjuta/files/patch-configure.ac.diff	                        (rev 0)
+++ trunk/dports/gnome/anjuta/files/patch-configure.ac.diff	2014-03-13 23:27:02 UTC (rev 117819)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2014-03-11 14:12:24.000000000 -0700
++++ configure.ac	2014-03-11 14:12:52.000000000 -0700
+@@ -101,7 +101,7 @@
+ AC_SUBST(AM_CXXFLAGS)
+ 
+ ANJUTA_LDFLAGS="-no-undefined"
+-ANJUTA_PLUGIN_LDFLAGS="-module -avoid-version -no-undefined"
++ANJUTA_PLUGIN_LDFLAGS="-module -avoid-version"
+ AC_SUBST(ANJUTA_LDFLAGS)
+ AC_SUBST(ANJUTA_PLUGIN_LDFLAGS)
+ 

Deleted: trunk/dports/gnome/anjuta/files/patch-configure.diff
===================================================================
--- trunk/dports/gnome/anjuta/files/patch-configure.diff	2014-03-13 22:47:57 UTC (rev 117818)
+++ trunk/dports/gnome/anjuta/files/patch-configure.diff	2014-03-13 23:27:02 UTC (rev 117819)
@@ -1,23 +0,0 @@
---- configure.orig	2013-11-14 13:21:08.000000000 -0800
-+++ configure	2013-11-25 20:46:49.000000000 -0800
-@@ -5538,7 +5538,7 @@
- 
- 
- ANJUTA_LDFLAGS="-no-undefined"
--ANJUTA_PLUGIN_LDFLAGS="-module -avoid-version -no-undefined"
-+ANJUTA_PLUGIN_LDFLAGS="-module -avoid-version"
- 
- 
- 
-@@ -18120,9 +18120,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);'`
- 
- 
- 

Copied: trunk/dports/gnome/anjuta/files/patch-plugins-language-support-vala-Makefile.am.diff (from rev 117811, users/devans/dports/gnome/anjuta/files/patch-plugins-language-support-vala-Makefile.am.diff)
===================================================================
--- trunk/dports/gnome/anjuta/files/patch-plugins-language-support-vala-Makefile.am.diff	                        (rev 0)
+++ trunk/dports/gnome/anjuta/files/patch-plugins-language-support-vala-Makefile.am.diff	2014-03-13 23:27:02 UTC (rev 117819)
@@ -0,0 +1,12 @@
+--- plugins/language-support-vala/Makefile.am.orig	2014-03-12 22:11:19.000000000 -0700
++++ plugins/language-support-vala/Makefile.am	2014-03-12 22:11:54.000000000 -0700
+@@ -40,8 +40,7 @@
+ 	$(LIBANJUTA_CFLAGS) \
+ 	$(VALA_CFLAGS) \
+ 	-DPACKAGE_SRC_DIR=\"$(srcdir)\" \
+-	-DG_LOG_DOMAIN=\"language-support-vala\" \
+-	--no-warn
++	-DG_LOG_DOMAIN=\"language-support-vala\"
+ 
+ # The plugin
+ plugindir = $(anjuta_plugin_dir)

Deleted: trunk/dports/gnome/anjuta/files/patch-plugins-language-support-vala-Makefile.in.diff
===================================================================
--- trunk/dports/gnome/anjuta/files/patch-plugins-language-support-vala-Makefile.in.diff	2014-03-13 22:47:57 UTC (rev 117818)
+++ trunk/dports/gnome/anjuta/files/patch-plugins-language-support-vala-Makefile.in.diff	2014-03-13 23:27:02 UTC (rev 117819)
@@ -1,12 +0,0 @@
---- plugins/language-support-vala/Makefile.in.orig	2013-11-14 13:21:14.000000000 -0800
-+++ plugins/language-support-vala/Makefile.in	2013-11-25 20:46:49.000000000 -0800
-@@ -509,8 +509,7 @@
- @ENABLE_VALA_TRUE@	$(LIBANJUTA_CFLAGS) \
- @ENABLE_VALA_TRUE@	$(VALA_CFLAGS) \
- @ENABLE_VALA_TRUE@	-DPACKAGE_SRC_DIR=\"$(srcdir)\" \
-- at ENABLE_VALA_TRUE@	-DG_LOG_DOMAIN=\"language-support-vala\" \
-- at ENABLE_VALA_TRUE@	--no-warn
-+ at ENABLE_VALA_TRUE@	-DG_LOG_DOMAIN=\"language-support-vala\"
- 
- 
- # The plugin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140313/5deed705/attachment-0001.html>


More information about the macports-changes mailing list