Date: Fri, 28 Aug 2020 12:30:56 +0000 (UTC) From: Diane Bruce <db@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546728 - in head/comms/gpredict: . files Message-ID: <202008281230.07SCUuMo005586@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: db Date: Fri Aug 28 12:30:55 2020 New Revision: 546728 URL: https://svnweb.freebsd.org/changeset/ports/546728 Log: Fix under clang 11 Added: head/comms/gpredict/files/ head/comms/gpredict/files/patch-src_qth-data.h (contents, props changed) Modified: head/comms/gpredict/Makefile Modified: head/comms/gpredict/Makefile ============================================================================== --- head/comms/gpredict/Makefile Fri Aug 28 12:22:19 2020 (r546727) +++ head/comms/gpredict/Makefile Fri Aug 28 12:30:55 2020 (r546728) @@ -3,7 +3,7 @@ PORTNAME= gpredict DISTVERSION= 2.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= https://github.com/csete/${PORTNAME}/releases/download/v${DISTVERSION}/ Added: head/comms/gpredict/files/patch-src_qth-data.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/gpredict/files/patch-src_qth-data.h Fri Aug 28 12:30:55 2020 (r546728) @@ -0,0 +1,11 @@ +--- src/qth-data.h.orig 2017-12-29 10:28:07 UTC ++++ src/qth-data.h +@@ -30,7 +30,7 @@ typedef struct { + gint alt; /*!< Altitude above sea level in meters. */ + } qth_small_t; + +-enum { ++static enum { + QTH_STATIC_TYPE = 0, + QTH_GPSD_TYPE + } qth_data_type;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008281230.07SCUuMo005586>