Commit graph

4195 commits

Author SHA1 Message Date
Yuri Victorovich
8aeaf7a6c1 cad/nvc: Combine conditional clauses for different architectures
Reported by:	pkubaj@
2022-12-11 20:57:42 -08:00
Yuri Victorovich
d5a8c7ca59 cad/nvc: Correction of the conditional statement 2022-12-11 11:21:56 -08:00
Yuri Victorovich
02542ea91d cad/nvc: Disable LTO on i386
Otherwise LTO fails, see bug#268319
2022-12-11 11:16:26 -08:00
Piotr Kubaj
80b2d18e6b cad/gmsh: fix build on powerpc64
In file included from /wrkdirs/usr/ports/cad/gmsh/work/gmsh-4.11.0-source/src/common/Options.cpp:38:
In file included from /wrkdirs/usr/ports/cad/gmsh/work/gmsh-4.11.0-source/src/post/adaptiveData.h:20:
In file included from /wrkdirs/usr/ports/cad/gmsh/work/gmsh-4.11.0-source/src/numeric/fullMatrix.h:21:
In file included from /wrkdirs/usr/ports/cad/gmsh/work/gmsh-4.11.0-source/contrib/eigen/Eigen/Dense:1:
In file included from /wrkdirs/usr/ports/cad/gmsh/work/gmsh-4.11.0-source/contrib/eigen/Eigen/Core:210:
/wrkdirs/usr/ports/cad/gmsh/work/gmsh-4.11.0-source/contrib/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h:1345:32: error: use of undeclared identifier 'vec_sqrt'; did you mean 'vec_rsqrt'?
  BF16_TO_F32_UNARY_OP_WRAPPER(vec_sqrt, a);
                               ^~~~~~~~
                               vec_rsqrt
/wrkdirs/usr/ports/cad/gmsh/work/gmsh-4.11.0-source/contrib/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h:1302:22: note: expanded from macro 'BF16_TO_F32_UNARY_OP_WRAPPER'
  Packet4f op_even = OP(a_even);\
                     ^
