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: Drop superceded patch.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b34e15443bda
branches: trunk
changeset: 458607:b34e15443bda
user: gdt <gdt%pkgsrc.org@localhost>
date: Sat Sep 18 15:11:32 2021 +0000
description:
ham/trustedQSL: Drop superceded patch.
The patch to add a NetBSD-specific accomoodation for PATH_MAX seems
not really right, as POSIX specifies limits.h. It is not necessary
for building, even if one removes upstream's workaround.
To be pointed out upstream, and we can re-remediate if necessary.
NFCI
diffstat:
ham/trustedQSL/distinfo | 3 +--
ham/trustedQSL/patches/patch-openssl__cert.cpp | 17 -----------------
2 files changed, 1 insertions(+), 19 deletions(-)
diffs (34 lines):
diff -r 229410fb4056 -r b34e15443bda ham/trustedQSL/distinfo
--- a/ham/trustedQSL/distinfo Sat Sep 18 15:05:08 2021 +0000
+++ b/ham/trustedQSL/distinfo Sat Sep 18 15:11:32 2021 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.21 2021/09/18 15:03:04 gdt Exp $
+$NetBSD: distinfo,v 1.22 2021/09/18 15:11:32 gdt Exp $
SHA1 (tqsl-2.5.7.tar.gz) = 49d718b76735906ee3e1a6bc86fc6f435687a993
RMD160 (tqsl-2.5.7.tar.gz) = a9c184ced044921002cfb749e604ac3f3a4b53ae
SHA512 (tqsl-2.5.7.tar.gz) = 8ce29ce1a4905590250037e9487fac6db2be590b0406b2c0452b533c28d2c7b804d26b4879b065a99670c24124ff6bdfad1c24c099a75237e5013b7b5bd8470d
Size (tqsl-2.5.7.tar.gz) = 3526972 bytes
SHA1 (patch-CMakeLists.txt) = db7383ea82b2cb05abfcd61430c68c90bca1b81b
-SHA1 (patch-openssl__cert.cpp) = abc51ce42a1d636f6cd46f289b4cf4c3b2243709
diff -r 229410fb4056 -r b34e15443bda ham/trustedQSL/patches/patch-openssl__cert.cpp
--- a/ham/trustedQSL/patches/patch-openssl__cert.cpp Sat Sep 18 15:05:08 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-openssl__cert.cpp,v 1.2 2021/09/18 15:03:04 gdt Exp $
-
-\todo Figure out why this is needed, as PATH_MAX is specified by POSIX
-to be defined by <limits.h>.
-
---- src/openssl_cert.cpp.orig 2015-09-20 09:15:24.000000000 +0900
-+++ src/openssl_cert.cpp 2015-10-11 01:10:26.000000000 +0900
-@@ -131,6 +131,9 @@
-
- #define TQSLLIB_DEF
-
-+#ifdef __NetBSD__
-+# include "sys/syslimits.h"
-+#endif
-
- #include <sys/stat.h>
- #include <sys/types.h>
Home |
Main Index |
Thread Index |
Old Index