Revision: 117323 https://trac.macports.org/changeset/117323 Author: devans@macports.org Date: 2014-02-21 19:21:42 -0800 (Fri, 21 Feb 2014) Log Message: ----------- evince: replace in-tree intltool.m4 with our version before autoreconf to correct intltool configuration, build dependencies, remove depends_skip_archcheck since gnome-settings-daemon is now universal. Modified Paths: -------------- trunk/dports/gnome/evince/Portfile Modified: trunk/dports/gnome/evince/Portfile =================================================================== --- trunk/dports/gnome/evince/Portfile 2014-02-22 02:40:33 UTC (rev 117322) +++ trunk/dports/gnome/evince/Portfile 2014-02-22 03:21:42 UTC (rev 117323) @@ -22,12 +22,11 @@ checksums rmd160 4f53cfe7df43e4775b9d932b9a35db799a65669d \ sha256 b30dcc3a93dd3c682325e685061c48ccd800835af49578f4db813bbaf5f5e9af -depends_skip_archcheck gnome-settings-daemon - depends_build port:pkgconfig \ port:intltool \ + port:itstool \ port:yelp-tools \ - port:itstool + port:gnome-common depends_lib port:desktop-file-utils \ port:gnome-icon-theme \ @@ -64,7 +63,13 @@ --enable-comics \ --enable-t1lib -# Teach glibtool about -stdlib=libc++ +# update m4/intltool.m4 and autoreconf +# teach glibtool about -stdlib=libc++ + +pre-configure { + copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4 +} + use_autoreconf yes autoreconf.args -fvi
participants (1)
-
devans@macports.org