libsoup: replace in-tree intltool.m4 with our version before autoreconf to correct intltool configuration.
--- trunk/dports/gnome/libsoup/Portfile 2014-02-25 22:12:00 UTC (rev 117417)
+++ trunk/dports/gnome/libsoup/Portfile 2014-02-25 22:31:53 UTC (rev 117418)
@@ -48,7 +48,12 @@
--without-gnome \
--enable-introspection
-# Don't do intltool's INTLTOOL_PERL dance
+# update m4/intltool.m4 and autoreconf
+
+pre-configure {
+ copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+}
+
use_autoreconf yes
autoreconf.args -fvi