diff options
author | antoine <antoine@FreeBSD.org> | 2017-11-06 00:38:03 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-11-06 00:38:03 +0800 |
commit | 17183152fa6f1a2c0cdc495542c4396c9f856978 (patch) | |
tree | 8f743f30d9a229cd02b08bd4ea0ba612482698dd | |
parent | 6b02cd921249ba302d0a9b5a8b88a1d505105ba7 (diff) | |
download | freebsd-ports-gnome-17183152fa6f1a2c0cdc495542c4396c9f856978.tar.gz freebsd-ports-gnome-17183152fa6f1a2c0cdc495542c4396c9f856978.tar.zst freebsd-ports-gnome-17183152fa6f1a2c0cdc495542c4396c9f856978.zip |
Mark BROKEN: fails to build
/usr/bin/cc -D_GNU_SOURCE -D__APPLE_USE_RFC_3542 -I/wrkdirs/usr/ports/security/fastd-devel/work/999b87b80302dbc14e23ef3dff187b9
1dae7fab5 -Igen -I/usr/local/include/sodium -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -pipe -fstack-protector -fno
-strict-aliasing -pthread -std=c99 -Wall -MD -MT src/crypto/cipher/aes128_ctr/nacl/CMakeFiles/cipher_aes128_ctr_nacl.dir/
cipher_aes128_ctr_nacl.c.o -MF src/crypto/cipher/aes128_ctr/nacl/CMakeFiles/cipher_aes128_ctr_nacl.dir/cipher_aes128_ctr_nacl.c
.o.d -o src/crypto/cipher/aes128_ctr/nacl/CMakeFiles/cipher_aes128_ctr_nacl.dir/cipher_aes128_ctr_nacl.c.o -c /wrkdirs/usr/po
rts/security/fastd-devel/work/999b87b80302dbc14e23ef3dff187b91dae7fab5/src/crypto/cipher/aes128_ctr/nacl/cipher_aes128_ctr_nacl
.c
/wrkdirs/usr/ports/security/fastd-devel/work/999b87b80302dbc14e23ef3dff187b91dae7fab5/src/crypto/cipher/aes128_ctr/nacl/cipher_
aes128_ctr_nacl.c:36:10: fatal error: 'crypto_stream_aes128ctr.h' file not found
#include <crypto_stream_aes128ctr.h>
^
1 error generated.
Reported by: pkg-fallout
-rw-r--r-- | security/fastd-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/fastd-devel/Makefile b/security/fastd-devel/Makefile index b85285f3a8d9..59dbbe0378d1 100644 --- a/security/fastd-devel/Makefile +++ b/security/fastd-devel/Makefile @@ -14,6 +14,8 @@ COMMENT= Fast and Secure Tunnelling Daemon LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT +BROKEN= fails to build + LIB_DEPENDS= libjson-c.so:devel/json-c \ libsodium.so:security/libsodium \ libuecc.so:security/libuecc |