Date: Thu, 3 Nov 2016 16:11:49 +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: r425244 - head/graphics/povray37 Message-ID: <201611031611.uA3GBnlS048455@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611031611.uA3GBnlS048455>