summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2021-09-18 15:11:32 +0000
committergdt <gdt@pkgsrc.org>2021-09-18 15:11:32 +0000
commite386cd3612ec6c11265df4639f6c12ea41ceaaf5 (patch)
tree84f15a86c68ba589e242013150a475be1ac2b55f /ham
parentba3d710710df8c1fa43afaf10e0c65ca46159430 (diff)
downloadpkgsrc-e386cd3612ec6c11265df4639f6c12ea41ceaaf5.tar.gz
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 (limited to 'ham')
-rw-r--r--ham/trustedQSL/distinfo3
-rw-r--r--ham/trustedQSL/patches/patch-openssl__cert.cpp17
2 files changed, 1 insertions, 19 deletions
diff --git a/ham/trustedQSL/distinfo b/ham/trustedQSL/distinfo
index 49afa0efba1..ae3b5761722 100644
--- a/ham/trustedQSL/distinfo
+++ b/ham/trustedQSL/distinfo
@@ -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 --git a/ham/trustedQSL/patches/patch-openssl__cert.cpp b/ham/trustedQSL/patches/patch-openssl__cert.cpp
deleted file mode 100644
index 0db5755d7ff..00000000000
--- a/ham/trustedQSL/patches/patch-openssl__cert.cpp
+++ /dev/null
@@ -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>