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) {
^
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)
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)
- 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.
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.
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.
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
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)
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
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
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
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)
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)
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
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
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
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
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.
- 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
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
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.