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)
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
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
/wrkdirs/usr/ports/cad/openvsp/work/.build/Libraries-prefix/src/Libraries-build/EIGEN-prefix/src/EIGEN/Eigen/src/Core/arch/AltiVec/PacketMath.h:1340:32: error: use of undeclared identifier 'vec_sqrt'; did you mean 'vec_rsqrte'?
BF16_TO_F32_UNARY_OP_WRAPPER(vec_sqrt, a);
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
ChangeLog: http://openvsp.org/blogs/announcements/2019/12/29/openvsp-3-20-0-released
Features:
* Smart Input for simple math in input boxes
* API examples in documentation
* Draw cg from mass prop screen
* CEDIT improvements
* Make wing section projected area an output Parm
* Add get parent/child to API
* Fix VSPAERO crash for Uber CRM example case
* Lots of cleanups identified through static analysis
* Travis deployment
* Update Travis MacOS build to match release builds
Library Updates:
* Include expparse simple expression parsing library
Bug Fixes:
* Don't crash structures STEP/IGES output when no structure defined
* Parasite drag for identically named geoms
* DegenGeom crash when subsurfaces extended beyond [0,1]
* CEDIT fixes
Don't use amd64 code on all 64-bit architectures.
Include sys/param.h because of:
/usr/local/poudriere/ports/default/cad/openvsp/work/OpenVSP-OpenVSP_3.19.0/src/util/FileUtil.cpp:118:18: error: 'PATH_MAX' was not declared in this scope
118 | char exepath[PATH_MAX];
| ^~~~~~~~
PR: 242235
Approved by: fernape (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D22576
ChangeLog:
http://openvsp.org/blogs/announcements/2019/11/18/openvsp-3-19-1-released
Features:
* Add rotating blade examples for VSPAERO
* Let vspviewer accept *.adb in file name passed, helps with double-click
* Use less precision in M,A,B list from GUI to VSPAERO - long command lines
* Clean up some warnings in VSPAERO code
* Update VSPAERO command line documentation
Bug Fixes:
* Fix field ordering in DegenGeom file - this broke VSPAERO
* Fix problem with image backgrounds
* Remove XS_BEZIER reference from Python test
* Improve Ubuntu package to remove prior version
* Fix PathToExe for FreeBSD
Add USES=xorg to complement USE_XORG
ChangeLog: http://openvsp.org/blogs/announcements/2019/09/03/openvsp-3-18-0-released
Features:
* New anthropomorphic pose-able human model
* More sets by default (20)
* Blue and green highlights for wing/fuse/stack editing
* Convert non-adjustable sliders to adjustable
* Improved Cpslice visualiation
* Other small cleanups
Fixes:
* Fix some API Error messages
* Don't draw Prop XSecs when in disk mode
* Fix memory leak
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
Removing one patch accepted upstream.
ChangeLog:
http://openvsp.org/blogs/announcements/2019/07/08/openvsp-3-17-1-released
Features:
* Calculate average and weighted chord and solidity for props
* Expand API coverage
* Improve CMake to help FLTK build on Linux
* Add names to exported STEP files.
Library Update:
* Update GLM to 0.9.9.5
Fixes:
* Fix skin friction equations
* Multiple FEA GUI Fixes
* Don't assume FEA skin is first component
* IGES Structure Parm Name Collision (Thanks Jim Fenbert)
* STEP Structure missing options
* Overlapping Prop XSecs
* Register missing attachment enums w/ API
* Protect 4-dig airfoils from out of bounds parms
* Improve ResetRemapID behavior
* Fix problems with prop and file airfoils
* Add missing GUI handling of read-file XSecs for body of revolution
* Silence a bunch of warnings
* Use equal arc len parameterization for super ellipses
From the ChangeLog:
(http://openvsp.org/blogs/announcements/2019/03/28/openvsp-3-17-0-released)
Features:
* CHARM Python export scripts
* Transparent screenshots
* Border toggle in menu
* Improved show axis toggle
* Export structure surfaces to IGES and STEP
* Design lift coefficient support for four-digit airfoils
* Propeller definition by thickness and CLi distribution
* Calculate integrated design lift coefficient for props
* BEM files in terms of thickness and CLi distribution
* Feather axis and offset control for propeller
* Implicit disk model for propeller
* STL solid names include tag number
* Tag unintersected triangles for STL export
* Increase tessellation limits
* Option to export props at origin (unintersected STL and STEP/IGES)
* Batch evaluation of Bezier surface points and normals (faster refresh)
Fixes:
* Restore visualization of CFDMesh sources and wake
* Don't crash when BOR XSec changed to Bezier
* Don't crash when reading Lednicer airfoils
* Import v2 multi-section wings properly
* Make key-corner default for rounded rectangle
* Reverse props with shifted construction line built correctly
* Don't allow insertion of XSec at negative index from API
* Don't allow comma as decimal point marker; fixes file corruption.
* Fix writing excressence drag label to XML file
* Fix unexpected ResetRemapID in files with conformal geometry
* Move to USES_GITHUB
* The port now USES autoreconf
* Reorder some variables
* Bump PORTREVISION for dependent port
From the ChangeLog: https://github.com/cpptest/cpptest/blob/2.0.0/NEWS
- Move to C++11 (GitHub issue #9):
- Replace deprecated auto_ptr by unique_ptr
- Remove deprecated dynamic exception specification (e.g. "throw ()")
- Note: soname bumped to 1:8:0
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
Announcement: http://openvsp.org/blogs/announcements/2018/10/29/openvsp-3-16-2-released
Features:
* DegenGeom additions
* API Animation support
* Four digit modified airfoils
* Five digit & modified airfoils
* 16 series airfoils
* Fuselage and stack end caps
* BOR support in API
* General API cleanups
Bug Fixes:
* Many small fixes
* Fuse file xsec symmetry problem
* Fix point clustering on airfoil export
Port was broken after last compilers updates in 11 and 12.
Clang is now able to compile the port but we need to patch as_callfunc_x86.cpp
unconditionally, otherwise clang complains (or dies, depending on the version)
with:
this directive must appear between .cfi_startproc and .cfi_endproc directives
Also use localbase to simplify flags handling.
Reported by: pkg-fallout
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
- https://blog.kitware.com/cmake-3-10-1-available-for-download/
- flang support
- changes to automoc policies
- support for FreeBSD package generation with CPack
Necessary fixes to other ports:
- cad/openvsp make search for libxml explicit
- math/scalapack force C compiler to be compatible with mpi
- deskutils/kdepim4 fix incorrect sources list
- www/qt5-webkit fix incorrect sources list
Thanks to Antoine for the multiple exp-runs.
PR: 223872
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13210