ports/174430: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Fri Feb 8 17:00:01 UTC 2013
The following reply was made to PR ports/174430; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-gnome
mailing list