pkgsrc-WIP-changes archive

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

wolfssl: Removes the redundant USE_TOOLS.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Mon Jan 27 18:28:26 2020 -0500
Changeset:	3490262c02212938e1d848f8549f10133810eeee

Modified Files:
	wolfssl/Makefile
	wolfssl/TODO

Log Message:
wolfssl: Removes the redundant USE_TOOLS.

- Updates the TODO on the failing tests.

Thanks leot@ and kamil@

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3490262c02212938e1d848f8549f10133810eeee

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 wolfssl/Makefile | 1 -
 wolfssl/TODO     | 4 ++++
 2 files changed, 4 insertions(+), 1 deletion(-)

diffs:
diff --git a/wolfssl/Makefile b/wolfssl/Makefile
index 4626c17281..20ad54e531 100644
--- a/wolfssl/Makefile
+++ b/wolfssl/Makefile
@@ -34,7 +34,6 @@ CONFIGURE_ARGS+=	--enable-tls13-draft28
 
 PKGCONFIG_OVERRIDE+=	support/wolfssl.pc.in
 
-USE_TOOLS+=	gawk gmake pkg-config zip
 USE_LIBTOOL=	yes
 
 TEST_TARGET=	check
diff --git a/wolfssl/TODO b/wolfssl/TODO
index 4f3173678a..ace78ed60c 100644
--- a/wolfssl/TODO
+++ b/wolfssl/TODO
@@ -4,3 +4,7 @@ At least on NetBSD/amd64 9.99.17 the test suite fails due
  mutex    test failed!
   error = -9906
  FAIL testsuite/testsuite.test (exit status: 255)
+
+This seems to be an issue with mismatch of linux vs netbsd pthread API.
+
+https://netbsd.org/~kamil/patch-00217-check-alive-mutex.txt


Home | Main Index | Thread Index | Old Index