Date: Sat, 29 Aug 2020 06:49:51 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546873 - head/astro/foxtrotgps/files Message-ID: <202008290649.07T6npWZ093370@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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; + + + + +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008290649.07T6npWZ093370>