- 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
- 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
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
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
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
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