aboutsummaryrefslogtreecommitdiff
path: root/cad
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.10.9Danilo Egea Gondolfo2018-05-032-4/+4
| | | | Notes: svn path=/head/; revision=468907
* multimedia/ffmpeg: update to 4.0Jan Beich2018-05-022-2/+2
| | | | | | | | | | | | | | | - 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
* multimedia/webcamoid: unbreak with ffmpeg 4.0Jan Beich2018-05-021-2/+4
| | | | | | | | | | | | ngpkg.cpp:2342:27: error: use of undeclared identifier 'CODEC_FLAG_PSNR' context->flags |= CODEC_FLAG_PSNR; ^ PR: 227726 Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=468835
* 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
* Update the QScintilla2 ports to 2.10.4Tobias C. Berner2018-04-292-2/+2
| | | | Notes: svn path=/head/; revision=468632
* Reenable for FreeBSD >= 10.4Michael Reifenberger2018-04-282-8/+7
| | | | | | | | | Use the CONFIG argument to enable experimental features Submitted by: jbeich@ Notes: svn path=/head/; revision=468545
* Enable experimental features.Michael Reifenberger2018-04-253-15/+21
| | | | | | | | Make portlint happy. Mark Broken for FreeBSD 10 due to compile/link error. Notes: svn path=/head/; revision=468281
* New port: cad/abc: System for sequential synthesis and verificationYuri Victorovich2018-04-246-0/+101
| | | | | | | | PR: 227254 Submitted by: Christian Krämer <uddka@student.kit.edu> Notes: svn path=/head/; revision=468187
* Add openscad-devel to the build and register conflict.Michael Reifenberger2018-04-222-0/+9
| | | | Notes: svn path=/head/; revision=468046
* Add openscad-devel as of 2018.04.19Michael Reifenberger2018-04-226-0/+202
| | | | | | | PR: 227581 Notes: svn path=/head/; revision=468045
* Add missing distinfo changesMichael Reifenberger2018-04-221-3/+3
| | | | Notes: svn path=/head/; revision=468030
* Update to r20180420191845Michael Reifenberger2018-04-222-5/+5
| | | | Notes: svn path=/head/; revision=468028
* - Update to 0.17.13509Wen Heping2018-04-224-149/+222
| | | | | | | | PR: 227381 Submitted by: pfg@ Notes: svn path=/head/; revision=467912
* Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports.Alex Dupre2018-04-192-2/+2
| | | | Notes: svn path=/head/; revision=467751
* devel/boost-*: update to 1.67.0Jan Beich2018-04-187-5/+7
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030 Notes: svn path=/head/; revision=467711
* cad/freecad: unbreak with boost 1.67Jan Beich2018-04-171-0/+16
| | | | | | | | | | | | | CMakeFiles/SMESH.dir/src/SMESH/SMESH_Mesh.cpp.o: In function `boost::condition_variable::condition_variable()': src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:(.text._ZN5boost18condition_variableC2Ev[_ZN5boost18condition_variableC2Ev]+0x33): undefined reference to `pthread_condattr_init' src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:(.text._ZN5boost18condition_variableC2Ev[_ZN5boost18condition_variableC2Ev]+0x4a): undefined reference to `pthread_condattr_setclock' src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:(.text._ZN5boost18condition_variableC2Ev[_ZN5boost18condition_variableC2Ev]+0x5f): undefined reference to `pthread_condattr_destroy' PR: 227427 Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=467571
* Update to r20180415140733.Michael Reifenberger2018-04-152-5/+5
| | | | Notes: svn path=/head/; revision=467399
* Mark BROKEN when OSVERSION < 1003506, due to __cxa_atexit().Thierry Thomas2018-04-081-0/+5
| | | | Notes: svn path=/head/; revision=466801
* - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mkJose Alonso Cardenas Marquez2018-04-051-1/+1
| | | | | | | | | | | | | - Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617 Notes: svn path=/head/; revision=466532
* Fix build of cad/elmerfem ahead of CMake 3.11.Adriaan de Groot2018-04-023-8/+7
| | | | | | | | | | | | | | | | | | | | - Bump to the actual 8.3 release, instead of a few days and revisions short of it. There's no uploaded tarball, so we're still stuck with GH tags. - Build out-of-source; with CMake 3.11 you can no longer add a library with no (zero) sources, and the existing setup was picking up build- cache directories like CMakeFiles/ to turn into Elmer libraries. - As a side-effect, this shows the bogus library added to the plist some time earlier -- CMakeFiles is not an actual Elmer plugin. - Detection of <inttypes.h> is broken because of the way Fortran libraries are added to the link line, but gcc_s isn't; this leads to header detection that fails in linking. So just tell CMake that inttypes.h exists, instead. Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=466257
* - Update to 2.2.0-rc1 [1]Jason E. Hale2018-04-013-16/+14
| | | | | | | | | | | | | - Move USES upward - Remove obsolete hack for gcc - Install AppStream metadata in share/metainfo per https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#sect-Metadata-GenericComponent PR: 226672 [1] Submitted by: Maciej Pasternacki <maciej@pasternacki.net> [1] Notes: svn path=/head/; revision=466177
* Fix build with clang 6.x, pet portlintThomas Zander2018-04-012-2/+22
| | | | | | | | | PR: 227148 Submitted by: pfg (maintainer) MFH: 2018Q2 Notes: svn path=/head/; revision=466167
* Update cad/openvsp to 3.16.0Fernando Apesteguía2018-03-273-8/+19
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14859 Notes: svn path=/head/; revision=465714
* The sixth parameter of DESKTOP_ENTRIES is either true, false or empty,Mathieu Arnold2018-03-261-1/+1
| | | | | | | | | it is not the shell builtin named false. Sponsored by: Absolight Notes: svn path=/head/; revision=465606
* Update to r20180326082409.Michael Reifenberger2018-03-263-6/+6
| | | | Notes: svn path=/head/; revision=465582
* Update to r20180325183419Michael Reifenberger2018-03-254-6/+7
| | | | Notes: svn path=/head/; revision=465532
* Update cad/gtkwave to 3.3.89Niclas Zeising2018-03-242-4/+4
| | | | Notes: svn path=/head/; revision=465432
* Update to 3.3.88Niclas Zeising2018-03-234-16/+20
| | | | | | | Create an option to install examples, default it to on. Notes: svn path=/head/; revision=465410
* Fix cad/kicad{-devel} in advance of CMake 3.11. Remove old duplicate CMakeAdriaan de Groot2018-03-222-2/+14
| | | | | | | | | | | | | | | module. The old modules use CMake internals that are going away in 3.11; this particular module has been shipped with CMake since 3.0 at least, so it's just not necessary except on silly ancient platforms. Reviewed by: thierry (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14772 Notes: svn path=/head/; revision=465282
* Pet portlint for cad/openvspFernando Apesteguía2018-03-181-5/+5
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14670 Notes: svn path=/head/; revision=464931
* Remove Ego-Lines from fernape's portsFernando Apesteguía2018-03-132-2/+0
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14668 Notes: svn path=/head/; revision=464438
* Update MAINTAINER to new FreeBSD.org accountFernando Apesteguía2018-03-122-2/+2
| | | | | | | | | | | Update MAINTAINER email address for Fernando Apesteguia from fernando.apesteguia@gmail.com Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14668 Notes: svn path=/head/; revision=464275
* Convert archivers/quazip and archivers/quazip-qt5 into flavorsTobias C. Berner2018-03-111-1/+2
| | | | | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14640 Notes: svn path=/head/; revision=464159
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-1022-13/+22
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Add more information to stub error messages.Mark Linimon2018-03-091-2/+2
| | | | | | | | | | | Remove BROKEN lines where IGNORE has already been set. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=464036
* Fix cad/openscad shebangTobias C. Berner2018-03-091-2/+3
| | | | | | | | | | | | | Error: '/usr/local/bin/python' is an invalid shebang you need USES=shebangfix for 'share/openscad/libraries/MCAD/get_submodules.py The existing shebang fix on the py file did nothing without USES=python. Python already was an implied dependency. Approved by: portmgr blanket Notes: svn path=/head/; revision=464007
* Fix plist on 32 bits archs.Thierry Thomas2018-02-251-1/+1
| | | | Notes: svn path=/head/; revision=462971
* Canonicalize dependency on libpngAntoine Brodin2018-02-251-1/+1
| | | | Notes: svn path=/head/; revision=462964
* Reset vg@'s ports after he resigned.Rene Ladan2018-02-231-1/+1
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=462745
* Update to r20180223095015Michael Reifenberger2018-02-233-9/+9
| | | | Notes: svn path=/head/; revision=462683
* Give the KDE SC4 applications ports a -kde4 suffixTobias C. Berner2018-02-221-1/+2
| | | | | | | | | | | | | In order to make room for the up-to-date version of the KDE Desktop and its applications move the KDE Application ports based on Qt4. PR: 225992 Exp-run by: antoine Reviewed by: rakuco, adridg Differential Revision: https://reviews.freebsd.org/D14413 Notes: svn path=/head/; revision=462619
* Fix build by adding chm to USE_FPCAntoine Brodin2018-02-221-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=462578
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-2/+2
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* - Update to 9.7.100Danilo Egea Gondolfo2018-02-182-4/+4
| | | | Notes: svn path=/head/; revision=462268
* Update QScintilla 2.10.2.Raphael Kubo da Costa2018-02-181-2/+2
| | | | | | | | | | | | | | Upstream has renamed its libraries and we no longer need to patch devel/qscintilla-qt5 to create a library whose name does not conflict with devel/qscintilla's. However, the library names are different so we need to bump PORTREVISION in several ports (the SOVERSION has changed too). Thanks to antoine for the exp-run. PR: 225928 Notes: svn path=/head/; revision=462214
* 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
* Fix build with clang 6.0.0Thomas Zander2018-02-171-0/+3
| | | | | | | | PR: 225209 Submitted by: pfg (maintainer) Notes: svn path=/head/; revision=462174
* devel/boost-python-libs got forgotten in the python flavorization, fixMathieu Arnold2018-02-152-2/+2
| | | | | | | | | | | this oversight. Reviewed by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14368 Notes: svn path=/head/; revision=461885
* - Update to 3.10.8Danilo Egea Gondolfo2018-02-134-14/+15
| | | | Notes: svn path=/head/; revision=461750
* cad/py-pyfda: Removed USE_PYTHON=noflavors because it causes INDEX to break.Yuri Victorovich2018-02-031-1/+1
| | | | | | | Approved by: adamw (mentor) Notes: svn path=/head/; revision=460850