aboutsummaryrefslogtreecommitdiff
path: root/graphics/opensubdiv
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Disable TBB by default before oneTbb transitionGanael LAPLANCHE2021-01-201-1/+2
| | | | | | | | | PR: 252687 Submitted by: FreeBSD@ShaneWare.Biz Approved by: FreeBSD@ShaneWare.Biz (maintainer) Notes: svn path=/head/; revision=562158
* devel/doxygen: Update to 1.9.0Dima Panov2021-01-082-16/+16
| | | | | | | | | | | | | | | | - regen patches by 'make makepatch' - adjust consumers which affected by new doxygen styles - take maintainersip Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0 PR: 242347 Submitted by: fluffy Reported by: Naram Qashat (ex-maintainer) Exp-run by: antoine Notes: svn path=/head/; revision=560752
* Update devel/tbb to 2020.3 and bump dependent ports' revisionsGanael LAPLANCHE2020-07-171-0/+1
| | | | | | | Changelog: https://github.com/oneapi-src/oneTBB/blob/v2020.3/CHANGES Notes: svn path=/head/; revision=542423
* Update to 3.4.3Li-Wen Hsu2020-06-306-402/+541
| | | | | | | | PR: 247654 Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer) Notes: svn path=/head/; revision=540887
* Update devel/tbb to 2020.2 and bump dependent port's revisionsGanael LAPLANCHE2020-04-011-1/+1
| | | | | | | Changelog: https://github.com/oneapi-src/oneTBB/blob/tbb_2020/CHANGES Notes: svn path=/head/; revision=530219
* Update devel/tbb to 2020.0 and bump dependent ports' revisions [1]Ganael LAPLANCHE2019-12-261-1/+1
| | | | | | | | | Also, while here, re-generate patches using the makepatch target [1] Changelog: https://github.com/intel/tbb/blob/v2020.0/CHANGES Notes: svn path=/head/; revision=520935
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-1/+3
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516845
* Update devel/tbb to 2019.8 and bump dependent ports' revisionsGanael LAPLANCHE2019-09-251-1/+1
| | | | | | | Changelog: https://github.com/intel/tbb/blob/tbb_2019/CHANGES Notes: svn path=/head/; revision=512777
* Fix build with DEFAULT_VERSIONS=python=3.xAntoine Brodin2019-03-251-0/+1
| | | | | | | PR: 234687 Notes: svn path=/head/; revision=496848
* Update devel/doxygen to 1.8.15Antoine Brodin2019-03-052-2/+3
| | | | | | | PR: 236110 Notes: svn path=/head/; revision=494744
* graphics/opensubdiv: Fix document generation when using Python 3.x as defaultTobias Kortkamp2019-01-282-0/+112
| | | | | | | | | PR: 234687 Submitted by: FreeBSD@ShaneWare.Biz (maintainer) Reported by: antoine Notes: svn path=/head/; revision=491516
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* graphics/opensubdiv: update 3.3.0 -> 3.3.3Kurt Jaeger2018-12-084-21/+14
| | | | | | | | | PR: 225940 Submitted by: Shane Ambler <FreeBSD@ShaneWare.Biz> (maintainer) Relnotes: http://graphics.pixar.com/opensubdiv/docs/release_notes.html Notes: svn path=/head/; revision=486967
* Update devel/tbb to version 2019.1 and bump dependent ports' revisionsGanael LAPLANCHE2018-10-111-1/+1
| | | | | | | Also, reintegrate HTML documentation that was removed in previous version. Notes: svn path=/head/; revision=481833
* Update devel/tbb to version 2019 and bump dependent port's revisionsGanael LAPLANCHE2018-10-041-1/+1
| | | | Notes: svn path=/head/; revision=481215
* Update devel/doxygen to 1.8.14Antoine Brodin2018-01-192-3/+3
| | | | | | | | PR: 225290 Submitted by: Naram Qashat (maintainer) Notes: svn path=/head/; revision=459474
* Bump portrevision to chase graphics/glew shard library version update.Niclas Zeising2017-11-181-1/+1
| | | | | | | | | | PR: 223370 Submitted by: zeising exp-run by: antoine Approved by: antoine Notes: svn path=/head/; revision=454454
* graphics/opensubdiv: Remove unecessary escapingSteve Wills2017-10-191-3/+3
| | | | | | | Reported by: mat Notes: svn path=/head/; revision=452494
* graphics/opensubdiv: fix some port issuesSteve Wills2017-10-192-35/+29
| | | | | | | | Reported by: jbeich Pointyhat to: swills Notes: svn path=/head/; revision=452491
* Use USE_GITHUB correctly.Mathieu Arnold2017-10-192-5/+5
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=452417
* graphics/opensubdiv: Update to 3.3.0Steve Wills2017-10-195-379/+542
| | | | | | | | | | While here, give maintainership to submitter PR: 222301 Submitted by: Shane <FreeBSD@ShaneWare.Biz> Notes: svn path=/head/; revision=452416
* Make ninja opt-out in cmake.mkTobias C. Berner2017-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Using ninja instead of make (1) can lead to significant speed ups while building. Therefore switch from having the ninja generator opt-in to having it opt-out. Previously cmake-ports that wanted to use ninja could set CMAKE_NINJA=yes now, ports that do not work with ninja can set cmake:<existing args>,noninja Note, that needing this should be an exception and most often points to a broken cmake of the port. The ports using cmake were modified * removed USES=gmake, if ninja is used * removed MAKE_ARGS, if ninja is used * added the cmake-argument noninja if necessary PR: 219629 PR: 213331 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D10748 Notes: svn path=/head/; revision=444324
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Reset mva@'s ports, he handed in his ports bit.Rene Ladan2017-01-221-1/+1
| | | | Notes: svn path=/head/; revision=432169
* - Revert the switch from DOCS to DOXYGEN.Marcus von Appen2016-12-232-1040/+1039
| | | | | | | | | This restores the DOCS behaviour for building and installing additional documentation along with the port itself, if requested by the user as documented. Notes: svn path=/head/; revision=429229
* Rename DOCS in DOXYGEN.Mathieu Arnold2016-12-212-1039/+1040
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=429097
* - Update devel/doxygen to 1.8.12Antoine Brodin2016-09-272-449/+449
| | | | | | | | | - Adjust plist of ports depending on it PR: 212869 Notes: svn path=/head/; revision=422818
* - Update devel/doxygen to 1.8.11Antoine Brodin2016-08-012-2/+3
| | | | | | | | | | - Adjust plist of ports depending on it PR: 211447 Submitted by: maintainer Notes: svn path=/head/; revision=419450
* - Update to version 3.0.5Marcus von Appen2016-07-293-7/+6
| | | | Notes: svn path=/head/; revision=419246
* Github cleanup.Mathieu Arnold2016-06-012-4/+5
| | | | | | | | | | | | - Use the version tag instead of commit hash when they're the same. - Remove unnneeded variables. - Simplify go- ports when possible. - Various fixes. Sponsored by: Absolight Notes: svn path=/head/; revision=416242
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Make sure that OpenMP support is properly enabledMarcus von Appen2015-12-181-2/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=403956
* OpenSubdiv is a set of open source libraries that implement highMarcus von Appen2015-12-154-0/+1170
performance subdivision surface (subdiv) evaluation on massively parallel CPU and GPU architectures. This codepath is optimized for drawing deforming subdivs with static topology at interactive framerates. The resulting limit surface matches Pixar's Renderman to numerical precision. WWW: http://graphics.pixar.com/opensubdiv Notes: svn path=/head/; revision=403772