* The code has been modernized so most of the patches and the workaround
with USE_CXXSTD are therefore no longer required. USE_GCC is still needed
for build as some files cannot be compiled with Clang.
The updated code also contains no more occurences of the long deprecated
gets(3) function which has been removed since FreeBSD 1300043. [1]
* A patch from Debian's patchset [2] is required to remedy build issues
with the documentation.
* Add USE_XORG to pass stage QA as some binaries are linked against various
X libraries. Among these libraries is also the recently deprecated
x11/libXp, which is probably not needed but (still) pulled in by the
OpenMotif toolkit.
* Also pet portlint/portclippy while I'm here by grouping related USE_*
variables to the USES block and sort the other variables according to the
PHB.
PR: 238686
Submitted by: Loïc Bartoletti <lbartoletti@tuxfamily.org> (based on)
Reported by: emaste [1]
Obtained from: Debian [2]
Changelog:
- http://www.scorchworks.com/K40whisperer/k40whisperer_change_log.html
- http://www.scorchworks.com/K40whisperer/k40whisperer.html
- Do not set PKGNAMEPREFIX to the Python package name prefix. The software
does not care about the underlying Python version and supporting flavors
is not worth it in this case.
- Mark the port as working with Python 3.7.
- Set DESKTOP_ENTRIES, USES=shebangfix, and NO_ARCH.
- Put variables in order.
- Change the way files are installed so that it is easier to spot a change
in pkg-plist in the future.
- Fix Python script indentation issues (mixed up tabs and spaces) in
post-patch.
- Suggest the user to look in the docs directory instead of the data
directory for notes about Linux and macOS setups.
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
- Fix build on 12-STABLE and CURRENT (amd64 and i386)
- Bump PORTREVISION for all ports that depends of lang/fpc
- Add USE_BINUTILS to fpc and lazarus based ports
- Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk
PR: 240293 239934 233413 214864
Exp-run by: antoine
This is prep-work for Qt 5.13; the previous version in ports, from
2015, doesn't build with the next Qt release (possibly also not
with Qt 5.12). So update it without maintaining it.
- Drop maintainership
PR: 239728 [1]
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld at utanet.at> [1]
Reported by: Robert Cina <transitive at gmail.com>
Building with base GCC fails with:
cc1: error: -Wuninitialized is not supported without -O
But this port should use the default -O2.
PR: 239311
Approved by: graahnul.grom@gmail.com (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D21142
Maintainer reset due to the extended timeout, as per policy.
Take maintainership.
7 ports are bumped.
PR: 239367
Approved by: waitman@waitman.net (maintainer's timeout; ~6months on a PR#235789 for the same port)
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
- Hook the tests to our framework (tests pass on x86,
but fail on powerpc/sparc64 unfortunately)
- Add the PYTHON option, disabled by default
Tested on: i386, amd64, powerpc, sparc64