Update of /cvsroot/fink/experimental/gnome/2.8/main/finkinfo/gnome
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18178

Modified Files:
        libgtop2.info libgtop2.patch 
Log Message:
same patch as in 10.4

Index: libgtop2.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/gnome/2.8/main/finkinfo/gnome/libgtop2.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libgtop2.info       13 Oct 2004 18:16:26 -0000      1.3
+++ libgtop2.info       4 Aug 2005 16:29:43 -0000       1.4
@@ -7,13 +7,13 @@
        %N-shlibs (= %v-%r), 
        gettext, 
        glib2 (>= 2.4.0-1), 
-       guile, 
+       guile16, 
        libiconv, 
        popt-shlibs
 <<
 BuildDepends: <<
        glib2-dev (>= 2.4.0-1), 
-       guile-dev, 
+       guile16-dev, 
        x11, 
        pkgconfig, 
        gettext-dev, 
@@ -22,13 +22,13 @@
        popt
 <<
 Patch: %n.patch
-SetMACOSX_DEPLOYMENT_TARGET: 10.3
+#SetCC: gcc-3.3
 SetCPPFLAGS: -no-cpp-precomp
-ConfigureParams: --infodir=%p/share/info --with-libgtop-smp --with-gtop-guile 
--enable-hacker-mode
+ConfigureParams: --infodir=%p/share/info --with-libgtop-smp 
--with-gtop-guile16 --enable-hacker-mode
 InstallScript: make install DESTDIR=%d
 SplitOff: <<
   Package: %N-shlibs
-  Depends: gettext, glib2-shlibs (>= 2.4.0-1), guile-shlibs, libiconv
+  Depends: gettext, glib2-shlibs (>= 2.4.0-1), guile16-shlibs, libiconv
   Files: lib/lib*-2.0.*.dylib
   Shlibs: <<
     %p/lib/libgnomesupport-2.0.0.dylib 1.0.0 %n (>= 2.8.0-1)

Index: libgtop2.patch
===================================================================
RCS file: 
/cvsroot/fink/experimental/gnome/2.8/main/finkinfo/gnome/libgtop2.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libgtop2.patch      11 Oct 2004 22:14:27 -0000      1.2
+++ libgtop2.patch      4 Aug 2005 16:29:43 -0000       1.3
@@ -2345,3 +2345,27 @@
 +      buf->uptime = now - boottime.tv_sec + 30;
 +      buf->flags = _glibtop_sysdeps_uptime;
 +}
+diff -ur libgtop-2.8.1/sysdeps/darwin/procmem.c~ 
libgtop-2.8.1/sysdeps/darwin/procmem.c
+--- libgtop-2.8.1/sysdeps/darwin/procmem.c~    2005-08-04 18:11:37.000000000 
+0200
++++ libgtop-2.8.1/sysdeps/darwin/procmem.c     2005-08-04 18:18:26.000000000 
+0200
+@@ -31,8 +31,6 @@
+ #define       DATA_SEGMENT_START      (GLOBAL_SHARED_DATA_SEGMENT)
+ #define DATA_SEGMENT_END      (GLOBAL_SHARED_DATA_SEGMENT + 
SHARED_DATA_REGION_SIZE)
+ 
+-typedef struct shared_info shared_table[SHARED_TABLE_SIZE];
+-typedef struct shared_info shared_info;
+ struct shared_info {
+       unsigned obj_id;
+       unsigned share_mode;
+@@ -40,8 +38,10 @@
+       unsigned ref_count;
+       unsigned task_ref_count;
+       vm_size_t size;
+-      shared_info *next;
++      struct shared_info *next;
+ };
++typedef struct shared_info shared_table[SHARED_TABLE_SIZE];
++typedef struct shared_info shared_info;
+ 
+ static void
+ shared_table_init (shared_table table)



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to