From owner-svn-ports-all@freebsd.org Sun Nov 5 16:38:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1746CE37AD2; Sun, 5 Nov 2017 16:38:05 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8BC9193A; Sun, 5 Nov 2017 16:38:04 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA5Gc3KN058021; Sun, 5 Nov 2017 16:38:03 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA5Gc3CG058020; Sun, 5 Nov 2017 16:38:03 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201711051638.vA5Gc3CG058020@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 5 Nov 2017 16:38:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453550 - head/security/fastd-devel X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/fastd-devel X-SVN-Commit-Revision: 453550 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Nov 2017 16:38:05 -0000 Author: antoine Date: Sun Nov 5 16:38:03 2017 New Revision: 453550 URL: https://svnweb.freebsd.org/changeset/ports/453550 Log: 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 ^ 1 error generated. Reported by: pkg-fallout Modified: head/security/fastd-devel/Makefile Modified: head/security/fastd-devel/Makefile ============================================================================== --- head/security/fastd-devel/Makefile Sun Nov 5 15:27:59 2017 (r453549) +++ head/security/fastd-devel/Makefile Sun Nov 5 16:38:03 2017 (r453550) @@ -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