1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

3974 Commits

Author SHA1 Message Date
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