Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Mar 2019 22:43:22 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495977 - head/graphics/appleseed
Message-ID:  <201903162243.x2GMhMh2004081@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Mar 16 22:43:22 2019
New Revision: 495977
URL: https://svnweb.freebsd.org/changeset/ports/495977

Log:
  graphics/appleseed: remove broken DISNEY option (Qt4 deprecation)
  
  Approved by:	portmgr (implicit)

Modified:
  head/graphics/appleseed/Makefile

Modified: head/graphics/appleseed/Makefile
==============================================================================
--- head/graphics/appleseed/Makefile	Sat Mar 16 22:39:07 2019	(r495976)
+++ head/graphics/appleseed/Makefile	Sat Mar 16 22:43:22 2019	(r495977)
@@ -3,7 +3,7 @@
 
 PORTNAME=	appleseed
 DISTVERSION=	1.7.1-beta
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics
 
 MAINTAINER=	danfe@FreeBSD.org
@@ -45,19 +45,14 @@ PLIST_SUB=	APPHOME=${CMAKE_INSTALL_PREFIX}
 SUB_FILES=	pkg-message
 SUB_LIST:=	${PLIST_SUB}
 
-OPTIONS_DEFINE=	CPP11 EXAMPLES DISNEY
-OPTIONS_DEFAULT=	DISNEY
+OPTIONS_DEFINE=	CPP11 EXAMPLES
 OPTIONS_SUB=	yes
 
 CPP11_DESC=	Build in C++11 mode
-DISNEY_DESC=	Disney material support
 
 CPP11_CMAKE_ON=	-DUSE_CPP11:BOOL=ON
 
 EXAMPLES_CMAKE_OFF=	-DWITH_SAMPLES:BOOL=OFF
-
-DISNEY_LIB_DEPENDS=	libSeExpr.so:graphics/seexpr
-DISNEY_CMAKE_ON=	-DWITH_DISNEY_MATERIAL:BOOL=ON
 
 .include <bsd.port.pre.mk>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903162243.x2GMhMh2004081>