Date: Sat, 27 Jul 2024 09:45:05 GMT From: Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6b90de895156 - main - cad/openvsp: update to 3.40.1 Message-ID: <202407270945.46R9j5GI019000@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b90de8951561bac1c032f2db99a570a0b28b215 commit 6b90de8951561bac1c032f2db99a570a0b28b215 Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2024-07-21 17:21:15 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2024-07-27 09:44:06 +0000 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 --- cad/openvsp/Makefile | 6 ++++-- cad/openvsp/distinfo | 6 +++--- cad/openvsp/pkg-plist | 4 ++++ 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile index 2bf3b7cc606b..6a1160c6dc6a 100644 --- a/cad/openvsp/Makefile +++ b/cad/openvsp/Makefile @@ -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 diff --git a/cad/openvsp/distinfo b/cad/openvsp/distinfo index 9cfd4a11f737..e99331e01b7a 100644 --- a/cad/openvsp/distinfo +++ b/cad/openvsp/distinfo @@ -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 diff --git a/cad/openvsp/pkg-plist b/cad/openvsp/pkg-plist index a55df486437a..ec7342358f2c 100644 --- a/cad/openvsp/pkg-plist +++ b/cad/openvsp/pkg-plist @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407270945.46R9j5GI019000>