diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-02-24 23:43:34 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-02-24 23:43:34 +0800 |
commit | 86221eab04f49ede16b438fe987d5080ff74d700 (patch) | |
tree | 049051b5a5aefdf659c56b13959d03c4ae1e63c8 /security | |
parent | dc79b038e46767ff46eaae24a2bf57173aeb5d95 (diff) | |
download | freebsd-ports-gnome-86221eab04f49ede16b438fe987d5080ff74d700.tar.gz freebsd-ports-gnome-86221eab04f49ede16b438fe987d5080ff74d700.tar.zst freebsd-ports-gnome-86221eab04f49ede16b438fe987d5080ff74d700.zip |
security/wolfssl: Fix QA issues
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: %%DOCSDIR%%/README.txt
Error: Missing: %%DOCSDIR%%/example/client.c
Error: Missing: %%DOCSDIR%%/example/echoclient.c
Error: Missing: %%DOCSDIR%%/example/echoserver.c
Error: Missing: %%DOCSDIR%%/example/sctp-client-dtls.c
Error: Missing: %%DOCSDIR%%/example/sctp-client.c
Error: Missing: %%DOCSDIR%%/example/sctp-server-dtls.c
Error: Missing: %%DOCSDIR%%/example/sctp-server.c
Error: Missing: %%DOCSDIR%%/example/server.c
Error: Missing: %%DOCSDIR%%/example/tls_bench.c
Error: Missing: %%DOCSDIR%%/taoCert.txt
===> Error: Plist issues found.
*** Error code 1
Stop.
make: stopped in /usr/ports/security/wolfssl
=>> Error: check-plist failures detected
=>> Checking for staging violations... done
=======================<phase: package >============================
===> Building package for wolfssl-4.6.0_1
pkg-static: duplicate file listing: /usr/local/share/doc/wolfssl/README.txt, fatal (developer mode)
pkg-static: duplicate file listing: /usr/local/share/doc/wolfssl/example/tls_bench.c, fatal (developer mode)
pkg-static: duplicate file listing: /usr/local/share/doc/wolfssl/example/sctp-server.c, fatal (developer mode)
pkg-static: duplicate file listing: /usr/local/share/doc/wolfssl/example/echoserver.c, fatal (developer mode)
pkg-static: duplicate file listing: /usr/local/share/doc/wolfssl/example/sctp-client-dtls.c, fatal (developer mode)
pkg-static: duplicate file listing: /usr/local/share/doc/wolfssl/example/sctp-server-dtls.c, fatal (developer mode)
pkg-static: duplicate file listing: /usr/local/share/doc/wolfssl/example/echoclient.c, fatal (developer mode)
pkg-static: duplicate file listing: /usr/local/share/doc/wolfssl/example/client.c, fatal (developer mode)
pkg-static: duplicate file listing: /usr/local/share/doc/wolfssl/example/server.c, fatal (developer mode)
pkg-static: duplicate file listing: /usr/local/share/doc/wolfssl/example/sctp-client.c, fatal (developer mode)
pkg-static: duplicate file listing: /usr/local/share/doc/wolfssl/taoCert.txt, fatal (developer mode)
http://package21.nyi.freebsd.org/data/114amd64-default-qat/566258/logs/errors/wolfssl-4.6.0_1.log
Diffstat (limited to 'security')
-rw-r--r-- | security/wolfssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/wolfssl/Makefile b/security/wolfssl/Makefile index 44f2dcec8b11..e41e7ce7a8e0 100644 --- a/security/wolfssl/Makefile +++ b/security/wolfssl/Makefile @@ -39,7 +39,7 @@ CONFIGURE_ARGS= --disable-dependency-tracking \ --enable-tls13-draft18 TEST_TARGET= check CFLAGS+= -DWOLFSSL_ALT_NAMES -PORTDOCS= * + OPTIONS_DEFINE= DEBUG DOCS DEBUG_CONFIGURE_ON= --enable-debug |