[122822] trunk/dports/gnome/libgnomeprintui/Portfile

devans at macports.org devans at macports.org
Thu Jul 31 00:27:39 PDT 2014


Revision: 122822
          https://trac.macports.org/changeset/122822
Author:   devans at macports.org
Date:     2014-07-31 00:27:39 -0700 (Thu, 31 Jul 2014)
Log Message:
-----------
libgnomeprint: autoreconf with our intltool.m4, dependencies, minimize compile warnings (#31039).

Modified Paths:
--------------
    trunk/dports/gnome/libgnomeprintui/Portfile

Modified: trunk/dports/gnome/libgnomeprintui/Portfile
===================================================================
--- trunk/dports/gnome/libgnomeprintui/Portfile	2014-07-31 07:24:07 UTC (rev 122821)
+++ trunk/dports/gnome/libgnomeprintui/Portfile	2014-07-31 07:27:39 UTC (rev 122822)
@@ -26,15 +26,21 @@
 
 depends_build   port:pkgconfig \
                 port:intltool \
+                port:gnome-common \
                 port:gtk-doc
 
+# configure tests for gnome-icon-theme
+
 depends_lib     port:gtk2 \
-                port:libffi \
                 port:libgnomeprint \
-                port:libgnomecanvas
+                port:libgnomecanvas \
+                port:gnome-icon-theme
 
-depends_run     port:gnome-icon-theme
+# autoreconf to reconfigure with our intltool.m4
 
-configure.args  --disable-gtk-doc
+use_autoreconf  yes
+autoreconf.args -fvi
 
+configure.args  --enable-compile-warnings=minimum
+
 livecheck.type  gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140731/b676bead/attachment.html>


More information about the macports-changes mailing list