[107735] trunk/dports/x11/gtk-engines2

jeremyhu at macports.org jeremyhu at macports.org
Thu Jul 4 11:49:02 PDT 2013


Revision: 107735
          https://trac.macports.org/changeset/107735
Author:   jeremyhu at macports.org
Date:     2013-07-04 11:49:02 -0700 (Thu, 04 Jul 2013)
Log Message:
-----------
gtk-engines: autoreconf to skip the INTLTOOL_PERL nonsense, and skip building tests

Modified Paths:
--------------
    trunk/dports/x11/gtk-engines2/Portfile

Added Paths:
-----------
    trunk/dports/x11/gtk-engines2/files/no-test.patch

Modified: trunk/dports/x11/gtk-engines2/Portfile
===================================================================
--- trunk/dports/x11/gtk-engines2/Portfile	2013-07-04 18:43:53 UTC (rev 107734)
+++ trunk/dports/x11/gtk-engines2/Portfile	2013-07-04 18:49:02 UTC (rev 107735)
@@ -35,13 +35,15 @@
 
 depends_lib     port:gtk2
 
-patchfiles      patch-engines-clearlooks-src-animation.c.diff
+patchfiles      patch-engines-clearlooks-src-animation.c.diff \
+                no-test.patch
 
+# Don't do intltool's INTLTOOL_PERL dance
+use_autoreconf  yes
+autoreconf.args -fvi
+
 configure.args  --enable-animation
 
-# intltool needs to be run with the correct version of perl
-configure.env-append INTLTOOL_PERL=${prefix}/bin/perl5.12
-
 variant lua description {Enable EXPERIMENTAL lua script driven engine} {
         depends_lib-append    port:lua
         configure.args-append --enable-lua \

Added: trunk/dports/x11/gtk-engines2/files/no-test.patch
===================================================================
--- trunk/dports/x11/gtk-engines2/files/no-test.patch	                        (rev 0)
+++ trunk/dports/x11/gtk-engines2/files/no-test.patch	2013-07-04 18:49:02 UTC (rev 107735)
@@ -0,0 +1,8 @@
+--- Makefile.am.orig	2013-07-04 11:40:04.000000000 -0700
++++ Makefile.am	2013-07-04 11:40:11.000000000 -0700
+@@ -1,4 +1,4 @@
+-SUBDIRS = engines themes test schema po
++SUBDIRS = engines themes schema po
+ DIST_SUBDIRS = $(SUBDIRS)
+ 
+ EXTRA_DIST = \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130704/54088847/attachment.html>


More information about the macports-changes mailing list