Date: Thu, 12 Aug 2004 09:32:52 -0400 From: "Alexandre \"Sunny\" Kovalenko" <Alex.Kovalenko@verizon.net> To: gnome@freebsd.org Subject: Patches for soup-0.7.11 Message-ID: <1092317571.691.5.camel@RabbitsDen>
next in thread | raw e-mail | index | archive | help
--=-CClIE0+K53qLSGKSsiFI Content-Type: text/plain Content-Transfer-Encoding: 7bit I have attached (rather mechanical) patches to allow devel/soup (0.7.11) to be compiled with gcc 3.4.2 (now standard in FreeBSD-current). I see no reason why these patches would not work with previous versions of gcc, but I have been wrong before. If you need to contact me, please, E-mail direct, as I am not subscribing to ports@. --- Alexandre "Sunny" Kovalenko. --=-CClIE0+K53qLSGKSsiFI Content-Disposition: attachment; filename=wsdl-soap-memory.c.diff Content-Type: text/x-patch; name=wsdl-soap-memory.c.diff; charset=ASCII Content-Transfer-Encoding: 7bit 36,37c36,37 < g_warning (G_GNUC_FUNCTION < ": Parameter %s has no typecode!", --- > g_warning ("%s: Parameter %s has no typecode!", > G_GNUC_FUNCTION, 41,42c41 < g_warning (G_GNUC_FUNCTION < ": Parameter %s has no " --- > g_warning ("%s: Parameter %s has no " 43a43 > G_GNUC_FUNCTION, 74,75c74,75 < g_warning (G_GNUC_FUNCTION < ": Parameter %s has no typecode!", --- > g_warning ("%s: Parameter %s has no typecode!", > G_GNUC_FUNCTION, --=-CClIE0+K53qLSGKSsiFI Content-Disposition: attachment; filename=wsdl-soap-parse.c.diff Content-Type: text/x-patch; name=wsdl-soap-parse.c.diff; charset=ASCII Content-Transfer-Encoding: 7bit 40c40 < g_warning ("Invalid typecode NULL in " G_GNUC_FUNCTION); --- > g_warning ("Invalid typecode NULL in %s", G_GNUC_FUNCTION); 206c206 < g_warning ("Invalid typecode MAX in " G_GNUC_FUNCTION); --- > g_warning ("Invalid typecode MAX in %s", G_GNUC_FUNCTION); --=-CClIE0+K53qLSGKSsiFI Content-Disposition: attachment; filename=wsdl-typecodes.c.diff Content-Type: text/x-patch; name=wsdl-typecodes.c.diff; charset=ASCII Content-Transfer-Encoding: 7bit 980c980 < g_warning ("Invalid typecode NULL in " G_GNUC_FUNCTION); --- > g_warning ("Invalid typecode NULL in %s", G_GNUC_FUNCTION); 1085c1085 < g_warning ("Invalid typecode MAX in " G_GNUC_FUNCTION); --- > g_warning ("Invalid typecode MAX in %s", G_GNUC_FUNCTION); 1109c1109 < g_warning ("Invalid typecode NULL in " G_GNUC_FUNCTION); --- > g_warning ("Invalid typecode NULL in %s", G_GNUC_FUNCTION); 1221c1221 < g_warning ("Invalid typecode MAX in " G_GNUC_FUNCTION); --- > g_warning ("Invalid typecode MAX in %s", G_GNUC_FUNCTION); --=-CClIE0+K53qLSGKSsiFI--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1092317571.691.5.camel>