Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: graphics/luxrender |
Commit | Credits | Log message |
1.4_15 07 Sep 2019 11:38:09
  |
rene  |
Remove expired ports:
2019-09-04 graphics/luxrender14: Depends on expiring graphics/embree, broken
with boost 1.70
2019-09-04 graphics/luxrender: Depends on expiring graphics/embree, broken with
boost 1.70 |
1.4_15 19 Aug 2019 15:35:28
  |
jbeich  |
devel/boost-*: update to 1.71.0
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 |
1.4_14 12 Apr 2019 06:36:31
  |
jbeich  |
devel/boost-*: update to 1.70.0
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 |
1.4_13 16 Mar 2019 19:12:40
  |
tcberner  |
graphics/luxrender, graphics/luxrender14: remove X11 option (Qt4 deprecation)
Approved by: portmgr (implicit) |
1.4_12 12 Dec 2018 00:15:50
  |
jbeich  |
devel/boost-*: update to 1.69.0
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 |
1.4_11 11 Sep 2018 18:34:28
  |
zeising  |
Change x11/xorgproto to become a build dep
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 |
1.4_9 14 Jul 2018 23:15:01
  |
jbeich  |
graphics/luxrender14: unbreak with boost 1.68
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) |
1.4_8 24 Jan 2018 12:22:58
  |
danfe  |
Unbreak the build against Clang 6.0.0 (adheres to C++14 by default).
PR: 224989 |
1.4 06 Jun 2016 09:37:12
  |
danfe  |
- Update LuxRender modern (Embree-based) branch to version 1.6
- 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 |
1.4 24 Nov 2015 16:33:15
  |
danfe  |
- Update to version 1.5.1 which fixes a few annoying issues with glossy
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 |
1.4 18 Oct 2015 12:52:30
  |
danfe  |
Remove hyphen from PKGNAMESUFFIX: originally Makefile was copied from an
`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. |
1.4 12 Oct 2015 09:37:20
  |
danfe  |
Update LuxRender to version 1.5. As it now requires `graphics/embree'
which is not available on 9.X for the moment, preserve version 1.4 as
`graphics/luxrender14' slave port. |