aboutsummaryrefslogtreecommitdiff
path: root/cad/opencascade
Commit message (Collapse)AuthorAgeFilesLines
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-1/+1
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Introduce devel/onetbb and mark devel/tbb as legacyGanael LAPLANCHE2021-02-191-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Intel oneAPI tbb 2021.1 (onetbb) has been released[1][2] and has deprecated several interfaces over tbb 2020, breaking most dependent ports. Old tbb 2020 will be kept for a certain time to allow transition but will be removed in a near future as it CONFLICTS with devel/onetbb. New ports should now use devel/onetbb instead of devel/tbb. We tried to move a maximum number of dependent ports to devel/onetbb (or disable dependency when not possible), but some of them still remain stuck to devel/tbb. Remaining ones have not been identified as major dependencies themselves and will be fixed as soon as updates are available from upstream. PR: 252648, 252688 [3], 252683 [4], 252651 [5], 252690 [3], 252693 [3], 252695 [3], 252696 [3], 252786 [3], 252649, 252868 [6], 252870 [5], 252684 [7], 252785 [7] Approved by: yuri [3], jwb [4], thierry [5], FreeBSD@Shaneware.biz [6], maintainer timeout [7] [1] https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html [2] https://software.intel.com/content/www/us/en/develop/articles/tbb-revamp.html Notes: svn path=/head/; revision=566074
* Fix building when installed.Thierry Thomas2021-02-013-5/+15
| | | | | | | | | | | Since I´m there, add 3 more doc files to plist, but do not bump PORTREVISION to avoid a rebuild. PR: 253085 Submitted by: greg (at) unrelenting.technology Notes: svn path=/head/; revision=563761
* Fix previous commit.Thierry Thomas2020-11-301-1/+1
| | | | | | | | PR: 251486 Reported by: jbeich Notes: svn path=/head/; revision=556682
* Unhardcode mesa-libs dependency, use USES=gl:glesv2 instead.Thierry Thomas2020-11-301-1/+1
| | | | | | | | PR: 251486 Submitted by: greg (at) unrelenting.technology Notes: svn path=/head/; revision=556678
* Remove a forgotten .bak file.Thierry Thomas2020-11-152-1/+1
| | | | | | | | | | | (Do not bump PORTREVISION to avoid the rebuild of a big port without any functionnal change) PR: 251159 Submitted by: Oleg Sidorkin Notes: svn path=/head/; revision=555240
* - Upgrade cad/opencascade to 7.5.0Thierry Thomas2020-11-143-240/+667
| | | | | | | | | | Release notes at <https://old.opencascade.com/sites/default/files/documents/release_notes_7.5.0.pdf> - Bump PORTREVISION of consumers. Notes: svn path=/head/; revision=555127
* Update devel/tbb to 2020.3 and bump dependent ports' revisionsGanael LAPLANCHE2020-07-171-1/+1
| | | | | | | Changelog: https://github.com/oneapi-src/oneTBB/blob/v2020.3/CHANGES Notes: svn path=/head/; revision=542423
* chase vtk8 upgrade from ports r533086Christoph Moench-Tegeder2020-04-271-3/+4
| | | | | | | | the shared library version changed, and the cmake files are now in a new location Notes: svn path=/head/; revision=533110
* Really switch to VTK8.Thierry Thomas2020-04-251-4/+6
| | | | | | | | Pro-tip: cmake and qmake are two build systems, do not mix them together, or this could produce unexpected results. Notes: svn path=/head/; revision=532973
* Switch back to VTK-6.1 for the moment, unfortunately.Thierry Thomas2020-04-201-5/+5
| | | | | | | VTK-8.1 breaks different things - still investigating. Notes: svn path=/head/; revision=532208
* Fix build: VTK-8 requires devel/qt5-qmake.Thierry Thomas2020-04-191-1/+2
| | | | | | | Reported by: lbartoletti Notes: svn path=/head/; revision=532090
* Switch to VTK-8.1.Thierry Thomas2020-04-181-3/+3
| | | | Notes: svn path=/head/; revision=532040
* 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-0/+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
* Upgrade to 7.4.0.Thierry Thomas2019-10-044-427/+1217
| | | | | | | | | | | Release notes: https://www.opencascade.com/sites/default/files/documents/release_notes_7.4.0.pdf PR: 240971 Suggested by: chitty_cloud (at) me.com Notes: svn path=/head/; revision=513745
* 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
* multimedia/ffmpeg: update to 4.2Jan Beich2019-08-051-1/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=508216
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Update devel/doxygen to 1.8.15Antoine Brodin2019-03-052-1/+43
| | | | | | | PR: 236110 Notes: svn path=/head/; revision=494744
* cad/opencascade: Do not set VIS_CMAKE_ON twiceTobias Kortkamp2019-01-211-4/+2
| | | | | | | | | | | Given no feedback to the contrary do the most sensible thing and merge the two VIS_CMAKE_ON together. PR: 234700 Approved by: thierry (maintainer timeout, 2 weeks) Notes: svn path=/head/; revision=490820
* 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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* multimedia/ffmpeg: update to 4.1Jan Beich2018-11-061-0/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=484273
* Upgrade to 7.3.0.Thierry Thomas2018-10-309-141/+479
| | | | Notes: svn path=/head/; revision=483504
* 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
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+1
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Drop FreeBSD 10.3 supportJan Beich2018-05-071-5/+0
| | | | | | | | | Reviewed by: yuri (SoPlex), sunpoet (nghttp2), cpm (chromium), brooks (llvm*) Approved by: portmgr (rene) Differential Revision: https://reviews.freebsd.org/D15238 Notes: svn path=/head/; revision=469338
* multimedia/ffmpeg: update to 4.0Jan Beich2018-05-021-1/+1
| | | | | | | | | | | | | | | - FFSERVER support was removed upstream - libressl now uses libtls backend instead of patching openssl one - Clang i386 no longer uses 16-byte aligned stack Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 227726 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15175 Notes: svn path=/head/; revision=468844
* cad/opencascade: unbreak with ffmpeg 4.0Jan Beich2018-05-021-0/+34
| | | | | | | | | | | | | | | src/Image/Image_VideoRecorder.cxx:279:25: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER' aCodecCtx->flags |= CODEC_FLAG_GLOBAL_HEADER; ^ src/Image/Image_VideoRecorder.cxx:452:38: error: use of undeclared identifier 'AVFMT_RAWPICTURE' if ((myAVContext->oformat->flags & AVFMT_RAWPICTURE) != 0 ^ PR: 227726 Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=468831
* Mark BROKEN when OSVERSION < 1003506, due to __cxa_atexit().Thierry Thomas2018-04-081-0/+5
| | | | Notes: svn path=/head/; revision=466801
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-0/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Fix plist on 32 bits archs.Thierry Thomas2018-02-251-1/+1
| | | | Notes: svn path=/head/; revision=462971
* Upgrade to 7.2.0.Thierry Thomas2018-02-1717-515/+1631
| | | | | | | | | | | Release notes in https://www.opencascade.com/sites/default/files/documents/release_notes_7.2.0.pdf PR: 224649 Differential Revision: https://reviews.freebsd.org/D13665 Notes: svn path=/head/; revision=462190
* Update tbb to 2018 and bump dependent ports' revisionsGanael LAPLANCHE2017-09-171-1/+1
| | | | Notes: svn path=/head/; revision=449986
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Bump PORTREVISION to reflect print/gl2ps changes.Marcelo Araujo2017-08-241-0/+1
| | | | | | | | PR: ports/218399 (based on) Submitted by: emaste Notes: svn path=/head/; revision=448656
* Fix on i386 (no impact where on other archs).Thierry Thomas2017-07-184-1/+45
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=446173
* Upgrade to 7.1.0.Thierry Thomas2017-07-1513-6311/+2738
| | | | | | | | | | | | Release notes at https://www.opencascade.com/sites/default/files/documents/release_notes_7.1.0.pdf PR: 220110 Submitted by: tj+freebsd_portsxi (at) a13.fr With bits from: ml (at) netfence.it Notes: svn path=/head/; revision=445905
* 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
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Update devel/tbb to 2017.5Ganael LAPLANCHE2017-03-071-1/+1
| | | | | | | | | Also bring the following changes: - Fetch distfiles from Github - Bump dependent ports' PORTREVISIONs Notes: svn path=/head/; revision=435599
* Move the doxygen things into a DOXYGEN option.Mathieu Arnold2016-12-202-1062/+1062
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=429007
* - Fix library version which should be .2 (as on Linux), not .4Ganael LAPLANCHE2016-11-251-1/+1
| | | | | | | | | | - Bump dependent ports' PORTREVISION PR: 214777 Submitted by: yuri@rawbw.com Notes: svn path=/head/; revision=427105
* Spell CHOSEN_COMPILER_TYPE correctlyAntoine Brodin2016-11-121-5/+5
| | | | | | | PR: 199098 Notes: svn path=/head/; revision=425968
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* - Update devel/tbb to version 2017.1Ganael LAPLANCHE2016-10-181-1/+1
| | | | | | | - Bump dependent ports Notes: svn path=/head/; revision=424208