[153447] trunk/dports/gnome/gnome-system-monitor

devans at macports.org devans at macports.org
Fri Sep 30 14:22:43 CEST 2016


Revision: 153447
          https://trac.macports.org/changeset/153447
Author:   devans at macports.org
Date:     2016-09-30 05:22:43 -0700 (Fri, 30 Sep 2016)
Log Message:
-----------
gnome-system-monitor: update to version 3.22.0, disable compile warnings.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-system-monitor/Portfile

Property Changed:
----------------
    trunk/dports/gnome/gnome-system-monitor/


Property changes on: trunk/dports/gnome/gnome-system-monitor
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/gnome-system-monitor:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/gnome-system-monitor:108276-147719
/users/devans/GNOME-3/unstable/dports/gnome/gnome-system-monitor:114069-118154,119539-125854,128305-134455,137961-140633,143562-147202
/users/rmstonecipher/gnome/gnome-system-monitor:102363-103172
   + /branches/mld-qt-481/dports/gnome/gnome-system-monitor:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/gnome-system-monitor:108276-153392
/users/devans/GNOME-3/unstable/dports/gnome/gnome-system-monitor:114069-118154,119539-125854,128305-134455,137961-140633,143562-147202,150604-153012
/users/rmstonecipher/gnome/gnome-system-monitor:102363-103172

Modified: trunk/dports/gnome/gnome-system-monitor/Portfile
===================================================================
--- trunk/dports/gnome/gnome-system-monitor/Portfile	2016-09-30 12:12:44 UTC (rev 153446)
+++ trunk/dports/gnome/gnome-system-monitor/Portfile	2016-09-30 12:22:43 UTC (rev 153447)
@@ -4,8 +4,11 @@
 PortSystem          1.0
 PortGroup           compiler_blacklist_versions 1.0
 
+# As of 3.17.90 requires C++11 to build when using gtkmm3 > 3.16.0
+# PortGroup           cxx11 1.0
+
 name                gnome-system-monitor
-version             3.20.1
+version             3.22.0
 license             GPL-2+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         A system monitor.
@@ -20,8 +23,8 @@
 
 use_xz              yes
 
-checksums           rmd160  22ddc69fded540691642d3452df69d371ad47301 \
-                    sha256  9b23ab443fd92050b95c03a0ab321bbd41696a0ffc89c06e79c8798dca0a44f9
+checksums           rmd160  2ae9bc5b0a73b01815f113bb061d6bf46ee58ae8 \
+                    sha256  4339d36c2f7b702652ee03424a241f855992c583bb437d7083c61d8dcfe3fff8
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -50,11 +53,12 @@
 }
 
 # requires a compiler that supports C++11 language features
-compiler.blacklist  *gcc* {clang < 300}
+compiler.blacklist-append  *gcc* {clang < 300}
 
 configure.cmd       ./autogen.sh
 
 configure.args      --disable-silent-rules \
+                    --enable-compile-warnings=no \
                     --enable-wnck \
                     --disable-systemd \
                     --disable-schemas-compile
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20160930/961dcd42/attachment-0002.html>


More information about the macports-changes mailing list