summaryrefslogtreecommitdiff
path: root/ham/trustedQSL/patches
diff options
context:
space:
mode:
authormef <mef>2013-09-24 11:16:04 +0000
committermef <mef>2013-09-24 11:16:04 +0000
commit2293d5476f6cefd7f6a938233b662a9b9abd79cd (patch)
treee3849fe6e9fde114f5fa79f4f0dcca3d57fa050a /ham/trustedQSL/patches
parentf50a5c75f45ff7c8720ee7bbdf9712bb05f3d588 (diff)
downloadpkgsrc-2293d5476f6cefd7f6a938233b662a9b9abd79cd.tar.gz
Bump tqsl-2.0rc5 to 2.0rc6.
Proposed at tech-pkg@ and supported by gdt@, thanks. ---------------------- Date: Saturday, September 21, 2013 8:32 PM Subject: TQSL-2.0-RC6 Public release available There's a new TQSL beta test release available for download. This release corrects the following defects discovered since TQSL 2.0-RC5 (as well as severl enhancements). Strip leading spaces and trailing spaces from station locations passed on the command line to help correct for common user errors. Display LoTW errors returned when a callsign certificate request fails for some reason. Record multiple outstanding certificate requests and delete the pending status if the user deletes the corresponding callsign certificate. Remove an errant "M" on the certificate request signing page. Properly wrap the text on that page for MacOS. The TQSL version number is always displayed for command line usage unless "-n" (check for new TQSL, configuration and program updates) is used. Added a new icon for TQSL contributed by K1GQ. The default shortcut icon has not changed, but the new icon is available for selection. Display an error when the TQSL configuration files (station locations, callsign certificates, etc.) can't be opened. All earlier versions of TQSL ignored these errors and started up with no callsign certificates or station locations defined. When a user selects a callsign in the Station Location window then clicked on "Create new Station Location", the DXCC entity in the station location wizard used the entity of the first callsign, not the selected callsign. The station location editor no longer shows multiple entries with the same DXCC entity in the entity selection pulldown list when there are multiple callsign certificates for a given callsign.
Diffstat (limited to 'ham/trustedQSL/patches')
-rw-r--r--ham/trustedQSL/patches/patch-apps_CMakeLists.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/ham/trustedQSL/patches/patch-apps_CMakeLists.txt b/ham/trustedQSL/patches/patch-apps_CMakeLists.txt
index abc39e25840..46f05292bb8 100644
--- a/ham/trustedQSL/patches/patch-apps_CMakeLists.txt
+++ b/ham/trustedQSL/patches/patch-apps_CMakeLists.txt
@@ -1,10 +1,10 @@
-$NetBSD: patch-apps_CMakeLists.txt,v 1.1 2013/09/13 08:45:52 mef Exp $
+$NetBSD: patch-apps_CMakeLists.txt,v 1.2 2013/09/24 11:16:04 mef Exp $
(1) Avoid ${WRKSRC} included in RPATH.
(2) WARN: PLIST:105: Man pages should be installed into man/, not share/man/.
---- apps/CMakeLists.txt.orig 2013-09-03 04:17:12.000000000 +0900
-+++ apps/CMakeLists.txt 2013-09-09 11:05:07.000000000 +0900
+--- apps/CMakeLists.txt.orig 2013-09-22 00:44:59.000000000 +0900
++++ apps/CMakeLists.txt 2013-09-22 15:44:50.000000000 +0900
@@ -93,8 +93,8 @@ set(TQSL_RCFILE ${OSX_ICONFILE})
endif()
@@ -16,10 +16,11 @@ $NetBSD: patch-apps_CMakeLists.txt,v 1.1 2013/09/13 08:45:52 mef Exp $
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
endif()
-@@ -121,5 +121,5 @@ if(NOT APPLE AND NOT WIN32)
+@@ -121,6 +121,6 @@ if(NOT APPLE AND NOT WIN32)
add_definitions("-DCONFDIR=\"${CMAKE_INSTALL_PREFIX}/share/TrustedQSL/\"")
install(TARGETS tqsl DESTINATION bin)
install(DIRECTORY help DESTINATION share/TrustedQSL)
-install(FILES tqsl.5 DESTINATION share/man/man5)
+install(FILES tqsl.5 DESTINATION man/man5)
+ install(FILES icons/key48.png DESTINATION share/pixmaps RENAME TrustedQSL.png)
endif()