[135687] trunk/dports/gnome/gcalctool/Portfile

devans at macports.org devans at macports.org
Wed Apr 29 13:54:15 PDT 2015


Revision: 135687
          https://trac.macports.org/changeset/135687
Author:   devans at macports.org
Date:     2015-04-29 13:54:15 -0700 (Wed, 29 Apr 2015)
Log Message:
-----------
gcalctool: reconfigure using upstream autogen.sh for intltool 0.51 compatibility, minimize compiler warnings.

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

Modified: trunk/dports/gnome/gcalctool/Portfile
===================================================================
--- trunk/dports/gnome/gcalctool/Portfile	2015-04-29 20:27:41 UTC (rev 135686)
+++ trunk/dports/gnome/gcalctool/Portfile	2015-04-29 20:54:15 UTC (rev 135687)
@@ -24,7 +24,12 @@
 
 depends_build   port:pkgconfig \
                 port:intltool \
-                port:itstool
+                port:itstool \
+                port:gnome-common \
+                port:yelp-tools \
+                port:autoconf \
+                port:automake \
+                port:libtool
 
 depends_lib     port:desktop-file-utils \
                 port:gtk3 \
@@ -33,8 +38,13 @@
 depends_run     port:gnome-settings-daemon \
                 port:yelp
 
-configure.args  --disable-schemas-compile
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
+configure.cmd   ./autogen.sh
+
+configure.args  --enable-compile-warnings=minimum \
+                --disable-schemas-compile
+
 post-activate   {
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150429/68576579/attachment.html>


More information about the macports-changes mailing list