svn commit: r546873 - head/astro/foxtrotgps/files

Tobias C. Berner tcberner at FreeBSD.org
Sat Aug 29 06:49:51 UTC 2020


Author: tcberner
Date: Sat Aug 29 06:49:50 2020
New Revision: 546873
URL: https://svnweb.freebsd.org/changeset/ports/546873

Log:
  astro/foxtrotgps: fix build on recent current
  
  Obtained from:	https://bazaar.launchpad.net/~foxtrotgps-team/foxtrotgps/trunk/revision/323

Added:
  head/astro/foxtrotgps/files/patch-bzr_323   (contents, props changed)

Added: head/astro/foxtrotgps/files/patch-bzr_323
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/foxtrotgps/files/patch-bzr_323	Sat Aug 29 06:49:50 2020	(r546873)
@@ -0,0 +1,30 @@
+Obtained from:
+	https://bazaar.launchpad.net/~foxtrotgps-team/foxtrotgps/trunk/revision/323
+
+=== modified file 'src/callbacks.c'
+--- src/callbacks.c	2020-01-15 05:46:18 +0000
++++ src/callbacks.c	2020-01-25 00:00:46 +0000
+@@ -46,7 +46,7 @@
+ static gboolean maximized = FALSE;
+ 
+ 
+-GtkWidget *dialog10 = NULL;
++static GtkWidget *dialog10 = NULL;
+ 
+ 
+ static int local_x = 0;
+
+=== modified file 'src/tracks.c'
+--- src/tracks.c	2019-02-26 00:59:58 +0000
++++ src/tracks.c	2020-01-25 00:00:46 +0000
+@@ -30,7 +30,7 @@
+ 
+ GSList *loaded_track = NULL;
+ GtkWidget *window12;
+-GtkWidget *dialog10;
++static GtkWidget *dialog10;
+ 
+ 
+ 
+
+


More information about the svn-ports-head mailing list