Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/gnome
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1300

Modified Files:
        glib.info glib.patch 
Log Message:
More random patches, thanks google

Index: glib.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/gnome/glib.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- glib.info   12 Dec 2004 13:46:28 -0000      1.3
+++ glib.info   16 Mar 2005 14:46:18 -0000      1.4
@@ -8,7 +8,6 @@
   Originally packaged by Masanori Sekino.
 <<
 Depends: glib-shlibs (= %v-%r)
-BuildDepends: gcc3.3
 Source: mirror:gnome:sources/%n/1.2/%n-%v.tar.gz
 Source-MD5: 6fe30dad87c77b91b632def29dd69ef9
 Patch: %n.patch
@@ -16,10 +15,6 @@
 UpdateLibtool: true
 SetCPPFLAGS: -no-cpp-precomp
 ConfigureParams: --infodir=%p/share/info --mandir=%p/share/man --disable-static
-CompileScript: <<
- export CC=gcc-3.3; CXX=g++-3.3; ./configure %c
- make CC=gcc-3.3 CXX=g++-3.3
-<<
 InstallScript: <<
 make install DESTDIR=%d
 <<

Index: glib.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/gnome/glib.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- glib.patch  22 Oct 2003 06:12:22 -0000      1.1
+++ glib.patch  16 Mar 2005 14:46:18 -0000      1.2
@@ -13,3 +13,47 @@
  *)                    glib_vacopy=''
  esac
  
+--- glib-1.2.10/gstrfuncs.c.orig        2005-02-14 21:59:58.000000000 +0100
++++ glib-1.2.10/gstrfuncs.c     2005-02-14 22:05:56.000000000 +0100
+@@ -867,8 +867,7 @@
+                   /* beware of positional parameters
+                    */
+                 case '$':
+-                  g_warning (G_GNUC_PRETTY_FUNCTION
+-                             "(): unable to handle positional parameters 
(%%n$)");
++                  g_warning("%s(): unable to handle positional parameters 
(%%n$)", G_GNUC_PRETTY_FUNCTION);
+                   len += 1024; /* try adding some safety padding */
+                   break;
+ 
+@@ -1034,8 +1033,7 @@
+                   /*          n   .   dddddddddddddddddddddddd   E   +-  eeee 
*/
+                   conv_len += 1 + 1 + MAX (24, spec.precision) + 1 + 1 + 4;
+                   if (spec.mod_extra_long)
+-                    g_warning (G_GNUC_PRETTY_FUNCTION
+-                               "(): unable to handle long double, collecting 
double only");
++                    g_warning("%s(): unable to handle long double, collecting 
double only", G_GNUC_PRETTY_FUNCTION);
+ #ifdef HAVE_LONG_DOUBLE
+ #error need to implement special handling for long double
+ #endif
+@@ -1077,8 +1075,7 @@
+                   conv_done = TRUE;
+                   if (spec.mod_long)
+                     {
+-                      g_warning (G_GNUC_PRETTY_FUNCTION
+-                                 "(): unable to handle wide char strings");
++                      g_warning("%s(): unable to handle wide char strings", 
G_GNUC_PRETTY_FUNCTION);
+                       len += 1024; /* try adding some safety padding */
+                     }
+                   break;
+@@ -1108,9 +1105,8 @@
+                   conv_len += format - spec_start;
+                   break;
+                 default:
+-                  g_warning (G_GNUC_PRETTY_FUNCTION
+-                             "(): unable to handle `%c' while parsing format",
+-                             c);
++                  g_warning("%s(): unable to handle `%c' while parsing 
format",
++                             G_GNUC_PRETTY_FUNCTION, c);
+                   break;
+                 }
+               conv_done |= conv_len > 0;
\ No newline at end of file



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to