head 1.3; access; symbols pkgsrc-2020Q4:1.1.0.2 pkgsrc-2020Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2021.02.04.14.43.30; author gdt; state dead; branches; next 1.2; commitid pXlNOzORs5an1pGC; 1.2 date 2021.02.04.14.10.07; author gdt; state Exp; branches; next 1.1; commitid 62oeF7ElncBTPoGC; 1.1 date 2020.12.09.10.12.14; author nia; state Exp; branches; next ; commitid OgWZxZMCO6m3m3zC; desc @@ 1.3 log @ham/xlog: Drop patch that drops -Werror This seems not necessary on NetBSD 9/amd64 with gcc. (The patch was not documented and not filed upstream.) @ text @$NetBSD: patch-configure,v 1.2 2021/02/04 14:10:07 gdt Exp $ Do not use -Werror. --- configure.orig 2021-01-30 16:02:21.000000000 +0000 +++ configure @@@@ -4476,7 +4476,7 @@@@ done if test "${ac_cv_c_compiler_gnu}" = "yes"; then - CFLAGS="${CFLAGS} -Wno-deprecated-declarations -Wall -Wno-stringop-truncation -Wno-unused-but-set-variable -Werror" + CFLAGS="${CFLAGS} -Wno-deprecated-declarations -Wall -Wno-stringop-truncation -Wno-unused-but-set-variable" fi @ 1.2 log @ham/xlog: Update to 2.0.20 pkgsrc changes: - drop workaround for upstream bug fixed in this release - rename patchfile per pkglint - Changes for xlog version 2.0.20 - 2021-jan-30 * Updated cty.dat 20210127 (cty-3102) * Added FST4 support and 5m/8m bands for ADIF 3.1.1 * Added /dev/ttyUSB0 and /dev/ttyUSB1 to the hamlib device menu * Logeditor can hide TX(RST) and RX (RST) (useful for VHF contests) * ADIF exports Distance and Azimuth correctly if enabled in Logeditor * Imports ADIF from wsjt-x on UDP port 2333 * Fixed use-after-free error discovered by Chris K2CR and valgrind * Fixed hash-table != null assert in dxcc.c * Fixed GLib-GObject-WARNING in log.c * Compiles cleanly with hamlib4 on ubuntu 18.04 and 20.04 @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.1 2020/12/09 10:12:14 nia Exp $ @ 1.1 log @xlog: Do not use -Werror. Fixes build with gcc9. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- configure.orig 2020-04-19 10:56:08.000000000 +0000 d11 2 a12 2 - CFLAGS="${CFLAGS} -Wall -Wno-stringop-truncation -Wno-unused-but-set-variable -Werror" + CFLAGS="${CFLAGS} -Wall -Wno-stringop-truncation -Wno-unused-but-set-variable" @