mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
cad/openvsp: update to 3.40.1
ChangeLog: https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.40.0 Features: * Individual blade folding * Non-uniform blade spacing * Blade balance calculation and control * Online help infrastructure * Help cheat sheet for advanced linking * Improved 4-view view selection * Multi view control hot keys * FEA Mesh API additions * View and material setting API additions * 3D background file API additions Build system: * Update FLTK to latest 1.4.pre version Bug fixes: * Fix grid lines not drawing on Windows * Adjust tolerance in MergeBorderEndPoints * Fix build system for facade generation * Use ParmContainer::EncodeXml/DecodeXml when writing simple links * Fix missing inputs for parasite drag analysis 3.40.1 contains a fix that made 3.40.0 crash in some situations. * Add pandoc dependency * Use MAKE_JOBS_UNSAFE to workaround a race condition when copying a file
This commit is contained in:
parent
4a88deec10
commit
6b90de8951
@ -1,6 +1,6 @@
|
||||
PORTNAME= openvsp
|
||||
DISTVERSIONPREFIX= ${GH_PROJECT}_
|
||||
DISTVERSION= 3.39.1
|
||||
DISTVERSION= 3.40.1
|
||||
CATEGORIES= cad
|
||||
|
||||
MAINTAINER= fernape@FreeBSD.org
|
||||
@ -15,7 +15,8 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
BROKEN_aarch64= fails to compile: invokes x86 asm
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libopenNURBS.a:graphics/opennurbs \
|
||||
${LOCALBASE}/include/glm/glm.hpp:math/glm
|
||||
${LOCALBASE}/include/glm/glm.hpp:math/glm \
|
||||
pandoc:textproc/hs-pandoc
|
||||
LIB_DEPENDS= libdrm.so:graphics/libdrm \
|
||||
libpng.so:graphics/png \
|
||||
libfreetype.so:print/freetype2 \
|
||||
@ -23,6 +24,7 @@ LIB_DEPENDS= libdrm.so:graphics/libdrm \
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfltk.so:x11-toolkits/fltk \
|
||||
libcpptest.so:devel/cpptest
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
USES= cmake:noninja localbase \
|
||||
gl gnome jpeg xorg
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1715767081
|
||||
SHA256 (OpenVSP-OpenVSP-OpenVSP_3.39.1_GH0.tar.gz) = ba42e2bad11f086787fb06eee2300c8a2a106d410791508447a380131e576fb2
|
||||
SIZE (OpenVSP-OpenVSP-OpenVSP_3.39.1_GH0.tar.gz) = 125467558
|
||||
TIMESTAMP = 1722013353
|
||||
SHA256 (OpenVSP-OpenVSP-OpenVSP_3.40.1_GH0.tar.gz) = 62ef7b4718ee795392ff2dda419f4dd92ddb8e12d6eb0636f6fc291aa5c25ced
|
||||
SIZE (OpenVSP-OpenVSP-OpenVSP_3.40.1_GH0.tar.gz) = 125662308
|
||||
|
@ -7,6 +7,10 @@ bin/vspaero_opt
|
||||
bin/vsploads
|
||||
bin/vspscript
|
||||
bin/vspviewer
|
||||
help/AdvLink.html
|
||||
help/github-pandoc.css
|
||||
help/images/AdvLink_example.png
|
||||
help/index.html
|
||||
%%DATADIR%%/23015.af
|
||||
%%DATADIR%%/AirfoilExport.vspscript
|
||||
%%DATADIR%%/BezierAirfoilExample.m
|
||||
|
Loading…
Reference in New Issue
Block a user