pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/ham/trustedQSL ham/trustedQSL: Update to 2.5.8 and rat...
details: https://anonhg.NetBSD.org/pkgsrc/rev/69c3ba32ce5f
branches: trunk
changeset: 768736:69c3ba32ce5f
user: gdt <gdt%pkgsrc.org@localhost>
date: Sun Oct 31 23:43:41 2021 +0000
description:
ham/trustedQSL: Update to 2.5.8 and rationalize cmake usage
Drop an explicit do-configure in favor of what is now the built-in
standard approach. This resolves failure to use RELRO. It remains to
clean up the cmake variable defiitions; this is more of a mechanical
translation of the old form to the new.
Upstream changes: there is no news, but the changes are expected to be
bugfixes and minor improvements.
diffstat:
ham/trustedQSL/Makefile | 31 +++++++++++--------------------
ham/trustedQSL/distinfo | 8 ++++----
2 files changed, 15 insertions(+), 24 deletions(-)
diffs (63 lines):
diff -r a4445ab48608 -r 69c3ba32ce5f ham/trustedQSL/Makefile
--- a/ham/trustedQSL/Makefile Sun Oct 31 23:05:47 2021 +0000
+++ b/ham/trustedQSL/Makefile Sun Oct 31 23:43:41 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2021/09/29 19:00:50 adam Exp $
+# $NetBSD: Makefile,v 1.58 2021/10/31 23:43:41 gdt Exp $
-DISTNAME= tqsl-2.5.7
-PKGREVISION= 1
+DISTNAME= tqsl-2.5.8
CATEGORIES= ham
MASTER_SITES= http://www.arrl.org/files/file/LoTW%20Instructions/
@@ -20,26 +19,18 @@
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.
-
CHECK_PORTABILITY_SKIP+= osx_createdmg.sh
-do-configure:
- (cd ${WRKSRC} ; \
- cmake \
- -DBDB_PREFIX=${PREFIX} \
- -DBDB_INCLUDE_DIR=${PREFIX}/include/db5 \
- -DCMAKE_BUILD_WITH_INSTALL_RPATH=TRUE \
- -DCMAKE_INSTALL_PREFIX=${PREFIX} \
- -DCMAKE_INSTALL_RPATH=${PREFIX}/lib \
- -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=FALSE \
- -DCMAKE_INSTALL_MANDIR:PATH=${PKGMANDIR} \
- .)
+# \todo Check/rationalize
+CMAKE_ARGS+= -DBDB_PREFIX=${PREFIX}
+CMAKE_ARGS+= -DBDB_INCLUDE_DIR=${PREFIX}/include/db5
+CMAKE_ARGS+= -DCMAKE_BUILD_WITH_INSTALL_RPATH=TRUE
+CMAKE_ARGS+= -DCMAKE_INSTALL_PREFIX=${PREFIX}
+CMAKE_ARGS+= -DCMAKE_INSTALL_RPATH=${PREFIX}/lib
+CMAKE_ARGS+= -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=FALSE
+CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR:PATH=${PKGMANDIR}
+# \todo Move to doc
post-install:
(cd ${WRKSRC} ;\
${INSTALL_DATA} LICENSE.txt ${DESTDIR}${PREFIX}/share/TrustedQSL/ \
diff -r a4445ab48608 -r 69c3ba32ce5f ham/trustedQSL/distinfo
--- a/ham/trustedQSL/distinfo Sun Oct 31 23:05:47 2021 +0000
+++ b/ham/trustedQSL/distinfo Sun Oct 31 23:43:41 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2021/10/26 10:48:40 nia Exp $
+$NetBSD: distinfo,v 1.25 2021/10/31 23:43:41 gdt Exp $
-BLAKE2s (tqsl-2.5.7.tar.gz) = 83d05c21ec16fbc1bf8314efa5189e926c1847ece1d6c96324a788f039fbe9f3
-SHA512 (tqsl-2.5.7.tar.gz) = 8ce29ce1a4905590250037e9487fac6db2be590b0406b2c0452b533c28d2c7b804d26b4879b065a99670c24124ff6bdfad1c24c099a75237e5013b7b5bd8470d
-Size (tqsl-2.5.7.tar.gz) = 3526972 bytes
+BLAKE2s (tqsl-2.5.8.tar.gz) = fa297a4ae072ef3dc251bbd7535482a3b708f55b89514513bb5397b67d2eea01
+SHA512 (tqsl-2.5.8.tar.gz) = 074fa76bd751be47a1ea9f42114095b26fb6cae4b3b13f432acffcb6226addfe68c5f8d503e08fb3ed5528c58bb9bc7b6b9d31a93869f6bf1307e63b77ffc0a0
+Size (tqsl-2.5.8.tar.gz) = 3627481 bytes
SHA1 (patch-CMakeLists.txt) = db7383ea82b2cb05abfcd61430c68c90bca1b81b
Home |
Main Index |
Thread Index |
Old Index