Date: Mon, 3 Jun 2019 10:58:17 +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: r503373 - head/graphics/wings Message-ID: <201906031058.x53AwHf8028927@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Jun 3 10:58:17 2019 New Revision: 503373 URL: https://svnweb.freebsd.org/changeset/ports/503373 Log: Mark BROKEN: fails to build compile: warnings being treated as errors e3d__png.erl:71: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace e3d__png.erl:75: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace e3d__png.erl:111: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace e3d__png.erl:115: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace Reported by: pkg-fallout Modified: head/graphics/wings/Makefile Modified: head/graphics/wings/Makefile ============================================================================== --- head/graphics/wings/Makefile Mon Jun 3 10:57:27 2019 (r503372) +++ head/graphics/wings/Makefile Mon Jun 3 10:58:17 2019 (r503373) @@ -16,6 +16,8 @@ LICENSE_NAME= Wings 3D License # similar to TclTk lice LICENSE_FILE= ${WRKSRC}/license.terms LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN= fails to build + BUILD_DEPENDS= erl:lang/erlang \ erlang-esdl>0:devel/erlang-esdl \ erlang-cl>0:devel/erlang-cl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906031058.x53AwHf8028927>