Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2018 04:01:49 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462274 - head/security/fastd
Message-ID:  <201802190401.w1J41nTr095009@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802190401.w1J41nTr095009>