head	1.2;
access;
symbols
	pkgsrc-2024Q3:1.1.0.38
	pkgsrc-2024Q3-base:1.1
	pkgsrc-2024Q2:1.1.0.36
	pkgsrc-2024Q2-base:1.1
	pkgsrc-2024Q1:1.1.0.34
	pkgsrc-2024Q1-base:1.1
	pkgsrc-2023Q4:1.1.0.32
	pkgsrc-2023Q4-base:1.1
	pkgsrc-2023Q3:1.1.0.30
	pkgsrc-2023Q3-base:1.1
	pkgsrc-2023Q2:1.1.0.28
	pkgsrc-2023Q2-base:1.1
	pkgsrc-2023Q1:1.1.0.26
	pkgsrc-2023Q1-base:1.1
	pkgsrc-2022Q4:1.1.0.24
	pkgsrc-2022Q4-base:1.1
	pkgsrc-2022Q3:1.1.0.22
	pkgsrc-2022Q3-base:1.1
	pkgsrc-2022Q2:1.1.0.20
	pkgsrc-2022Q2-base:1.1
	pkgsrc-2022Q1:1.1.0.18
	pkgsrc-2022Q1-base:1.1
	pkgsrc-2021Q4:1.1.0.16
	pkgsrc-2021Q4-base:1.1
	pkgsrc-2021Q3:1.1.0.14
	pkgsrc-2021Q3-base:1.1
	pkgsrc-2021Q2:1.1.0.12
	pkgsrc-2021Q2-base:1.1
	pkgsrc-2021Q1:1.1.0.10
	pkgsrc-2021Q1-base:1.1
	pkgsrc-2020Q4:1.1.0.8
	pkgsrc-2020Q4-base:1.1
	pkgsrc-2020Q3:1.1.0.6
	pkgsrc-2020Q3-base:1.1
	pkgsrc-2020Q2:1.1.0.4
	pkgsrc-2020Q2-base:1.1
	pkgsrc-2020Q1:1.1.0.2
	pkgsrc-2020Q1-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2024.10.13.22.13.03;	author mef;	state dead;
branches;
next	1.1;
commitid	iMok6GMzkZIkdytF;

1.1
date	2020.03.16.16.43.23;	author gdt;	state Exp;
branches;
next	;
commitid	XPtWYTdL1REx6E0C;


desc
@@


1.2
log
@(ham/trustedQSL) Updated 2.6.5 to 2.7.3

Release note may be found at:
 http://www.arrl.org/files/file/LoTW%20Instructions/TrustedQSL-2-7-3-release.pdf
@
text
@$NetBSD: patch-CMakeLists.txt,v 1.1 2020/03/16 16:43:23 gdt Exp $

Force off LMDB, because while we don't include the bl3, cmake finds it
anyway.

The general issue was mentioned to upstream, but as a change to lmdb
is likely, pkgsrc doesn't need this fixed.

--- CMakeLists.txt.orig	2019-11-14 02:17:06.000000000 +0000
+++ CMakeLists.txt
@@@@ -55,7 +55,9 @@@@ else()
 endif()
 
 # Prefer LMDB, fall back to BDB if that's not available
-find_package(LMDB)
+# pkgsrc: stay with BDB until upgrade issues are resolved.
+# (cmake finds lmdb even when not bl3'd)
+# find_package(LMDB)
 if(NOT LMDB_FOUND)
 	set (LMDB_LIBRARIES "")
 	find_package(BDB REQUIRED)
@


1.1
log
@ham/tqsl: Update to 2.5.1

Sign/upload of log tested on NetBSD 8 amd64.

Packaging changes:
  Change to wxGTK30, and don't use mk/wxGTK.mk
  Force off lmdb in tqsl's cmake

Upstream NEWS:

  localization

  Major feature Additions:

    Use an ARRL-supplied web service with ULS data to pre-fill station
    location information.

    Detect when the user runs TQSL “As Administrator” on Windows
    systems and warn that this is not recommended.

    The user is allowed to temporarily or permanently ignore that
    warning.TQSL no longer asks for passwords for callsign
    certificates when they are created.

    There is a preference setting to re-enable this if desired.

    When submitting requests for US 1x1 callsigns, which must always
    be a signed request, ensure that the flow properly marks the
    callsign as 1x1, and that the requester has a valid callsign
    certificate that can be used to sign that request.

  minor updates and bugfixes
@
text
@d1 1
a1 1
$NetBSD$
@

