2021-04-21 15:24:06 +02:00
|
|
|
# $NetBSD: Makefile,v 1.53 2021/04/21 13:24:53 adam Exp $
|
2013-09-13 10:45:52 +02:00
|
|
|
|
2020-03-16 17:43:22 +01:00
|
|
|
DISTNAME= tqsl-2.5.1
|
2021-04-21 15:24:06 +02:00
|
|
|
PKGREVISION= 6
|
2013-09-13 10:45:52 +02:00
|
|
|
CATEGORIES= ham
|
2019-10-26 13:06:22 +02:00
|
|
|
MASTER_SITES= http://www.arrl.org/files/file/LoTW%20Instructions/
|
2013-09-13 10:45:52 +02:00
|
|
|
|
|
|
|
MAINTAINER= makoto@ki.nu
|
2019-10-26 13:06:22 +02:00
|
|
|
HOMEPAGE= http://www.arrl.org/quick-start-tqsl
|
2013-09-13 10:45:52 +02:00
|
|
|
COMMENT= TrustedQSL, uploading QSL Data to LoTW of ARRL
|
2013-09-13 16:18:36 +02:00
|
|
|
LICENSE= arrl-license
|
2013-09-13 10:45:52 +02:00
|
|
|
|
2013-12-06 06:52:42 +01:00
|
|
|
# A macro _S in /usr/include/ctype.h conflicts with one in apps/tqsltrace.h
|
|
|
|
# NOT_FOR_PLATFORM+= NetBSD-5.*
|
|
|
|
|
2013-09-13 10:45:52 +02:00
|
|
|
USE_TOOLS+= perl gmake cmake
|
2019-05-13 02:21:34 +02:00
|
|
|
# \todo tqsl is not documented to require c++11, but uses c++11 constructs
|
|
|
|
# \todo tqsl does not add --std=c++11
|
|
|
|
USE_LANGUAGES+= c c++11
|
2013-09-13 10:45:52 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_CMAKE= yes
|
|
|
|
|
|
|
|
# There is an unresolved build failure, where -R for /usr/pkg/lib does
|
|
|
|
# not precede /usr/X11R7/lib, and on a netbsd-5 system with base xorg,
|
|
|
|
# an old version of pixman is found by the pkgsrc cairo. The root
|
|
|
|
# cause (aside from having two pixman versions installed) is ad hoc -L
|
|
|
|
# usage in Makefile.am, without matching -R.
|
|
|
|
|
2020-03-16 17:43:22 +01:00
|
|
|
# Filed upstream by email 20200314.
|
Updated ham/trusted-QSL (tqsl) to 2.3.1
Trusted QSL V2.3.1 Release Notes
This version of Trusted QSL (TQSL) has new features as well as
corrections for defects found since TQSL 2.3 was
released. This release also includes an update to the most
recent TQSL configuration file.
TQSL 2.3.1 can be installed to upgrade any older version of TQSL.
On all three supported platforms (Windows, MacOS, and Linux),
installing TQSL 2.3.1 will replace older versions of Trusted
QSL while preserving your Callsign Certificates, Station
Locations, and preferences. On Windows, simply run the TQSL
2.3.1 installer, which will automatically uninstall older
versions of TQSL (and, if installed, TQSLCert). On Mac OS X,
open the disk image (.dmg) file and drag the “Trusted QSL”
folder to your Applications folder. Direct the installer to
“Replace All”, which will uninstall old files. For Linux
systems, unpack the tar file and read the INSTALL file for
directions.
TQSL 2.3 has been “localized” to allow use in the native
language of non-English speakers. This could not have been
done without the help of the volunteers who have contributed
translations for TQSL. Thanks to the following for their
assistance:
Chinese: Caros, BH4TXN
Finnish: Juhani, OH8MXL
German: Andreas DF4WC
Italian: Salvatore IV4FYV
Japanese: Akihiro JL3OXR
Portuguese: Nuno CT2IRY
Russian: Vic US5WE
Spanish: Jordi EA3GCV
The following list describes the major changes in the v2.3.1 release of Trusted QSL.
TQSL changes
Defects Corrected:
- Added 'Saving QSOs' to the messages to be translated.
- When renewing a callsign certificate and backing up to
earlier pages in the wizard, TQSL could display an unexpected
page for selecting the certificate type, which is not needed
for renewals. TQSL will no longer display the unexpected page.
- When editing an ADIF file that has an invalid mode setting,
TQSL now notifies the user that the mode is being ignored.
- For Unix systems, fix a defect that could cause the password
prompt to not appear when the system has built the wxWidgets
system with debug assertions enabled.
- Correct the invocation of the Windows Installer when an
update is available.
- Correct the counts reported when duplicate QSOs are found
along with QSOs with other errors.
- Fix formatting of the messages that appear when QSOs change
values in the station location for duplicate QSOs.
- Correct improperly formatted frequencies from ADIF files
(values like '7.010.20') to remove the extra periods.
- Revert the change that stripped spaces in the TQSL
configuration file as that caused newlines to be removed in
places like the station_data file.
- Fix "OpenSSL error - bad end line" by ensuring that there's
always a newline starting a new certificate.
Feature Additions:
- Add Finnish translation from Juhani, OH8MXL.
- Add the ADIF satellite name to the pulldown menu in the ADIF
editor to allow satellites to be more easily looked up.
- Allow 'LIGHT' in a Cabrillo file to represent 300 GHz and above.
- Allow TQSL to build against OpenSSL 1.1.0.
- Add the ability to pull DXCC Entity valid date ranges from the TQSL configuration file.
Reinstalling TQSL 2.3
Downgrading to TQSL 2.3 can be seamlessly performed by
uninstalling TQSL 2.3.1 and reinstalling TQSL 2.3.
2018-03-17 03:45:05 +01:00
|
|
|
# remove the string $(LIB_SUFFIX), tested with NetBSD at least
|
2019-11-03 20:32:06 +01:00
|
|
|
SUBST_CLASSES+= lib-suffix
|
|
|
|
SUBST_MESSAGE.lib-suffix= Removing $$(LIB_SUFFIX) from src/CMakeLists.txt
|
|
|
|
SUBST_STAGE.lib-suffix= pre-configure
|
|
|
|
SUBST_FILES.lib-suffix= src/CMakeLists.txt
|
2020-05-16 16:26:53 +02:00
|
|
|
SUBST_SED.lib-suffix= -e s/\$${\LIB_SUFFIX\}//
|
Updated ham/trusted-QSL (tqsl) to 2.3.1
Trusted QSL V2.3.1 Release Notes
This version of Trusted QSL (TQSL) has new features as well as
corrections for defects found since TQSL 2.3 was
released. This release also includes an update to the most
recent TQSL configuration file.
TQSL 2.3.1 can be installed to upgrade any older version of TQSL.
On all three supported platforms (Windows, MacOS, and Linux),
installing TQSL 2.3.1 will replace older versions of Trusted
QSL while preserving your Callsign Certificates, Station
Locations, and preferences. On Windows, simply run the TQSL
2.3.1 installer, which will automatically uninstall older
versions of TQSL (and, if installed, TQSLCert). On Mac OS X,
open the disk image (.dmg) file and drag the “Trusted QSL”
folder to your Applications folder. Direct the installer to
“Replace All”, which will uninstall old files. For Linux
systems, unpack the tar file and read the INSTALL file for
directions.
TQSL 2.3 has been “localized” to allow use in the native
language of non-English speakers. This could not have been
done without the help of the volunteers who have contributed
translations for TQSL. Thanks to the following for their
assistance:
Chinese: Caros, BH4TXN
Finnish: Juhani, OH8MXL
German: Andreas DF4WC
Italian: Salvatore IV4FYV
Japanese: Akihiro JL3OXR
Portuguese: Nuno CT2IRY
Russian: Vic US5WE
Spanish: Jordi EA3GCV
The following list describes the major changes in the v2.3.1 release of Trusted QSL.
TQSL changes
Defects Corrected:
- Added 'Saving QSOs' to the messages to be translated.
- When renewing a callsign certificate and backing up to
earlier pages in the wizard, TQSL could display an unexpected
page for selecting the certificate type, which is not needed
for renewals. TQSL will no longer display the unexpected page.
- When editing an ADIF file that has an invalid mode setting,
TQSL now notifies the user that the mode is being ignored.
- For Unix systems, fix a defect that could cause the password
prompt to not appear when the system has built the wxWidgets
system with debug assertions enabled.
- Correct the invocation of the Windows Installer when an
update is available.
- Correct the counts reported when duplicate QSOs are found
along with QSOs with other errors.
- Fix formatting of the messages that appear when QSOs change
values in the station location for duplicate QSOs.
- Correct improperly formatted frequencies from ADIF files
(values like '7.010.20') to remove the extra periods.
- Revert the change that stripped spaces in the TQSL
configuration file as that caused newlines to be removed in
places like the station_data file.
- Fix "OpenSSL error - bad end line" by ensuring that there's
always a newline starting a new certificate.
Feature Additions:
- Add Finnish translation from Juhani, OH8MXL.
- Add the ADIF satellite name to the pulldown menu in the ADIF
editor to allow satellites to be more easily looked up.
- Allow 'LIGHT' in a Cabrillo file to represent 300 GHz and above.
- Allow TQSL to build against OpenSSL 1.1.0.
- Add the ability to pull DXCC Entity valid date ranges from the TQSL configuration file.
Reinstalling TQSL 2.3
Downgrading to TQSL 2.3 can be seamlessly performed by
uninstalling TQSL 2.3.1 and reinstalling TQSL 2.3.
2018-03-17 03:45:05 +01:00
|
|
|
|
2013-09-13 10:45:52 +02:00
|
|
|
do-configure:
|
2016-04-21 14:26:19 +02:00
|
|
|
(cd ${WRKSRC} ; \
|
2013-09-13 10:45:52 +02:00
|
|
|
cmake \
|
|
|
|
-DBDB_PREFIX=${PREFIX} \
|
2013-12-06 06:52:42 +01:00
|
|
|
-DBDB_INCLUDE_DIR=${PREFIX}/include \
|
2013-09-13 10:45:52 +02:00
|
|
|
-DCMAKE_BUILD_WITH_INSTALL_RPATH=TRUE \
|
|
|
|
-DCMAKE_INSTALL_PREFIX=${PREFIX} \
|
|
|
|
-DCMAKE_INSTALL_RPATH=${PREFIX}/lib \
|
|
|
|
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=FALSE \
|
2016-04-21 14:26:19 +02:00
|
|
|
-DCMAKE_INSTALL_MANDIR:PATH=${PKGMANDIR} \
|
2013-09-13 10:45:52 +02:00
|
|
|
.)
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
(cd ${WRKSRC} ;\
|
|
|
|
${INSTALL_DATA} LICENSE.txt ${DESTDIR}${PREFIX}/share/TrustedQSL/ \
|
|
|
|
)
|
2015-10-11 04:59:07 +02:00
|
|
|
|
2020-03-16 17:43:22 +01:00
|
|
|
# \todo Perhaps change to lmdb, and (unlikely) consider an option.
|
2013-09-13 10:45:52 +02:00
|
|
|
.include "../../databases/db5/buildlink3.mk"
|
2020-03-16 17:43:22 +01:00
|
|
|
#.include "../../databases/lmdb/buildlink3.mk"
|
2013-09-13 10:45:52 +02:00
|
|
|
|
2020-03-16 17:43:22 +01:00
|
|
|
.include "../../textproc/expat/buildlink3.mk"
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
|
|
.include "../../www/curl/buildlink3.mk"
|
|
|
|
# Upstream uses wxGTK28 on Windows because it has accessibility patches, but
|
|
|
|
# 30 is newer.
|
|
|
|
.include "../../x11/wxGTK30/buildlink3.mk"
|
2013-09-13 10:45:52 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|