From owner-svn-ports-head@freebsd.org Thu Dec 14 06:59:15 2017 Return-Path: Delivered-To: svn-ports-head@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 1BA76E98F5B; Thu, 14 Dec 2017 06:59:15 +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 DC5A5774D6; Thu, 14 Dec 2017 06:59:14 +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 vBE6xEto020153; Thu, 14 Dec 2017 06:59:14 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBE6xEbD020152; Thu, 14 Dec 2017 06:59:14 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201712140659.vBE6xEbD020152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 14 Dec 2017 06:59:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456279 - head/www/ocaml-net X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/www/ocaml-net X-SVN-Commit-Revision: 456279 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2017 06:59:15 -0000 Author: antoine Date: Thu Dec 14 06:59:13 2017 New Revision: 456279 URL: https://svnweb.freebsd.org/changeset/ports/456279 Log: Mark BROKEN: fails to build ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" -I/usr/local/include -I/usr/local/include/p11-kit-1 -I/usr/local/include nettls_nettle_bindings_stubs.c + cc -O2 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -O2 -pipe -fno-strict-aliasing -fPIC -c -O -g -I/usr/local/include -I/usr/local/include/p11-kit-1 -I/usr/local/include -I'/usr/local/lib/ocaml' 'nettls_nettle_bindings_stubs.c' nettls_nettle_bindings_stubs.c:120:36: error: function cannot return array type 'const struct nettle_cipher *const []' const struct nettle_cipher * const nettle_ciphers[] = { ^ /usr/local/include/nettle/nettle-meta.h:75:43: note: expanded from macro 'nettle_ciphers' #define nettle_ciphers (nettle_get_ciphers()) ^ nettls_nettle_bindings_stubs.c:359:34: error: function cannot return array type 'const struct nettle_hash *const []' const struct nettle_hash * const nettle_hashes[] = { ^ /usr/local/include/nettle/nettle-meta.h:140:41: note: expanded from macro 'nettle_hashes' #define nettle_hashes (nettle_get_hashes()) ^ Reported by: pkg-fallout Modified: head/www/ocaml-net/Makefile Modified: head/www/ocaml-net/Makefile ============================================================================== --- head/www/ocaml-net/Makefile Thu Dec 14 06:41:58 2017 (r456278) +++ head/www/ocaml-net/Makefile Thu Dec 14 06:59:13 2017 (r456279) @@ -14,6 +14,8 @@ COMMENT= OCaml modules for Internet applications LICENSE= GPLv2 +BROKEN= fails to build + BUILD_DEPENDS= ${SA_DIR}/pcre/pcre.a:devel/ocaml-pcre RUN_DEPENDS= ${SA_DIR}/pcre/pcre.a:devel/ocaml-pcre