Date: Fri, 8 Feb 2013 17:00:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: gnome@FreeBSD.org Subject: Re: ports/174430: commit references a PR Message-ID: <201302081700.r18H01A4023955@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/174430; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/174430: commit references a PR Date: Fri, 8 Feb 2013 16:55:20 +0000 (UTC) Author: kwm Date: Fri Feb 8 16:55:11 2013 New Revision: 311945 URL: http://svnweb.freebsd.org/changeset/ports/311945 Log: Fix build with clang. PR: ports/174430 Submitted by: rm@ Added: head/sysutils/gnome-system-tools/files/patch-src_network_network-locations.c (contents, props changed) head/sysutils/gnome-system-tools/files/patch-src_network_network-locations.h (contents, props changed) Added: head/sysutils/gnome-system-tools/files/patch-src_network_network-locations.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/gnome-system-tools/files/patch-src_network_network-locations.c Fri Feb 8 16:55:11 2013 (r311945) @@ -0,0 +1,11 @@ +--- ./src/network/network-locations.c.orig 2010-05-24 21:09:57.000000000 +0400 ++++ ./src/network/network-locations.c 2012-12-14 16:44:29.000000000 +0400 +@@ -1131,7 +1131,7 @@ + return result; + } + +-void ++gboolean + gst_network_locations_delete_location (GstNetworkLocations *locations, + const gchar *name) + { Added: head/sysutils/gnome-system-tools/files/patch-src_network_network-locations.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/gnome-system-tools/files/patch-src_network_network-locations.h Fri Feb 8 16:55:11 2013 (r311945) @@ -0,0 +1,11 @@ +--- ./src/network/network-locations.h.orig 2010-05-24 21:09:57.000000000 +0400 ++++ ./src/network/network-locations.h 2012-12-14 16:47:54.000000000 +0400 +@@ -62,7 +62,7 @@ + const gchar *name); + gboolean gst_network_locations_save_current (GstNetworkLocations *locations, + const gchar *name); +-void gst_network_locations_delete_location (GstNetworkLocations *locations, ++gboolean gst_network_locations_delete_location (GstNetworkLocations *locations, + const gchar *name); + + G_END_DECLS _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302081700.r18H01A4023955>