[57576] trunk/dports/gnome/libgtop

devans at macports.org devans at macports.org
Sun Sep 13 07:18:49 PDT 2009


Revision: 57576
          http://trac.macports.org/changeset/57576
Author:   devans at macports.org
Date:     2009-09-13 07:18:44 -0700 (Sun, 13 Sep 2009)
Log Message:
-----------
libgtop: commit patch submitted by toby that fixes build on snow leopard, closes #21165.

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

Added Paths:
-----------
    trunk/dports/gnome/libgtop/files/
    trunk/dports/gnome/libgtop/files/patch-sysdeps__darwin__proclist.c.diff

Modified: trunk/dports/gnome/libgtop/Portfile
===================================================================
--- trunk/dports/gnome/libgtop/Portfile	2009-09-13 14:08:18 UTC (rev 57575)
+++ trunk/dports/gnome/libgtop/Portfile	2009-09-13 14:18:44 UTC (rev 57576)
@@ -29,6 +29,8 @@
 
 use_bzip2 	yes
 
+patchfiles      patch-sysdeps__darwin__proclist.c.diff
+
 configure.args	--mandir=${prefix}/share/man \
                 --infodir=${prefix}/share/info \
                 --x-includes=${prefix}/include \

Added: trunk/dports/gnome/libgtop/files/patch-sysdeps__darwin__proclist.c.diff
===================================================================
--- trunk/dports/gnome/libgtop/files/patch-sysdeps__darwin__proclist.c.diff	                        (rev 0)
+++ trunk/dports/gnome/libgtop/files/patch-sysdeps__darwin__proclist.c.diff	2009-09-13 14:18:44 UTC (rev 57576)
@@ -0,0 +1,11 @@
+--- sysdeps/darwin/proclist.c.orig	2009-09-06 19:07:19.000000000 -0700
++++ sysdeps/darwin/proclist.c	2009-09-06 19:07:34.000000000 -0700
+@@ -43,7 +43,7 @@
+ 
+ pid_t *
+ glibtop_get_proclist_p (glibtop *server, glibtop_proclist *buf,
+-			int64_t which, int64_t arg)
++			gint64 which, gint64 arg)
+ {
+ 	unsigned count, total, i;
+ 	pid_t *pids_chain;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090913/dbb82719/attachment.html>


More information about the macports-changes mailing list