svn commit: r425244 - head/graphics/povray37

Mark Linimon linimon at FreeBSD.org
Thu Nov 3 16:11:50 UTC 2016


Author: linimon
Date: Thu Nov  3 16:11:48 2016
New Revision: 425244
URL: https://svnweb.freebsd.org/changeset/ports/425244

Log:
  Now builds on sparc64.
  
  While here, pacify portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/povray37/Makefile

Modified: head/graphics/povray37/Makefile
==============================================================================
--- head/graphics/povray37/Makefile	Thu Nov  3 16:10:17 2016	(r425243)
+++ head/graphics/povray37/Makefile	Thu Nov  3 16:11:48 2016	(r425244)
@@ -11,10 +11,10 @@ DIST_SUBDIR=	${PORTNAME}${PKGNAMESUFFIX}
 MAINTAINER=	bkoenig at alpha-tierchen.de
 COMMENT=	Persistence of Vision Ray Tracer
 
-BROKEN_powerpc64=	Does not build
-
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
 
+BROKEN_powerpc64=	Does not build
+
 OPTIONS_DEFINE=	X11 PNG JPEG TIFF OPENEXR STATIC IO EXAMPLES DOCS
 OPTIONS_DEFAULT=PNG JPEG
 OPTIONS_SUB=	yes
@@ -101,10 +101,6 @@ CONFIGURE_ARGS+=--without-openexr
 CONFIGURE_ARGS+=NON_REDISTRIBUTABLE_BUILD=yes
 .endif
 
-.if ${ARCH} == "sparc64"
-BROKEN=		Does not compile on sparc64: thread-local storage not supported
-.endif
-
 MAN1=		${PORTNAME}${PKGNAMESUFFIX}.1
 
 DOC_FILES=	AUTHORS ChangeLog NEWS


More information about the svn-ports-all mailing list