Modified: trunk/dports/gnome/libgsf/Portfile (118189 => 118190)
--- trunk/dports/gnome/libgsf/Portfile 2014-03-25 05:26:15 UTC (rev 118189)
+++ trunk/dports/gnome/libgsf/Portfile 2014-03-25 06:21:04 UTC (rev 118190)
@@ -4,7 +4,7 @@
PortSystem 1.0
name libgsf
-version 1.14.29
+version 1.14.30
license LGPL-2.1
set branch [join [lrange [split $version .] 0 1] .]
maintainers nomaintainer
@@ -24,8 +24,8 @@
use_xz yes
-checksums rmd160 fb5693585dd5272f3d6c5b9354632457daed044f \
- sha256 4d8bca33424eb711acdb6a060cb488b132063d699c4fa201db24c2c89c62529c
+checksums rmd160 d76cebb595f50c9ccd6b4db8e75660e0581fc9c4 \
+ sha256 cb48c3480be4a691963548e664308f497d93c9d7bc12cf6a68d5ebae930a5b70
depends_build port:pkgconfig \
port:intltool
@@ -38,14 +38,19 @@
port:zlib \
port:bzip2
+# update m4/intltool.m4 and autoreconf
+
+pre-configure {
+ copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+}
+
+use_autoreconf yes
+autoreconf.args -fvi
+
configure.args --disable-compile-warnings \
--disable-silent-rules \
--enable-introspection
-# Don't do intltool's INTLTOOL_PERL dance
-use_autoreconf yes
-autoreconf.args -fvi
-
# gobject-introspection uses g-ir-scanner, which uses $CC from env
build.args-append CC="${configure.cc} ${configure.cc_archflags}"