From owner-svn-ports-all@freebsd.org Sun Nov 22 11:40:31 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AD2FA3540B; Sun, 22 Nov 2015 11:40:31 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D09E614DE; Sun, 22 Nov 2015 11:40:30 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAMBeTod092697; Sun, 22 Nov 2015 11:40:29 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAMBeTjG092694; Sun, 22 Nov 2015 11:40:29 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201511221140.tAMBeTjG092694@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sun, 22 Nov 2015 11:40:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402227 - head/graphics/appleseed X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2015 11:40:31 -0000 Author: danfe Date: Sun Nov 22 11:40:29 2015 New Revision: 402227 URL: https://svnweb.freebsd.org/changeset/ports/402227 Log: Make installation of sample files optional (as port examples). Modified: head/graphics/appleseed/Makefile head/graphics/appleseed/pkg-plist Modified: head/graphics/appleseed/Makefile ============================================================================== --- head/graphics/appleseed/Makefile Sun Nov 22 11:33:58 2015 (r402226) +++ head/graphics/appleseed/Makefile Sun Nov 22 11:40:29 2015 (r402227) @@ -40,13 +40,15 @@ PLIST_SUB= APPHOME=${CMAKE_INSTALL_PREFI SUB_FILES= pkg-message SUB_LIST:= ${PLIST_SUB} -OPTIONS_DEFINE= OSL DISNEY +OPTIONS_DEFINE= EXAMPLES OSL DISNEY OPTIONS_DEFAULT= OSL DISNEY OPTIONS_SUB= yes OSL_DESC= Open Shading Language support DISNEY_DESC= Disney material support +EXAMPLES_CMAKE_OFF= -DWITH_SAMPLES:BOOL=OFF + OSL_CMAKE_ON= -DWITH_OSL:BOOL=ON OSL_LIB_DEPENDS= liboslexec.so:${PORTSDIR}/graphics/openshadinglanguage Modified: head/graphics/appleseed/pkg-plist ============================================================================== --- head/graphics/appleseed/pkg-plist Sun Nov 22 11:33:58 2015 (r402226) +++ head/graphics/appleseed/pkg-plist Sun Nov 22 11:40:29 2015 (r402227) @@ -24,22 +24,22 @@ docs/seexpr/Se_voronoi_5.png docs/seexpr/userdoc.html lib/libappleseed.shared.so lib/libappleseed.so -samples/cpp/basic/CMakeLists.txt -samples/cpp/basic/basic.cpp -samples/cpp/basic/data/scene.obj -samples/cpp/basic/output/preserve.txt -samples/cpp/basic/reference output/scene.obj -samples/cpp/basic/reference output/test.appleseed -samples/cpp/basic/reference output/test.png -samples/cpp/heightfield/CMakeLists.txt -samples/cpp/heightfield/data/cube.obj -samples/cpp/heightfield/data/heightfield.png -samples/cpp/heightfield/data/smoothcube.obj -samples/cpp/heightfield/heightfield.cpp -samples/cpp/heightfield/output/preserve.txt -samples/python/basic/basic.py -samples/python/basic/data/scene.obj -samples/python/basic/output/preserve.txt +%%PORTEXAMPLES%%samples/cpp/basic/CMakeLists.txt +%%PORTEXAMPLES%%samples/cpp/basic/basic.cpp +%%PORTEXAMPLES%%samples/cpp/basic/data/scene.obj +%%PORTEXAMPLES%%samples/cpp/basic/output/preserve.txt +%%PORTEXAMPLES%%samples/cpp/basic/reference output/scene.obj +%%PORTEXAMPLES%%samples/cpp/basic/reference output/test.appleseed +%%PORTEXAMPLES%%samples/cpp/basic/reference output/test.png +%%PORTEXAMPLES%%samples/cpp/heightfield/CMakeLists.txt +%%PORTEXAMPLES%%samples/cpp/heightfield/data/cube.obj +%%PORTEXAMPLES%%samples/cpp/heightfield/data/heightfield.png +%%PORTEXAMPLES%%samples/cpp/heightfield/data/smoothcube.obj +%%PORTEXAMPLES%%samples/cpp/heightfield/heightfield.cpp +%%PORTEXAMPLES%%samples/cpp/heightfield/output/preserve.txt +%%PORTEXAMPLES%%samples/python/basic/basic.py +%%PORTEXAMPLES%%samples/python/basic/data/scene.obj +%%PORTEXAMPLES%%samples/python/basic/output/preserve.txt schemas/project.xsd schemas/settings.xsd seexpr/clouds/blue_clouds.se