svn commit: r464915 - head/graphics/reallyslick

Mark Linimon linimon at FreeBSD.org
Sun Mar 18 14:25:29 UTC 2018


Author: linimon
Date: Sun Mar 18 14:25:28 2018
New Revision: 464915
URL: https://svnweb.freebsd.org/changeset/ports/464915

Log:
  Mark broken on armvX.
  
  While here, pet portlint.

Modified:
  head/graphics/reallyslick/Makefile

Modified: head/graphics/reallyslick/Makefile
==============================================================================
--- head/graphics/reallyslick/Makefile	Sun Mar 18 14:20:32 2018	(r464914)
+++ head/graphics/reallyslick/Makefile	Sun Mar 18 14:25:28 2018	(r464915)
@@ -11,11 +11,14 @@ DISTNAME=	rss-glx_${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	OpenGL screensaver collection
 
+BROKEN_armv6=		fails to compile: hyperspace.cpp:387:19: non-constant-expression cannot be narrowed from type 'double' to 'float' in initializer list
+BROKEN_armv7=		fails to compile: hyperspace.cpp:387:19: non-constant-expression cannot be narrowed from type 'double' to 'float' in initializer list
+
 LIB_DEPENDS=	libMagickWand-6.so:graphics/ImageMagick \
 		libGLC.so:graphics/quesoglc
 
-USE_GL=		glut
 USES=		gmake pathfix pkgconfig tar:bzip2 libtool
+USE_GL=		glut
 GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-all mailing list