Date: Sun, 4 Nov 2018 13:59:23 +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: r484052 - head/graphics/inventor Message-ID: <201811041359.wA4DxNhN032001@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 13:59:23 2018 New Revision: 484052 URL: https://svnweb.freebsd.org/changeset/ports/484052 Log: Mark BROKEN: fails to build SoText2.c++:892:14: error: cast from pointer to smaller type 'char' loses information *s1 = (char)NULL; /* font name is pointed to s */ ^~~~~~~~~~ Reported by: pkg-fallout Modified: head/graphics/inventor/Makefile Modified: head/graphics/inventor/Makefile ============================================================================== --- head/graphics/inventor/Makefile Sun Nov 4 13:56:18 2018 (r484051) +++ head/graphics/inventor/Makefile Sun Nov 4 13:59:23 2018 (r484052) @@ -14,6 +14,8 @@ COMMENT= SGI's Open Inventor (TM) LICENSE= LGPL21 +BROKEN= fails to build + LIB_DEPENDS= libfreetype.so:print/freetype2 CONFLICTS= Coin-[0-9]* SoXt-[0-9]*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041359.wA4DxNhN032001>