[117818] trunk/dports/devel/glade
devans at macports.org
devans at macports.org
Thu Mar 13 15:47:58 PDT 2014
Revision: 117818
https://trac.macports.org/changeset/117818
Author: devans at macports.org
Date: 2014-03-13 15:47:57 -0700 (Thu, 13 Mar 2014)
Log Message:
-----------
glade: update m4/intltool.m4 and autoreconf to fix intltool configuration, build deps, use verbose build.
Modified Paths:
--------------
trunk/dports/devel/glade/Portfile
Removed Paths:
-------------
trunk/dports/devel/glade/files/
Modified: trunk/dports/devel/glade/Portfile
===================================================================
--- trunk/dports/devel/glade/Portfile 2014-03-13 22:45:31 UTC (rev 117817)
+++ trunk/dports/devel/glade/Portfile 2014-03-13 22:47:57 UTC (rev 117818)
@@ -26,7 +26,9 @@
depends_build port:pkgconfig \
port:intltool \
port:itstool \
- port:gnome-doc-utils
+ port:gnome-common \
+ port:yelp-tools \
+ port:gtk-doc
depends_lib port:gtk3 \
port:gobject-introspection \
@@ -35,8 +37,15 @@
depends_run port:desktop-file-utils \
port:devhelp
-patchfiles patch-configure.diff
+# update m4/intltool.m4 and autoreconf
+pre-configure {
+ copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+}
+
+use_autoreconf yes
+autoreconf.args -fvi
+
#
# disable optimization which (at least with clang)
# causes glade to segfault on startup
@@ -47,7 +56,8 @@
configure.args --enable-introspection=yes \
--enable-gladeui \
- --enable-debug
+ --enable-debug \
+ --disable-silent-rules
configure.cflags-append \
-Wno-format-nonliteral
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140313/50d7ba9c/attachment.html>
More information about the macports-changes
mailing list