Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2018 03:59:25 +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: r462272 - head/security/fastd-devel
Message-ID:  <201802190359.w1J3xPdP090557@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Feb 19 03:59:25 2018
New Revision: 462272
URL: https://svnweb.freebsd.org/changeset/ports/462272

Log:
  Give this a more descriptive error message.

Modified:
  head/security/fastd-devel/Makefile

Modified: head/security/fastd-devel/Makefile
==============================================================================
--- head/security/fastd-devel/Makefile	Mon Feb 19 03:51:53 2018	(r462271)
+++ head/security/fastd-devel/Makefile	Mon Feb 19 03:59:25 2018	(r462272)
@@ -14,7 +14,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?201802190359.w1J3xPdP090557>