svn commit: r484053 - branches/2018Q4/graphics/inventor

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 14:00:00 UTC 2018


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]*


More information about the svn-ports-branches mailing list