[117797] users/devans/dports/gnome

devans at macports.org devans at macports.org
Wed Mar 12 22:19:47 PDT 2014


Revision: 117797
          https://trac.macports.org/changeset/117797
Author:   devans at macports.org
Date:     2014-03-12 22:19:47 -0700 (Wed, 12 Mar 2014)
Log Message:
-----------
devans/dports: anjuta, intltool fix, patches, build deps for testing.

Modified Paths:
--------------
    users/devans/dports/gnome/anjuta/Portfile

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

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

Modified: users/devans/dports/gnome/anjuta/Portfile
===================================================================
--- trunk/dports/gnome/anjuta/Portfile	2014-03-13 03:38:16 UTC (rev 117791)
+++ users/devans/dports/gnome/anjuta/Portfile	2014-03-13 05:19:47 UTC (rev 117797)
@@ -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: users/devans/dports/gnome/anjuta/files/patch-configure.ac.diff
===================================================================
--- users/devans/dports/gnome/anjuta/files/patch-configure.ac.diff	                        (rev 0)
+++ users/devans/dports/gnome/anjuta/files/patch-configure.ac.diff	2014-03-13 05:19:47 UTC (rev 117797)
@@ -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: users/devans/dports/gnome/anjuta/files/patch-configure.diff
===================================================================
--- trunk/dports/gnome/anjuta/files/patch-configure.diff	2014-03-13 03:38:16 UTC (rev 117791)
+++ users/devans/dports/gnome/anjuta/files/patch-configure.diff	2014-03-13 05:19:47 UTC (rev 117797)
@@ -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);'`
- 
- 
- 

Added: users/devans/dports/gnome/anjuta/files/patch-plugins-language-support-vala-Makefile.am.diff
===================================================================
--- users/devans/dports/gnome/anjuta/files/patch-plugins-language-support-vala-Makefile.am.diff	                        (rev 0)
+++ users/devans/dports/gnome/anjuta/files/patch-plugins-language-support-vala-Makefile.am.diff	2014-03-13 05:19:47 UTC (rev 117797)
@@ -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: users/devans/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 03:38:16 UTC (rev 117791)
+++ users/devans/dports/gnome/anjuta/files/patch-plugins-language-support-vala-Makefile.in.diff	2014-03-13 05:19:47 UTC (rev 117797)
@@ -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/20140312/e46beb70/attachment.html>


More information about the macports-changes mailing list