pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/ham/trustedQSL ham/tqsl: Require C++11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5f776b75ea9
branches:  trunk
changeset: 333731:c5f776b75ea9
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon May 13 00:21:34 2019 +0000

description:
ham/tqsl: Require C++11

While the package is not documented to use C++11, it uses std::string
constructs added in C++11, and fails compilation with g++ 5.5.0
without --std=c++11.  Add todo markings to file upstream bugs;
upstream does not adequately document prereqs.

diffstat:

 ham/trustedQSL/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r fe9f65333a58 -r c5f776b75ea9 ham/trustedQSL/Makefile
--- a/ham/trustedQSL/Makefile   Sun May 12 19:21:17 2019 +0000
+++ b/ham/trustedQSL/Makefile   Mon May 13 00:21:34 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2019/04/30 13:22:09 mef Exp $
+# $NetBSD: Makefile,v 1.37 2019/05/13 00:21:34 gdt Exp $
 
 DISTNAME=              tqsl-2.4.2
+PKGREVISION=           1
 CATEGORIES=            ham
 MASTER_SITES=          https://sourceforge.net/projects/trustedqsl/files/TrustedQSL/v${PKGVERSION_NOREV}/
 
@@ -13,7 +14,9 @@
 # NOT_FOR_PLATFORM+=   NetBSD-5.*
 
 USE_TOOLS+=            perl gmake cmake
-USE_LANGUAGES+=                c c++
+# \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
 USE_LIBTOOL=           yes
 USE_CMAKE=             yes
 



Home | Main Index | Thread Index | Old Index