svn commit: r462274 - head/security/fastd

Mark Linimon linimon at FreeBSD.org
Mon Feb 19 04:01:50 UTC 2018


Author: linimon
Date: Mon Feb 19 04:01:49 2018
New Revision: 462274
URL: https://svnweb.freebsd.org/changeset/ports/462274

Log:
  On further checking, the error message is the same here as on the -devel port.

Modified:
  head/security/fastd/Makefile

Modified: head/security/fastd/Makefile
==============================================================================
--- head/security/fastd/Makefile	Mon Feb 19 03:59:26 2018	(r462273)
+++ head/security/fastd/Makefile	Mon Feb 19 04:01:49 2018	(r462274)
@@ -12,7 +12,7 @@ COMMENT=		Fast and Secure Tunnelling Daemon
 LICENSE=		BSD2CLAUSE
 LICENSE_FILE=		${WRKSRC}/COPYRIGHT
 
-BROKEN=			fails to build
+BROKEN=			fails to build: cipher_aes128_ctr_nacl.c:36:10: 'crypto_stream_aes128ctr.h' file not found
 
 LIB_DEPENDS=		libjson-c.so:devel/json-c       \
 			libsodium.so:security/libsodium \


More information about the svn-ports-head mailing list