Date: Thu, 14 Dec 2017 06:59:14 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456279 - head/www/ocaml-net Message-ID: <201712140659.vBE6xEbD020152@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712140659.vBE6xEbD020152>