Date: Sun, 4 Nov 2018 13:59:59 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484053 - branches/2018Q4/graphics/inventor Message-ID: <201811041359.wA4DxxXD032140@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 13:59:59 2018 New Revision: 484053 URL: https://svnweb.freebsd.org/changeset/ports/484053 Log: MFH: r484052 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: branches/2018Q4/graphics/inventor/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/graphics/inventor/Makefile ============================================================================== --- branches/2018Q4/graphics/inventor/Makefile Sun Nov 4 13:59:23 2018 (r484052) +++ branches/2018Q4/graphics/inventor/Makefile Sun Nov 4 13:59:59 2018 (r484053) @@ -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.wA4DxxXD032140>