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

jmr at macports.org jmr at macports.org
Thu Oct 23 18:36:03 PDT 2008


Revision: 41120
          http://trac.macports.org/changeset/41120
Author:   jmr at macports.org
Date:     2008-10-23 18:36:03 -0700 (Thu, 23 Oct 2008)
Log Message:
-----------
gnome-system-monitor: update to 2.24.1

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

Added Paths:
-----------
    trunk/dports/gnome/gnome-system-monitor/files/
    trunk/dports/gnome/gnome-system-monitor/files/patch-src_openfiles.cpp.diff

Modified: trunk/dports/gnome/gnome-system-monitor/Portfile
===================================================================
--- trunk/dports/gnome/gnome-system-monitor/Portfile	2008-10-24 01:32:07 UTC (rev 41119)
+++ trunk/dports/gnome/gnome-system-monitor/Portfile	2008-10-24 01:36:03 UTC (rev 41120)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		gnome-system-monitor
-version		2.21.5
+version		2.24.1
 description	A system monitor.
 long_description        A nicer, simpler, easier to use replacement to gtop. \
 			It uses libgtop for the process monitoring and \
@@ -13,7 +13,8 @@
 platforms	darwin
 homepage	http://www.gnome.org/
 master_sites    gnome:sources/gnome-system-monitor/[join [lrange [split ${version} .] 0 1] .]/
-checksums	md5 e23dc56f852a2fea8873335389e3161d
+checksums	md5 f28977135e37a78442f5df05b796480c \
+			sha1 e1b8fba8c4482faf8234d27b0f8d10004072060c
 depends_lib	\
 	port:dbus \
 	port:dbus-glib \
@@ -28,9 +29,10 @@
 	port:libxml2
 
 use_bzip2 	yes
+
+patchfiles	patch-src_openfiles.cpp.diff
+
 configure.cflags-append	-no-cpp-precomp
-configure.cflags-append -flat_namespace
-configure.cflags-append "-undefined suppress"
 configure.args	--disable-scrollkeeper
 
 post-destroot {

Added: trunk/dports/gnome/gnome-system-monitor/files/patch-src_openfiles.cpp.diff
===================================================================
--- trunk/dports/gnome/gnome-system-monitor/files/patch-src_openfiles.cpp.diff	                        (rev 0)
+++ trunk/dports/gnome/gnome-system-monitor/files/patch-src_openfiles.cpp.diff	2008-10-24 01:36:03 UTC (rev 41120)
@@ -0,0 +1,13 @@
+--- src/openfiles.cpp.orig	2008-09-12 05:55:34.000000000 +1000
++++ src/openfiles.cpp	2008-10-24 11:33:22.000000000 +1100
+@@ -45,7 +45,9 @@ get_type_name(enum glibtop_file_type t)
+ 	}
+ }
+ 
+-
++#ifndef NI_IDN
++#define NI_IDN (0)
++#endif
+ 
+ static char *
+ friendlier_hostname(const char *addr_str, int port)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081023/28e15f5e/attachment.html>


More information about the macports-changes mailing list