aboutsummaryrefslogtreecommitdiff
path: root/graphics/luxrender14
Commit message (Collapse)AuthorAgeFilesLines
* devel/boost-*: update to 1.71.0Jan Beich2019-08-191-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774 Notes: svn path=/head/; revision=509290
* devel/boost-*: update to 1.70.0Jan Beich2019-04-121-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303 Notes: svn path=/head/; revision=498698
* graphics/luxrender, graphics/luxrender14: remove X11 option (Qt4 deprecation)Tobias C. Berner2019-03-161-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=495945
* devel/boost-*: update to 1.69.0Jan Beich2018-12-121-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_69_0.html PR: 232525 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17645 Notes: svn path=/head/; revision=487266
* Change x11/xorgproto to become a build depNiclas Zeising2018-09-111-0/+1
| | | | | | | | | | | | | | | | | | Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906 Notes: svn path=/head/; revision=479538
* graphics/luxrender14: unbreak with boost 1.68Jan Beich2018-07-141-0/+23
| | | | | | | | | | | | | | | | | | accelerators/bvhaccel.cpp:149:19: error: call to 'distance' is ambiguous u_int middle = distance(list.begin(), it); ^~~~~~~~ /usr/include/c++/v1/iterator:511:1: note: candidate function [with _InputIter = std::__1::__wrap_iter<boost::shared_ptr<lux::BVHAccelTreeNode> *>] distance(_InputIter __first, _InputIter __last) ^ /usr/local/include/boost/iterator/distance.hpp:49:9: note: candidate function [with SinglePassIterator = std::__1::__wrap_iter<boost::shared_ptr<lux::BVHAccelTreeNode> *>] distance(SinglePassIterator first, SinglePassIterator last) ^ PR: 229569 Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=474653
* Unbreak the build against Clang 6.0.0 (adheres to C++14 by default).Alexey Dokuchaev2018-01-241-0/+40
| | | | | | | PR: 224989 Notes: svn path=/head/; revision=459838
* - Update LuxRender modern (Embree-based) branch to version 1.6Alexey Dokuchaev2016-06-066-68/+45
| | | | | | | | | | | | | | | | - Move DISTFILES setting back to master port exclusively as upstream had used correct (coherent with v1.4) tags for v1.6 this time - Register mutual port install-time conflict (CONFLICTS_INSTALL) - Create convenience symlink in `post-extract' rather than `pre-patch', because `200:dos2unix' bogusly(?) runs before `300:pre-patch' - Since luxrays' library samples are not built as of r410138, do not try to patch them (GC currently no-op patches) - For the same reason, do not request GLUT, GLEW, and execinfo libraries that were only used when building samples - Convert FreeImage to an option (mandatory for v1.4) and default to off Notes: svn path=/head/; revision=416447
* - Update to version 1.5.1 which fixes a few annoying issues with glossyAlexey Dokuchaev2015-11-241-0/+2
| | | | | | | | | | | | materials when using the new LuxCore rendering modes - Because upstream did not use different tag names for LuxCore and LuxRender this time, avoid distfile name clash by using .tar.gz format for smaller distfile (3.1M) and .tar.bz2 for the larger one (28M) - Ensure that correct build number is reported in the "About" dialog box - Fix USES and DISTVERSION check for version 1.4 support while I'm here Notes: svn path=/head/; revision=402368
* Remove hyphen from PKGNAMESUFFIX: originally Makefile was copied from anAlexey Dokuchaev2015-10-181-1/+1
| | | | | | | | | | `x11/nvidia-driver' slave port where it makes sense because dashed number is actually a major version. Here this suffix is "dedotted" full version and used purely to give the package unique name. This logic follows our existing `multimedia/ffmpeg0' and `devel/subversion*' ports, for example. Notes: svn path=/head/; revision=399616
* Update LuxRender to version 1.5. As it now requires `graphics/embree'Alexey Dokuchaev2015-10-1210-0/+544
which is not available on 9.X for the moment, preserve version 1.4 as `graphics/luxrender14' slave port. Notes: svn path=/head/; revision=399116