Date: Sun, 18 Mar 2018 14:25:28 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464915 - head/graphics/reallyslick Message-ID: <201803181425.w2IEPSYd099128@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803181425.w2IEPSYd099128>