svn commit: r453533 - head/security/fastd

Antoine Brodin antoine at FreeBSD.org
Sun Nov 5 09:46:58 UTC 2017


Author: antoine
Date: Sun Nov  5 09:46:57 2017
New Revision: 453533
URL: https://svnweb.freebsd.org/changeset/ports/453533

Log:
  Mark BROKEN: fails to build
  
  /usr/bin/cc -D_GNU_SOURCE -D__APPLE_USE_RFC_3542 -I/wrkdirs/usr/ports/security/fastd/work/fastd-18 -Igen -I/usr/local/include -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/ports/security/fastd/work/fastd-18/src/crypto/cipher/aes128_ctr/nacl/cipher_aes128_ctr_nacl.c
  /wrkdirs/usr/ports/security/fastd/work/fastd-18/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

Modified:
  head/security/fastd/Makefile

Modified: head/security/fastd/Makefile
==============================================================================
--- head/security/fastd/Makefile	Sun Nov  5 09:45:06 2017	(r453532)
+++ head/security/fastd/Makefile	Sun Nov  5 09:46:57 2017	(r453533)
@@ -12,6 +12,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


More information about the svn-ports-all mailing list