/usr/lib/clang/13.0.0/include/altivec.h:8472:34: note: 'vec_rsqrt' declared here
static vector float __ATTRS_o_ai vec_rsqrt(vector float __a) {
                                 ^
2022-12-09 15:09:21 +00:00
Yuri Victorovich
a8209dd11b cad/yosys: Update 0.22 -> 0.24
Reported by:	portscout
2022-12-09 00:47:31 -08:00
Christoph Moench-Tegeder
7aece98e4a cad/freecad: update to 0.20.2
Release Notes:
  https://github.com/FreeCAD/FreeCAD/releases/tag/0.20.2
2022-12-07 00:15:26 +01:00
Yuri Victorovich
8bf46420f0 cad/nvc: Broken on i386 2022-12-04 13:27:09 -08:00
Lorenzo Salvadore
b486b0dd5d
cad/cvc: Set USE_GCC=11
The build fails with GCC 12, which is soon to become GCC_DEFAULT.

PR:		266189
Reported by:	exp-run (antoine)
Approved by:	maintainer timeout (yuri, 2 weeks)
2022-12-03 15:15:24 +01:00
Michael Zhilin
f788ec6d2e cad/PrusaSlicer: backport fix from upstream
- The app is crashing when tries to set default language.
 - Make QA tests a bit more happy

PR: 267883
Submitted by: michal.zielonka.8001@gmail.com
2022-12-03 10:05:30 +03:00
Yuri Victorovich
5b95156d80 cad/qflow: Update 1.4.99 -> 1.4.100
Reported by:	portscout
2022-12-01 14:15:40 -08:00
Yasuhiro Kimura
ea66012756 editors/emacs-devel: Update to 2022-11-28 snapshot
Bump PORTREVISION of consumers as EMACS_VER is changed to 30.0.50.

Changes:	51589f81...7939184f
2022-11-30 16:06:37 +09:00
Wen Heping
a565ca391a cad/gmsh: Update to 4.11.0 2022-11-27 19:19:03 +08:00
Thierry Thomas
6f9769f20d */*: bump PORTREVISION after the upgrade of math/suitesparse*
PR:		267742
2022-11-27 12:09:57 +01:00
Yuri Victorovich
67da9e1ed3 cad/nvc: Broken on armv6
Reported by:	fallout
2022-11-27 02:27:06 -08:00
Fernando Apesteguía
abc76441b3 cad/admesh: update to 0.98.5
Reported by:	portscout
2022-11-23 07:28:54 +01:00
Robert Clausecker
8edd92b403 cad/librnd: update to 3.2.2
ChangeLog: http://www.repo.hu/projects/librnd/releases/changelog-3.2.2.txt

* Add: comment on BSD make in INSTALL
* Fix: use compatibility color component conversion for determining crosshair
  color because component type and scaling differs between gtk2 and gtk4
* Add: compatibility macro for converting color component to 0..1
* Change: enable gtk4 plugin by default (but still prefer gtk2 if both gtk4 and
  gtk2 are available)
* Add: compatibility macro for converting color component to 0..1
* Add: extdep on libgd
* Fix: missing gtk4_gl from the help text
* Fix: sensible default size for the export dialog
* Fix: when real xor is not available (e.g. on VAO), use 1-clr for all r;g;b so
  that the base color is "inverted" like when xor is available
* Fix: detect inline before making decisions based on it

PR:		267863
Reported by:	fuz@fuz.su (maintainer)
MFH:		2022Q4 (bugfix release)
2022-11-22 07:32:49 +01:00
Thierry Thomas
99731f4c23 cad/alliance: unbreak
- upstream has not released a new version, but several fixes have been
  committed: get the source from GitLab and remove BROKEN;
- change WWW;
- enable shared libs;
- optionalize examples and tutorial.
2022-11-20 16:41:51 +01:00
Yuri Victorovich
8e7be7293a cad/libgdsii: New port: C++ library and command-line utility for reading GDSII geometry files 2022-11-19 22:22:40 -08:00
teodorsigaev@gmail.com
3d8cf46cdb cad/PrusaSlicer: update to 2.5.0
ChangeLog: https://www.freshports.org/cad/PrusaSlicer/

PR:		267772
Reported by:	teodorsigaev@gmail.com (maintainer)
2022-11-18 17:13:31 +01:00
Loïc Bartoletti
de3b9f5578 graphics/proj: Update to 9.1.0
Release notes:
https://proj.org/news.html#id37

Also remove proj-data dependency.

You can use proj to retrieve data or install graphics/proj-data
manually.
2022-11-17 09:20:57 +01:00
Yuri Victorovich
587fe88537 cad/xyce: Update 7.5.0 -> 7.6.0
Reported by:	portscout
2022-11-12 22:53:37 -08:00
Fernando Apesteguía
b73e90aeb0 cad/openvsp: update to 3.31.1
ChangeLog: https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.31.1

Features:
 * Add ResetMeshDisplay button to StructScreen
 * Structural assemblies can now be inserted with rest of vsp3 file.
 * Measure probes and rulers can now be inserted with rest of vsp3 file.
 * Drop Ubuntu 18.04 from automated build system.

VSPAERO Updates and Fixes:
 * Adding sensitivities for reference quantities.
 * Improve setting CpSteadyMin/Max in steady flow.
 * Bump and synchronize versions to 6.4.5.

Bug Fixes:
 * Improve Calculix handling of beam elements.
 * Fix crash when writing *.vspgeom file from imported mesh.
 * Fix Vinf activation with stability choice.  Thanks Daniel R.
 * Fix tags for CompGeom half*mesh.  Fixes *.vspgeom half*mesh panel mode.
 * Fix consistency of StructScreen current structure choice.
 * Fix StructAssemblyScreen height for various recent changes.
 * Fix writing of ghost nodes for half*geom *.vspgeom files.
 * Fix ID handling for copy/paste and insert of structures. Thanks Bryan.
 * Fix subsurface tagging bug with quad meshes.
2022-11-12 19:39:38 +01:00
Thierry Thomas
f36c5181f4 cad/opencascade: bump PORTREVISION of consumers after upgrade to 7.7.0 2022-11-12 14:32:00 +01:00
Thierry Thomas
23b7d54e92 cad/opencascade: upgrade to 7.7.0
Release notes at
<https://www.opencascade.com/open-cascade-technology-7-7-0-released/>.

Differential Revision:	https://reviews.freebsd.org/D36884
2022-11-12 14:32:00 +01:00
Yuri Victorovich
be73e47d1d cad/surelog: Update 1.36 -> 1.45
Reported by:	portscout
2022-11-06 14:38:45 -08:00
Yuri Victorovich
d1367e1b53 cad/py-cq-editor: Update Spyder dependency
Reported by:	Christian Weisgerber <naddy@freebsd.org>
2022-11-06 13:32:57 -08:00
Fernando Apesteguía
87b6a156dc cad/openvsp: update to 3.31.0
Features:
 * Trick or treat?  Halloween mystery feature...
 * Add structural assemblies made from multiple structures.
 * Add rigid connections between structures in assembly.
 * Add boundary condition specification to structures.
 * Add aero-structure coupled problem GUI using CalculiX and VSPAERO.
 * Split FEA Mesh generation from writing to file.
 * Also split FEA CAD file generation and export from Meshing.
 * Keep FEA Mesh in-memory, allowing more flexible workflow.
 * Re-arranged menus to group structures and aero analyses.
 * Build RPM packages for RedHat-based distributions.
 * Add aerodynamic center stability mode to GUI.
 * Force NACA 6A series to use a=0.8 camber line.
 * Remove VSPAERO single analysis from API - reduce code duplication.

Bug Fixes:
 * Allow non-unique names in pull-down menus.
 * Make environment.yml match Python version.
 * Fix component IDs passed to *.vspgeom.  Fixes propellers.
 * Write NORMAL at all B32 nodes, not just the first.
 * Fix exporting symmetrical propeller at origin to STL.
 * Insert FixPoins before InitMesh -- guarantee Fix Points
 * Lots of VSPAERO fixes
 * Lots of structures fixes
2022-11-05 23:21:08 +01:00
Robert Clausecker
f0f21b7da7 cad/pcb-rnd: Update to 3.0.6
ChangeLog: http://repo.hu/projects/pcb-rnd/releases/changelog-3.0.6.txt

PR:		267519
MFH:		2022Q4 (bugfixes)
2022-11-04 17:26:53 +00:00
Ganael LAPLANCHE
e02e127016 devel/onetbb: Update to 2021.7.0
and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/blob/v2021.7.0/RELEASE_NOTES.md
2022-11-03 12:32:41 +01:00
Yuri Victorovich
6fdf3ed783 cad/qucs-s: Uodate 0.0.24 -> 1.0.0
Reported by:	portscout
2022-11-01 03:36:07 -07:00
Yuri Victorovich
247eb950f8 cad/netgen-lvs: Update 1.5.233 -> 1.5.237
Reported by:	portscout
2022-11-01 03:36:06 -07:00
Yuri Victorovich
e12bc69953 cad/verilator: Update 4.228 -> 5.002
Reported by:	portscout
2022-10-30 12:42:15 -07:00
Yuri Victorovich
c61b52fcef misc/openvdb: Update 9.1.0 -> 10.0.0
Reported by:	portscout
2022-10-30 11:34:51 -07:00
Daniel Engberg
bd3990624f cad/xyce: Use USE_GITHUB
PR:		267286
2022-10-30 09:57:37 -07:00
Christoph Moench-Tegeder
eb62a52a70 cad/kicad: update KiCAD, libraries and docs to 6.0.9
Announcement soon on https://www.kicad.org/blog/
2022-10-30 12:20:26 +01:00
Jason E. Hale
9fe9575a92 cad/librecad: Fix orthogonal and rel angle tools
When using Tools > Line > Orthogonal or Tools > Line > Relative angle,
it is not possible to select the base entity.

Apparently, the code works with GCC, but Clang warns:
In file included from actions/rs_actiondrawlinerelangle.cpp:27:
actions/rs_actiondrawlinerelangle.h:116:53: warning: array backing local initializer list 'enTypeList' will be destroyed at the end of the full-expression [-Wdangling]
    const EntityTypeList enTypeList = EntityTypeList{RS2::EntityLine, RS2::EntityArc, RS2::EntityCircle,RS2::EntityEllipse};

actions/rs_actiondrawlinerelangle.cpp:41:28: warning: backing array for 'std::initializer_list' member 'enTypeList' is a temporary object whose lifetime is shorter than the lifetime of the constructed object [-Wdangling-field]
RS_ActionDrawLineRelAngle::RS_ActionDrawLineRelAngle(

Patch reverts upstream commits eb2e146 [1] and d0a0ef2 [2] which were
intended to fix the build with the now unsupported GCC 9.

[1] eb2e1465bb
[2] d0a0ef284b

Reported by:	slovkam u sebi <slovkamusebi@protonmail.com> (via private mail)
2022-10-27 21:52:51 -04:00
Alexey Dokuchaev
85d135cf7a cad/libredwg: revert commit a534aad1ce and fix the problem differently
Do not build LLVM-based fuzzers: they are hardly interesting to regular
LibreDWG consumers and not even being installed.

Reported by:	pkg-fallout
2022-10-27 11:31:56 +00:00
Loïc Bartoletti
4c1245f3d4 cad/solvespace: Update to 3.1 2022-10-27 09:46:46 +02:00
Loïc Bartoletti
30a1741951 cad/PrusaSlicer: use wx 3.2
PR:		265093
2022-10-25 07:44:05 +02:00
Loïc Bartoletti
d775565a3b cad/kicad-devel: use wx 32
PR:		265093
2022-10-25 07:44:04 +02:00
Loïc Bartoletti
d5bd9f5d05 cad/kicad: use wx 32
PR:		265093
2022-10-25 07:44:04 +02:00
Christoph Moench-Tegeder
9ef4081c01 cad/freecad: chase vtk9 dependency after 7406d45d49
need to depend on the new library version
2022-10-24 21:01:40 +02:00
Yuri Victorovich
7406d45d49 math/vtk9: Update 9.1.0 -> 9.2.2 2022-10-24 01:14:57 -07:00
Daniel Engberg
df6c65a026 */*: Bump PORTREVISION for consumers of libunistring
Reported by:	jbeich
2022-10-22 11:36:07 +02:00
Christoph Moench-Tegeder
3141d17b6b cad/freecad: chase mpich/openmpi dependency switch after ed69f5862e
FreeCAD must match it's vtk
2022-10-21 23:41:36 +02:00
Yuri Victorovich
9bd18faa1c Revert "deskutils/just: Update 1.5.0 -> 1.6.0"
This reverts commit 9f02903fc6.
2022-10-21 12:22:35 -07:00
Yuri Victorovich
9f02903fc6 deskutils/just: Update 1.5.0 -> 1.6.0
Reported by:	portscout
2022-10-21 12:21:52 -07:00
Yuri Victorovich
3c3127dcf8 math/py-rustworkx: Add tests 2022-10-21 10:09:47 -07:00
Loïc Bartoletti
3f24b939bf */*: Reset maintainership 2022-10-20 21:13:41 +02:00
Michael Reifenberger
51a6af7dfa cad/kicad-devel: Ungreak build
Add some missing dependencies
2022-10-20 17:34:35 +02:00
Yuri Victorovich
45d70e18b3 cad/horizon-eda: Update 2.3.1 -> 2.4.0
Reported by:	portscout
2022-10-16 12:37:32 -07:00
Yuri Victorovich
586b19abba Revert "textproc/py-python-lsp-black: New port: Black plugin for the Python LSP Server"
This reverts commit 0c041ad4a2.
2022-10-13 06:41:27 -08:00
Yuri Victorovich
0c041ad4a2 textproc/py-python-lsp-black: New port: Black plugin for the Python LSP Server 2022-10-13 10:25:45 -07:00
Michael Reifenberger
430bcad740 cad/kicad-devel: Update
Update cad/kicad-*-devel to the latest versions
2022-10-09 21:44:31 +02:00
Yuri Victorovich
6c8b418801 cad/yosys: Add comment about failing tests
PR:		266917
2022-10-09 12:21:17 -07:00
Emmanuel Vadot
edd93bd3ba cad/abc: Update g20200322 -> g20220920
PR:		266917 260806
Approved by:	uddka@student.kit.edu (maintainer's timeout; 9+ months on PR#260806)
2022-10-09 12:02:15 -07:00
Po-Chuan Hsieh
05e7a8b8e1
devel/protobuf: Update to 3.21.7
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
2022-10-09 23:37:51 +08:00
Michael Reifenberger
967280d674 cad/qcad: Update
Update to the version 3.27.7.0
2022-10-09 12:39:08 +02:00
Yuri Victorovich
4c4f5861dd cad/yosys: Update 0.21 -> 0.22
Reported by:	portscout
2022-10-07 11:36:03 -07:00
Fernando Apesteguía
80bd6d18f7 cad/stepcode: update to 0.8.1
This is the first release since 2014. The library naming has changed. Since
there are no consumers in the ports tree, we are good.
2022-10-06 10:48:16 +02:00
Martin Neubauer
14d783fc34 cad/horizon-eda: Fix build on -CURRENT and recent -STABLE
Add upstream fix as patch until a future release.

PR:		266831
2022-10-05 08:11:48 -07:00
Robert Clausecker
d7314106e3 cad/librnd: update to 3.2.1
ChangeLog: http://www.repo.hu/projects/librnd/releases/changelog-3.2.1.txt

PR:		266698
Reported by:	fuz@fuz.su (maintainer)
MFH:		2022Q4 (bugfix release)
2022-10-04 18:03:13 +02:00
Jose Alonso Cardenas Marquez
df8005b90f editors/lazarus: Bump PORTREVISION of dependant ports
- editors/lazarus was updated to 2.2.4 and all ports depends of it must be
  rebuilt
2022-10-02 00:48:21 -05:00
Yuri Victorovich
d4f081b7e5 cad/verilator: Update 4.226 -> 4.228
Reported by:	portscout
2022-10-01 15:16:33 -07:00
Thierry Thomas
5e862f228e cad/camotics: chase the upgrade of C! 2022-09-30 17:16:37 +02:00
Christoph Moench-Tegeder
5dae4e84ca cad/kicad: update KiCAD and libraries to 6.0.8
Release Announcement:
  https://www.kicad.org/blog/2022/09/KiCad-6.0.8-Release/
2022-09-29 19:35:41 +02:00
Ganael LAPLANCHE
e3eba48aef devel/onetbb: Update to 2021.6.0
and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/blob/v2021.6.0/RELEASE_NOTES.md
2022-09-28 12:28:09 +02:00
Piotr Kubaj
f1a513d447 cad/freecad: use webengine only on aarch64, amd64 and i386 2022-09-27 20:56:36 +02:00
Yuri Victorovich
a62f6ec871 cad/qflow: Update 1.4.98 -> 1.4.99
Reported by:	portscout
2022-09-24 19:45:16 -07:00
Yuri Victorovich
75138ba4a0 cad/netgen-lvs: Update 1.5.228 -> 1.5.233
Reported by:	portscout
2022-09-24 19:45:16 -07:00
Piotr Kubaj
a534aad1ce cad/libredwg: fix build on powerpc64*
Use newer LLVM with sanitizer libraries:
ld: error: cannot open /usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.asan-powerpc64le.a: No such file or directory
2022-09-22 10:13:41 +00:00
Yasuhiro Kimura
164249e867 editors/emacs: Update to 28.2
* Remove FCITXPATCH option as extra-patch-src_xfns.c can't be applied
  since 28.1.
* Tidy up Makefile with portfmt.
* Bump PORTREVISION of consumers.

ChangeLog:	https://www.gnu.org/software/emacs/news/NEWS.28.2

PR:		266454
Exp-run by:	antoine
Reviewed by:	ashish, jrm
Differential Revision:	https://reviews.freebsd.org/D36613
2022-09-21 16:48:19 +09:00
Yuri Victorovich
769145c157 cad/openfpgaloader: Update 0.9.0 -> 0.9.1
Reported by:	portscout
2022-09-20 23:42:18 -07:00
Fernando Apesteguía
83fb668323 cad/calculix-ccx: update to 2.20
PR:		266421
Reported by:	rsmith@xs4all.nl
2022-09-20 17:36:08 +02:00
Fernando Apesteguía
b47113cfc4 cad/calculix: Update to 2.20
PR:		266422
Reported by:	rsmith@xs4all.nl (maintainer)
2022-09-20 17:34:54 +02:00
Jan Beich
8f87e3d181 multimedia/x264: update to 0.164.3095
Changes:	5db6aa6...baee400f
2022-09-18 11:55:57 +00:00
Yuri Victorovich
5c621083ee cad/netgen-lvs: Update 1.5.227 -> 1.5.228
Reported by:	portscout
2022-09-13 21:41:12 -07:00
Jason E. Hale
6c6319f1d1 cad/librecad: Update to 2.2.0-rc4
https://github.com/LibreCAD/LibreCAD/blob/2.2.0-rc4/CHANGELOG.md
2022-09-12 15:46:00 -04:00
Felix Palmen
ddae4e92d8 Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
2022-09-11 12:20:14 +02:00
Thierry Thomas
31735a5b1a cad/opencascade: fix cmake files
A cmake macro, which should have configured $OCCT_INSTALL_BIN_LETTER was
not applied correctly. Thus some cmake files where badly configured, and
some consumers could not use them.

PR:		266280
Reported by:	yuri
MFH:		2022Q3
2022-09-10 13:12:13 +02:00
Yuri Victorovich
52b12d6aa4 cad/nvc: Broken on armv7
Reported by:	fallout
2022-09-09 14:49:50 -07:00
Daniel Engberg
e942e560c4 */*: Update path set in BUILD_DEPENDS for CMake
Commit b23ea4e2d2 changed its location to
devel/cmake-core

Approved by:	portmgr (blanket)
2022-09-09 22:32:24 +02:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Tobias C. Berner
b86221feea cleanup: remove trailing whitepaces 2022-09-07 12:26:41 +02:00
Yuri Victorovich
c82380c396 cad/yosys: Update 0.20 -> 0.21
Reported by:	portscout
2022-09-06 23:53:03 -07:00
Michael Reifenberger
a025e9ce23 cad/openscad-devel: Fix build
Remove qmake from USES.
Remove buildtools, add qmake_build to USE_QT.
Add two patches which got missed previously.
This should satisfy the build.
2022-09-06 19:44:05 +02:00
Dima Panov
1919c21bbd cad/ktechlab: pet stage-qa, declare hidden dependencies
Approved by:    portmgr blanket
2022-09-05 14:43:41 +03:00
Michael Reifenberger
10b4426955 cad/openscad-devel: Update and unbreak
Update to the current state as of 2022.09.03 and try to unbreak.
2022-09-05 12:20:15 +02:00
Yuri Victorovich
eb7817e721 cad/surelog: Broken on i386
Reported by:	fallout
2022-09-04 15:20:41 -07:00
Yuri Victorovich
3597a0500b cad/verilator: Update 4.224 -> 4.226
Reported by:	portscout
2022-09-01 13:10:31 -07:00
Yuri Victorovich
066900eb79 cad/nvc: Update 1.7.0-23 -> 1.7.1 2022-08-31 21:38:18 -07:00
Neel Chauhan
ccfc917818 cad/dinotrace: Update to 9.4f 2022-08-31 10:10:00 -07:00
Dmitry Marakasov
1b55ccdbb7 cad/py-ezdxf: switch to USES=pytest
Note that 5 tests are failing.

Approved by:	portmgr blanket
2022-08-30 21:55:06 +03:00
Fernando Apesteguía
a5f0cab27c cad/openvsp: update to 3.30.0
ChangeLog: http://openvsp.org/blogs/announcements/2022/08/28/openvsp-3-30-0-released

Too many changes to be listed here.
2022-08-29 16:58:37 +02:00
Yuri Victorovich
91557a8161 cad/surelog: Update 0.0-3950 -> 1.36
Reported by:	portscout
2022-08-28 13:56:19 -07:00
Michael Reifenberger
fc9023053e cad/qcad: Update
Update to 3.27.6.7
2022-08-27 18:50:58 +02:00
Yuri Victorovich
c4576ad471 cad/nvc: Broken on 14/i386
Reported by:	fallout
2022-08-23 20:54:06 -07:00
Stephen Montgomery-Smith
2baf0c771b cad/netgen: Update to 6.2.2204. 2022-08-20 20:09:48 -05:00
Matthias Andree
875d7c7d19 *: bump PORTREVISION of all devel/xxhash users...
...except archivers/py-borgbackup, which requires a more complete fix.
2022-08-13 20:51:14 +02:00
Dima Panov
4cf39decb3 */*: bump all consumers after recent boost upgrade 2022-08-12 17:46:53 +03:00
Yuri Victorovich
b9cd357f7f cad/nvc: Update 1.7.0 -> 1.7.0-23
i386 build should be fixed.
2022-08-11 10:06:50 -07:00
Piotr Kubaj
a61bbc3023 cad/nvc: fix off by one for powerpc*
There are actually 32 GPR for POWER.
2022-08-10 21:40:22 +00:00
Piotr Kubaj
31821073e9 cad/nvc: fix build on powerpc*
1. Add machine context for powerpc*.
2. Disable LTO on powerpc64.
2022-08-10 19:20:22 +02:00
Yuri Victorovich
53b6e6fb77 cad/nvc: Broken on i386
Reported by:	fallout
2022-08-09 22:39:07 -07:00
Christoph Moench-Tegeder
fc3a94613d cad/freecad: update to 0.20.1
Release Notes (soon):
  https://github.com/FreeCAD/FreeCAD/releases/tag/0.20.1
2022-08-10 00:02:17 +02:00
Yuri Victorovich
6cc4c3f3a7 cad/nvc: Update 1.6.2 -> 1.7.0 2022-08-07 13:30:46 -07:00
Yuri Victorovich
98443ea764 cad/nvc: Broken on armv6
Reported by:	fallout
2022-08-06 16:19:20 -07:00
Yuri Victorovich
c5b5901bf5 cad/surelog: Broken on armv6
Reported by:	fallout
2022-08-06 16:04:34 -07:00
Alexey Dokuchaev
127ed2d004 cad/sweethome3d: update Sweet Home 3D to bugfix version 7.0.2
Reported by:	portscout
2022-08-06 09:55:18 +00:00
Bernard Spil
57a153b696 archivers/libzip: Bump PORTREVISION on dependent ports 2022-08-05 17:58:34 +00:00
Diane Bruce
0628704aae ports/cura: Update to 4.13.1
Major update to 4.13.1 not 4.12
I've said it before and I'll say it again. This port should be a
group effort but a cads porting team. I'd be happy to give
up Maintainership as my only interest with cura was to get it into
ports.

PR:		ports/255630
Reported by:	unrelentingtech <greg@unrelenting.technology>
Tested by:	trombik1973@gmail.com
2022-08-04 18:52:04 -04:00
Yuri Victorovich
5a5c763b94 cad/yosys: Update 0.19 -> 0.20
Reported by:	portscout
2022-08-04 00:41:22 -07:00
Fernando Apesteguía
6e361fe009 cad/openvsp: update to 3.29.1
3.29.1 reverts some changes to AngelScript related to Apple M1.
The bulk of the changes are in 3.29.0.

ChangeLog: http://openvsp.org/blogs/announcements/2022/07/26/openvsp-3-29-0-released

Features

 * Optional quad meshing for CFDMesh and FEAMesh
 * Option to turn off high-order elements in FEAMesh

VSPAERO Changes

 * Improved force (especially drag) calculations, and bug fixes there in.
 * Adjoint solver, stand alone now works for steady and usteady
 * Adjoint solver + solver = Optimizer with an API. (Steady and unsteady)
 * Initial API hooks for integration with OpenMDAO
 * Initial API hooks for tightly coupled structural solves
 * Complex step version should anyone care
 * Fix for thin/cusped trailing edges on panel meshes.
 * The degen geom and vspgeom files are both supported equally in terms of
   comp ids/surface
 * Sticking with DegenGeom for default VLM solves
 * VSPGEOM for Panel solves as default
 * Some of the output files have changed as folks were asking for more info in
   things like the span loading data, etc.
 * Cut planes added for solution visualization
 * Span loading for thick geometries
 * Preliminary supersonic panel support
 * Bugs. Some fixed, some added.

Bug Fixes

 * Fix control surface addition for Wing Geoms
 * Silence echo of BEM file on read
 * Fix airfoil thickness scaling problem with blended wings
 * Fix VSPAERO Viewer movie creation on Windows (hopefully)
 * Fix int to float conversion overflow in InterpDistTable in CFDMesh
2022-08-02 07:32:33 +02:00
Yuri Victorovich
9639e9c599 cad/magic: Update 8.3.245 -> 8.3.315 2022-07-30 00:34:33 -07:00
Yuri Victorovich
42064a3c71 cad/openfpgaloader: Update 0.8.0 -> 0.9.0
Reported by:	portscout
2022-07-27 12:58:35 -07:00
Baptiste Daroussin
9636cde221 cad/linux-eagle5: use pkg-message to show message on remove 2022-07-27 16:27:11 +02:00
Yuri Victorovich
3ed6f14a30 cad/nvc: Fix build on systems without unwind.h in base
Reported by:	fallout
2022-07-27 01:40:21 -07:00
Christoph Moench-Tegeder
fbaa68fb92 cad/kicad: update KiCAD and libraries to 6.0.7
Release Announcement soon on https://www.kicad.org/blog/
2022-07-26 22:29:51 +02:00
Yuri Victorovich
38cbc8112b cad/nvc: Remove dependency on devel/libunwind
devel/libunwind causes mixup with base headers.
2022-07-24 11:35:37 -07:00
Yuri Victorovich
f08229797a cad/nvc: Update comment 2022-07-24 10:54:13 -07:00
Yuri Victorovich
82067d520c cad/gds3d: Update g20210503 -> g20220203 2022-07-23 22:40:13 -07:00
Yuri Victorovich
89bd892c5b cad/openroad: Broken on systems where OpenMP isn't enabled
Reported by:	fallout
2022-07-23 07:54:59 -07:00
Yuri Victorovich
fc4c4f15ab cad/nvc: Broken on armv6, armv7
Reported by:	fallout
2022-07-22 10:14:45 -07:00
Yuri Victorovich
b535ab28c4 cad/surelog: Broken on aarch64
Reported by:	fallout
2022-07-22 10:05:30 -07:00
Thierry Thomas
5a133e1960 cad/camotics: unbreak after the upgrade of lang/v8
After the latest upgrade of v8, C! and CAMotics must be built with c++17
standard.

Obtained from:	https://github.com/CauldronDevelopmentLLC/CAMotics/issues/369
Fixes:		0db7465f14

Reported by:	pkg-fallout
2022-07-22 17:41:57 +02:00
Robert Clausecker
afea1504a2 cad/pcb-rnd: Update to 3.0.5
ChangeLog:	http://www.repo.hu/projects/pcb-rnd/releases/changelog-3.0.5.txt
PR:		265361
2022-07-22 16:39:08 +01:00
Yuri Victorovich
c7429d8e0e cad/gds3d: Broken on architectures that don't have OpenMP
Reported by:	fallout
2022-07-21 13:24:50 -07:00
Robert Clausecker
2cca79c477 cad/librnd: update to 3.2.0
Previous patch in PR was incomplete. This one properly updates the port
to 3.2.0.

Fixes: 89b6b25d78
2022-07-20 22:34:51 +02:00
Tobias C. Berner
5564b3b420 science/hdf5: bump PORTREVISION of consumers
The SO-version increased in the update to 1.12.2 in
a43418b815 .

Reported by:	VVD <vvd@unislabs.com>
2022-07-20 16:35:24 +02:00
Tobias C. Berner
b46abf8056 cad: remove 'Created by' lines
A big Thank You to the original contributors of these ports:

  *  AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Andersson <anders@hack.org>
  *  Bruce M Simpson <bms@FreeBSD.org>
  *  Christoph Moench-Tegeder <cmt@FreeBSD.org>
  *  David Yeske <dyeske@gmail.com>
  *  Diane Bruce <db@db.net>
  *  Joachim Strombergson <watchman@ludd.ltu.se>
  *  Johnny Sorocil <jsorocil@gmail.com>
  *  Julian Jenkins <kaveman@magna.com.au>
  *  Marc Fonvieille <blackend@FreeBSD.org>
  *  Mario S F Ferreira <lioux@linf.unb.br> et al.
  *  Martin Dieringer <martin.dieringe@gmx.de>
  *  Matthias Petermann <matthias@petermann-it.de>
  *  Michael Durian <durian@shadetreesoftware.com>
  *  Michael Reifenberger <mr@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br>
  *  Pedro F. Giffuni
  *  Pedro F. Giffuni <giffunip@asme.org>
  *  Pedro Giffuni
  *  Pedro Giffuni <giffunip@asme.org>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Sarod Yatawatta <sarod@cs.pdn.ac.lk>
  *  Sergio Lenzi <lenzi.sergio@gmail.com>
  *  Stanislav Sedov <ssedov@mbsd.msk.ru>
  *  Thierry Thomas <thierry@FreeBSD.org>
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Vanilla I. Shu <vanilla@FreeBSD.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  gahr
  *  hrs
  *  ijliao
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  lon_kamikaze@gmx.de
  *  stas
  *  swallace
  *  thierry@pompo.net

With hat:	portmgr
2022-07-20 16:20:58 +02:00
Robert Clausecker
89b6b25d78 cad/librnd: update to 3.2.0
ChangeLog: http://www.repo.hu/projects/librnd/releases/changelog-3.2.0.txt

PR:	265283
Reported by:	fuz@fuz.su (maintainer)
2022-07-18 17:17:40 +02:00
Po-Chuan Hsieh
9e5b0e6663
cad/freecad: Change LIB_DEPENDS from hdf5 to hdf5-110 (follows french/med)
- Bump PORTREVISION for dependency change
2022-07-18 20:50:19 +08:00
Po-Chuan Hsieh
27d86b9f6d
cad/csxcad: Fix build with HDF5 1.12.0+ 2022-07-18 20:50:18 +08:00
Po-Chuan Hsieh
90464799ec
cad/appcsxcad: Fix build with HDF5 1.12.0+ 2022-07-18 20:50:18 +08:00
Alexey Dokuchaev
2dd141966b cad/sweethome3d: update the port to version 7.0 with many improvements
Read the blog article* to learn about most prominent changes.  As for
the port itself, addition of YafaRay rendering engine complicates the
build process because it's not part of the upstream build system (they
ship precompiled *.so files for MacOS, GNU/Linux, and Windows) and we
cannot make use of `graphics/yafaray' port because they use some fork
with a slightly different API.  Drop NO_ARCH because the package now
contains CPU-specific binary code.

Reported by:	portscout

*) http://www.sweethome3d.com/blog/2022/07/13/sweet_home_3d_7_0.html
2022-07-16 05:05:00 +00:00
Yuri Victorovich
a61888545b cad/openscad: Change WWW to https 2022-07-12 23:33:16 -07:00
Yuri Victorovich
883e7f87cf cad/adms: Fix dependencies and WWW; Cleanup 2022-07-10 21:26:19 -07:00
Yuri Victorovich
e93a181742 cad/adms: Take maintainership 2022-07-10 21:08:29 -07:00
Yuri Victorovich
510c1361b9 cad/xyce: Correct license; Add/update comments 2022-07-10 18:45:36 -07:00
Yuri Victorovich
3f1dce0cdd cad/xyce: Remove unnecessary test dependency; Add comment 2022-07-10 16:51:17 -07:00
Yuri Victorovich
a02c3eadc5 cad/qucs-s: Add options for optional run-time dependencies 2022-07-10 15:37:54 -07:00
Yuri Victorovich
4054c13798 cad/xyce: Change to GNU tools build; Add missing test dependencies
GNU tools build is stable, and cmake build isn't yet considered to
be stable.
2022-07-10 15:37:53 -07:00
Yuri Victorovich
488781bde8 cad/xyce: Chenge MASTER_SITES to GitHub URL; Add test target 2022-07-10 11:51:20 -07:00
Yuri Victorovich
8241f67b4f cad/qucs-s: Add NGSPICE and QUCSATOR options 2022-07-09 13:23:18 -07:00
Yuri Victorovich
7cae277828 cad/qucsator: New port: Circuit simulator of the Qucs project 2022-07-09 11:52:24 -07:00
Yuri Victorovich
b43d535264 cad/qucs-s: Add option for Xyce dependency 2022-07-09 07:52:33 -07:00
Yuri Victorovich
50ea5005f3 cad/xyce: New port: Xyce electronic simulator 2022-07-08 22:46:57 -07:00
Yuri Victorovich
d4e027941c cad/qucs-s: Fix grammar in pkg-descr 2022-07-08 13:12:22 -07:00
Yuri Victorovich
d31a84713b cad/qucs-s: Add missing Octave run-time dependency 2022-07-08 11:47:55 -07:00
Yuri Victorovich
7609fce6eb cad/qucs-s: New port: Quite Universal Circuit Simulator: GUI for circuit simulation kernels 2022-07-08 00:42:28 -07:00
Yuri Victorovich
875accfb07 cad/librecad: Change WWW to https
Approved by:	portmgr (blanket)
2022-07-06 23:41:53 -07:00
Yuri Victorovich
803ae87510 cad/meshlab: Change WWW to https
Approved by:	portmgr (blanket)
2022-07-06 23:36:54 -07:00
Yuri Victorovich
6ef57cf975 cad/z88: Correct WWW 2022-07-06 23:32:51 -07:00
Yuri Victorovich
f7e48bea9f cad/yosys: Correct WWW 2022-07-06 23:31:06 -07:00
Yuri Victorovich
d25b74fd36 cad/sweethome3d: Change WWW to https
Approved by:	portmgr (blanket)
2022-07-06 23:28:35 -07:00
Yuri Victorovich
fae9f2ff6d cad/ngspice_rework: Change WWW to https
Approved by:	portmgr (blanket)
2022-07-06 23:24:44 -07:00
Yuri Victorovich
a903724de2 cad/ngspice_rework: Update 36 -> 37
PR:		265058
Approved by:	kevinz5000@gmail.com (maintainer)
2022-07-06 23:06:05 -07:00
Yuri Victorovich
259fdc95f3 cad/yosys: Update 0.18 -> 0.19
Reported by:	portscout
2022-07-04 21:24:14 -07:00
Yuri Victorovich
ce29d69cde cad/netgen-lvs: Update 1.5.226 -> 1.5.227
Reported by:	portscout
2022-07-01 20:55:30 -07:00
Christoph Moench-Tegeder
4b1f89504c cad/freecad: fix mpi dependency after 1f7e038474
In 1f7e038474, math/vtk9 was switched from openmpi to mpich.
FreeCAD picks up the dependency from vtk9 and links to the same
library, which is now libmpi from mpich.
2022-07-01 21:18:12 +02:00
Stefan Eßer
15c825be19 Fix CONFLICTS_INSTALL in categories cad and chinese
Approved by:	portmgr (implicit)
2022-06-29 17:00:01 +02:00
Yuri Victorovich
ac7132e8e5 cad/netgen-lvs: Update 1.5.224 -> 1.5.226
Reported by:	portscout
2022-06-27 15:39:41 -07:00
Yuri Victorovich
54da5873f3 cad/appcsxcad: Update 0.2.2-7 -> 0.2.2-9 2022-06-26 14:37:34 -07:00
Yuri Victorovich
fd85388993 cad/qcsxcad: Update 0.6.2-5 -> 0.6.2-9 2022-06-26 14:37:34 -07:00
Yuri Victorovich
62171b0b09 cad/csxcad: Update 0.6.2-103 -> 0.6.2-109 2022-06-26 14:37:34 -07:00
Dmitry Pryakhin
35f2d92458 cad/lepton-eda: Update to 1.9.18
Changelog: https://github.com/lepton-eda/lepton-eda/blob/master/NEWS.md#notable-changes-in-lepton-eda-1918-20220529

PR:	264887
2022-06-25 17:54:04 -07:00
Erik Greenwald
f871c6efab
cad/brlcad: Update to 7.32.4
PR:		262714
2022-06-26 00:10:51 +08:00
Ulrich Spörlein
1da03e08b5 cad/PrusaSlicer: Fix build and remove BROKEN
This applies a patch from upstream to fix compilation with recent boost
versions.
2022-06-24 21:12:27 +02:00
Jose Alonso Cardenas Marquez
c77c31909f lang/fpc: Fix build issues building some fpc based apps
- Add missing parameter to getdirentries syscall function
- Re-build i386 and amd64 bootstrap
- Revert fpc-i386 (FPC_USE_LIBC) build to syscall build
- Bump PORTREVISION in all ports dependant of freepascal compiler
2022-06-20 20:17:20 -05:00
Yuri Victorovich
dd527e7667 cad/verilator: Update 4.222 -> 4.224
Reported by:	portscout
2022-06-20 13:57:33 -07:00
Christoph Moench-Tegeder
2e4a9fe051 cad/kicad: update KiCad and libraries to 6.0.6
Release Notes soon on https://www.kicad.org/blog/
2022-06-19 22:07:23 +02:00
Jose Alonso Cardenas Marquez
cedfa0ad1f */*: Bump PORTREVISION
* editors/lazarus was updated to 2.2.2
2022-06-18 00:57:02 -05:00
Po-Chuan Hsieh
762d6343e4
cad/appcsxcad: Fix knob order in 328ae40742
bump-revision.sh does not check DISTVERSION{PREFIX,SUFFIX}, therefore it may insert PORTREVISION in wrong place.
2022-06-16 23:27:43 +08:00
Po-Chuan Hsieh
328ae40742
*/*: Replace science/szip with science/libaec
- Bump PORTREVISION of dependent ports for dependency change

szip does not allow redistribution in binary form without proper commercial
license. Its LICENSE_PERMS should be set to no-auto-accept which blocks building
this port, therefore building dependent ports are also blocked. Switch all
dependent ports to science/libaec to avoid conflicts and license issue.

PR:		228743, 246097, 250165
2022-06-16 23:13:01 +08:00
Christoph Moench-Tegeder
21a1b657ee cad/freecad: update to 0.20
Release Notes: https://wiki.freecad.org/Release_notes_0.20
2022-06-15 15:24:50 +02:00
Yuri Victorovich
de322801c4 cad/netgen-lvs: Update 1.5.222 -> 1.5.224 2022-06-15 00:30:10 -07:00
Yuri Victorovich
01d57d2b2d cad/yosys: Update 0.17 -> 0.18
Reported by:	portscout
2022-06-12 00:40:16 -07:00
Yuri Victorovich
598609b371 misc/openvdb: Update 9.0.0 -> 9.1.0
Reported by:	portscout
2022-06-11 13:29:59 -07:00
Yuri Victorovich
c0f916cc64 cad/horizon-eda: Fails to compile on FreeBSD 14
Reported by:	fallout
2022-06-10 10:20:33 -07:00
Yuri Victorovich
333ed68ec1 cad/digital: Fix build on aarch64
Java-8 crashes on aarch64. Changed to Java-17.

Reported by:	fallout
2022-06-10 10:06:06 -07:00
Yuri Victorovich
1082c56fea cad/netgen-lvs: Update 1.5.221 -> 1.5.222
Reported by:	portscout
2022-06-09 22:21:36 -07:00
Baptiste Daroussin
767c685605 cad/gtkwave: remove gconf option 2022-06-08 16:06:22 +02:00
Dmitry Marakasov
58ae3d4d64 cad/openscad-devel: mark BROKEN
Approved by:	portmgr blanket
2022-06-07 17:33:28 +03:00
Yuri Victorovich
4cc962ad6d cad/veroroute: Update 2.27 -> 2.28
Reported by:	portscout
2022-06-05 23:31:07 -07:00
Robert Clausecker
5831e0c7d9
Add cad/pcb-rnd: Flexible, modular Printed Circuit Board editor
PR:		264289
2022-06-05 23:26:25 +08:00
Robert Clausecker
0ce9a5d60b
Add cad/pcb-rnd: Flexible, modular Printed Circuit Board editor
PR:		264289
2022-06-05 23:19:51 +08:00
Po-Chuan Hsieh
19f314f400
cad/py-pyfda: Fix build with setuptools 58.0.0+
With hat:	python
2022-06-03 21:59:04 +08:00
Fernando Apesteguía
a135c18d31 cad/openvsp: update to 3.28.0
ChangeLog: http://openvsp.org/blogs/announcements/2022/05/31/openvsp-3-28-0-released

Features

 * API RST volumetric coordinate evaluation XYZ=f(RST)
 * API RST coordinate inversion RST=f(XYZ)
 * API LMN/RST coordinate conversion
 * API for component inside/outside check
 * Structures GUI much faster
 * Finite line subsurfaces – also in structures
 * Orthotropic material support in GUI
 * Write orthotropic materials to NASTRAN and CalculiX
 * Specify material orientation method on per-part basis
 * Write material orientation information for CalculiX
 * Node and element offsets for FEA files
 * Add FEA part and mesh trimming by other structural parts
 * Increased verbosity of output during intersection and meshing

Library Updates

 * AngelScript updated to 2.35.1
 * nanoflann updated to 1.4.2

Bug Fixes

 * Fix specification of fixed points in FEA mesh
 * Rewrite MergeBorderEndPoints to be fast
 * Prevent infinite loop in Triangle that would cause crashes
 * Fix crashes from intersection / meshing console
 * Add more debugging output for intersection / meshing process
 * Fix default Calculix file extension
 * Only write utilized materials to CalculiX files
 * Fix setting airfoil points from Python API
 * Fix problem with CompGeom and negative components with half mesh
 * Many small bug fixes and cleanups
2022-06-02 18:49:23 +02:00
Yuri Victorovich
98287eee11 cad/horizon-eda: Update 2.3.0 -> 2.3.1
Reported by:	portscout
2022-05-30 17:23:33 -07:00
Michael Reifenberger
ae7dd6324c cad/openscad-devel: Update to 2022.05.20
Use the version as of 2022.05.20
2022-05-26 21:45:31 +02:00
Yuri Victorovich
5d9cad22d6 cad/digital: Update 0.27 -> 0.29 2022-05-23 20:21:33 -07:00
Dima Panov
b082b3d13e devel/boost-all: bump all library consumers after boost upgrade
PR:	246106
2022-05-22 23:17:16 +03:00
Dima Panov
d0a098c286 cad/ifcopenshell: mark as BROKEN after recent boost upgrade
PR:	246106
2022-05-22 23:17:11 +03:00
Dima Panov
4f3a6a9b3e cad/PrusaSlicer: mark as BROKEN with recent boost
PR:	246106
2022-05-22 23:17:07 +03:00
Thierry Thomas
3a63bbd85b cad/camotics: adding CAMotics, Simulation & Computer Aided Machining
The latest stable release, v1.2.0, is for Python-2.7, this is why I
ported this -RC1, but it is somewhat buggy. Do not hesitate to report
any problem!

PR:		262763
Requested by:	luzpaz (at) pm.me
2022-05-21 10:56:42 +02:00
Yuri Victorovich
e4962bfac3 cad/veroroute: Update 2.26 -> 2.27
Reported by:	portscout
2022-05-20 13:08:36 -07:00
Yuri Victorovich
d3ada2fdf9 cad/cvc: Update 1.1.1 -> 1.1.3
Reported by:	portscout
2022-05-20 13:08:36 -07:00
Michael Reifenberger
274d6cb1a5 cad/qcad: Update
Update to 3.27.6.0
2022-05-19 18:16:30 +02:00
Michael Reifenberger
755720c7b8 cad/kicad-devel: Update
Update kicad-*-devel to the latest version
2022-05-18 20:44:04 +02:00
Loïc Bartoletti
2d34c2bfea devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location

Release Notes:
  https://cmake.org/cmake/help/v3.23/release/3.23.html

PR:		262886
Exp-run by:	antoine
2022-05-16 08:49:43 +02:00
Yuri Victorovich
c26c101f51 cad/py-pymtl: Update 3.1.13 -> 3.1.14
Reported by:	portscout
2022-05-15 09:39:03 -07:00
Stephen Montgomery-Smith
f194605378 cad/netgen: Update to 6.2.2203. 2022-05-10 11:26:56 -05:00
Yuri Victorovich
d102f7c167 cad/py-pymtl: Update 3.1.12 -> 3.1.13 2022-05-09 20:50:23 -07:00
Yuri Victorovich
f0d54eed61 cad/yosys: Update 0.16 -> 0.17
Reported by:	portscout
2022-05-09 18:15:47 -07:00
Kevin Bowling
db78da8f8b devel/libffi: Bump deps PORTREVISION for shlib change
PR:		263764
Reported by:	VVD <vvd@unislabs.com>
2022-05-09 12:23:51 -07:00
Yuri Victorovich
19ba7830ef cad/horizon-eda: Fix build failures
clang-13 crashes on this port.

Bring back the rule that it builds with clang-12.

Reported by:	fallout
2022-05-08 12:48:14 -07:00
Yuri Victorovich
07ca8a486f cad/nvc: Fix dependency on devel/libunwind
It is needed only when ${OSVERSION} < 1400052.

Reported by:	fallout
2022-05-08 12:04:44 -07:00
Yuri Victorovich
b461f63223 cad/py-pymtl: Update 3.1.11 -> 3.1.12
Reported by:	portscout
2022-05-07 12:25:59 -07:00
Christoph Moench-Tegeder
4f80881f60 cad/kicad: attempt to fix 3D-Viewer by using bundled GLEW
The 3D-Viewer (e.g. from the Footprint Editor) may fail to start
with an "Unknown error" message. Investigation indicates that
kicad really needs it's bundles libGLEW, using the system one
was a mistake.
While here, fix a possible nullpointer dereference in the 3D cache
destructor - this is only relevant when the 3D viewer fails unexpectedly,
but then it is quite annoying during debugging.

PR:		262802
Reported by:	Tomasz "CeDeROM" CEDRO
2022-05-07 17:29:23 +02:00
Yuri Victorovich
7314f1602d cad/horizon-eda: Update 2.2.0 -> 2.3.0
Reported by:	portscout
2022-05-06 09:16:01 -07:00
Hiroki Sato
2c06b57709
cad/klayout: update to 0.27.9 2022-05-07 01:07:40 +09:00
Yuri Victorovich
bed5d0981f cad/veroroute: Update 2.25 -> 2.26 2022-05-05 11:42:19 -07:00
Yuri Victorovich
b8d8eb4429 cad/verilator: Update 4.220 -> 4.222
Reported by:	portscout
2022-05-03 16:34:26 -07:00
Yuri Victorovich
29409f4896 cad/py-pymtl: Update 3.1.10 -> 3.1.11
Reported by:	portscout
2022-05-03 16:34:25 -07:00
Christoph Moench-Tegeder
8d8e314b12 cad/kicad: update KiCad, libraries and docs to 6.0.5
Release Notees soon on https://www.kicad.org/blog/
2022-05-03 18:34:02 +02:00
Tobias Kortkamp
fa6c86d281
*: Fix up PORTREVISION
Mostly just typos and assigning PORTREVISION multiple times.

This commit doesn't fix up PORTREVISION between master-slave
ports where the master port often overwrites PORTREVISION from
the slaves which means the slaves don't actually get bumped.
These probably just need PORTREVISION?= but care must be taken
to not decrease the package versions of all the master-slave
packages and to actually bump PORTREVISION as intended. For the
record the currently visible broken master ports are:

databases/libgda5
emulators/virtualbox-ose
emulators/virtualbox-ose-legacy
graphics/atril
multimedia/mlt7
textproc/uim

But all master ports should be looked at here and get an explicit
PORTREVISION?= where it's currently missing to prevent this.

Reported by:	portscan
2022-05-03 10:00:26 +02:00
Kevin Bowling
cfac74ea12 cad/iverilog: Take maintainer 2022-05-02 10:29:45 -07:00
Rene Ladan
d64256b72d grimreaper: return zeising's ports to the pool after safekeeping his ports bit. 2022-05-02 12:46:28 +02:00
Yuri Victorovich
9308b879e2 cad/veroroute: Fix paths in .desktop file
PR:		263689
Reported by:	Torfinn Ingolfsen <tingox+freebsd@gmail.com>
2022-04-30 11:42:35 -07:00
Yuri Victorovich
fc6e524bed cad/cvc: Update 1.1.0-4 -> 1.1.1 2022-04-30 09:03:25 -07:00
Yuri Victorovich
1e56220456 cad/veroroute: Update 2.24 -> 2.25
Reported by:	portscout
2022-04-29 16:21:30 -07:00
Piotr Kubaj
32db3f9367 cad/meshlab: check for omp.h on all architectures 2022-04-27 13:22:35 +00:00
Yuri Victorovich
29de96400e cad/py-pymtl: Update 3.1.9 -> 3.1.10
Reported by:	portscout
2022-04-26 19:16:16 -07:00
Yuri Victorovich
634aea6166 cad/veroroute: Update 2.23 -> 2.24
Reported by:	portscout
2022-04-21 13:40:11 -07:00
Dmitry Marakasov
1e916d7f46 cad/py-gdspy: Fix test target name
Approved by:	portmgr blanket
2022-04-21 13:58:40 +03:00
Yuri Victorovich
f221610e2a cad/stm32flash: Update 0.6 -> 0.7
Reported by:	portscout
2022-04-19 21:43:30 -07:00
Yuri Victorovich
3a2a63aaca cad/netgen-lvs: Update 1.5.219 -> 1.5.221
Reported by:	portscout
2022-04-19 21:40:39 -07:00
Yuri Victorovich
fbbcc03299 cad/veroroute: Update 2.20 -> 2.23
Reported by:	portscout
2022-04-19 21:20:51 -07:00
Thomas Zander
9ec61d6d20
cad/linux-eagle5: Fix fetch error, mark deprecated
Details:
- Cadsoft, the EAGLE vendor, was acquired by Autodesk a while ago. The
  EAGLE 5 series was discontinued since, and is superseded by Autodesk
  EAGLE 9.
- Mark deprecated, scheduled for removal at the end of the 2022. Until
  then, the distfile remains available through a LOCAL mirror.

MFH:		2022Q2
2022-04-16 11:26:32 +02:00
Po-Chuan Hsieh
10d211b655
devel/protobuf: Update to 3.20.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
2022-04-16 12:19:07 +08:00
Yuri Victorovich
21b2eced53 cad/nvc: Update 1.6.1 -> 1.6.2
Reported by:	portscout
2022-04-14 07:20:35 -07:00
Charlie Li
d63665f7cd
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2022-04-10 15:11:41 -04:00
Yuri Victorovich
ca48dbec43 cad/yosys: Update 0.15 -> 0.16
Reported by:	portscout
2022-04-08 00:46:03 -07:00
Joseph Mingrone
d9dcd9c687
Emacs ports: Bump PORTREVISION after Emacs 28.1
Reviewed by:	ashish
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D34781
2022-04-07 19:12:44 -03:00
Dmitry Marakasov
7b4d1f0b36 */*: fix trailing whitespace in pkg-descr's
Approved by:	portmgr blanket
2022-04-01 18:09:49 +03:00
Yasuhiro Kimura
2b108b1c3a cad/klayout: Fix build with Ruby 3.x
PR:		262432
Approved by:	maintainer timeout
2022-03-29 16:29:13 +09:00
Loïc Bartoletti
8f81938500 devel/qscintilla-qt5: Update to 2.13.2
Change:
  - https://riverbankcomputing.com/news/QScintilla_2.13.2_Released
2022-03-28 07:22:22 +02:00
Yuri Victorovich
cdbc869a16 cad/veroroute: Update 2.19 -> 2.20
Reported by:	portscout
2022-03-26 19:40:08 -07:00
Matthias Fechner
247c7db751 textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd7
2022-03-26 09:27:27 +01:00
Yuri Victorovich
8920bfd4b9 cad/gtkwave: Update 3.3.107 -> 3.3.111
PR:		262474
Approved by:	zeising@ (maintainer's timeout; 14 days)
2022-03-24 09:35:05 -07:00
Fernando Apesteguía
207b279ccf cad/openvsp: update to 3.27.1
ChangeLogs:
http://openvsp.org/blogs/announcements/2022/03/17/openvsp-3-27-0-released
http://openvsp.org/blogs/announcements/2022/03/19/openvsp-3-27-1-released
2022-03-20 19:32:42 +01:00
Michael Reifenberger
165a50b8d6 cad/kicad-devel: Update
Update to the latest version
2022-03-20 16:14:01 +01:00
Yuri Victorovich
ad1f1c0f6b cad/openfpgaloader: Update 0.7.0 -> 0.8.0
Reported by:	portscout
2022-03-19 16:29:22 -07:00
Christoph Moench-Tegeder
f0235442cc cad/kicad: update to 6.0.4
Announcement: https://www.kicad.org/blog/2022/03/KiCad-6.0.4-Release/
2022-03-19 13:54:03 +01:00
Jan Beich
3468f1957c multimedia/dav1d: update to 1.0.0
Changes:	https://code.videolan.org/videolan/dav1d/-/releases/1.0.0
Reported by:	Repology
2022-03-18 14:41:26 +00:00
Bernhard Froehlich
caba6d71cf
cad/gerbv: Add CPE information
Approved by:	portmgr (blanket)
2022-03-18 13:23:47 +00:00
Bernhard Froehlich
fe7ff92f26
cad/freecad: Add CPE information
Approved by:	portmgr (blanket)
2022-03-18 13:23:46 +00:00
Christoph Moench-Tegeder
2307e5871d cad/kicad: update KiCAD, documentation and library to 6.0.3 2022-03-16 20:40:34 +01:00
Baptiste Daroussin
1df8ab6a09 cad/oregano: stop using rarian and small cleanup
rarian is deprecated and unused anymore, stop teaching oregano package
to run scrollkeeper on those files.

While here stop installing the compiled glib schema which will overwrite
the system one.

Oregano uses waf, which will wrongly run glib-compile-schema, but also
update-mime-info, update-desktop-database which should be run at install
time only.

A real fix would be to prevent waf from running all those programs, but
waf is a blackbox, and patching it is complicated per package.
2022-03-15 14:36:29 +01:00