mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 3.12.1
Update cad/openvsp to 3.12.1 _and_ unbreak cad/openvsp. The recent update to eigen3 broke cad/openvsp (since it is used directly) and graphics/code-eli that is a dependency of cad/openvsp. Until there is a fix for code-eli change the port to use the internal eigen3 and code-eli packages bundled in the distribution. In addition, one of the local patches was accepted upstream and is no longer necessary. From the announcement: Features: - Parasite drag buildup tool - Full control of VSPAERO from OpenVSP GUI - DegenGeom preview visualization - Advanced control surface modeling Bug Fixes: - Advanced links not loading from file with 'Loop' policy geoms - Crash conformal components with some file airfoils - CompGeom when subsurfaces fall on tessellation line - DegenGeom handling of tip caps with blended wings - CustomGeom name matching GUI mismatch PR: 220212 Submitted by: fernando.apesteguia@gmail.com (maintainer)
This commit is contained in:
parent
61e3bf769a
commit
00726a224d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444165
4 changed files with 10 additions and 19 deletions
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= openvsp
|
PORTNAME= openvsp
|
||||||
PORTVERSION= 3.11.0
|
PORTVERSION= 3.12.1
|
||||||
PORTREVISION= 2
|
|
||||||
DISTVERSIONPREFIX= ${GH_PROJECT}_
|
DISTVERSIONPREFIX= ${GH_PROJECT}_
|
||||||
CATEGORIES= cad
|
CATEGORIES= cad
|
||||||
|
|
||||||
|
@ -24,9 +23,7 @@ LIB_DEPENDS= libdrm.so:graphics/libdrm \
|
||||||
libGLEW.so:graphics/glew \
|
libGLEW.so:graphics/glew \
|
||||||
libcpptest.so:devel/cpptest
|
libcpptest.so:devel/cpptest
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libopenNURBS.a:graphics/opennurbs \
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libopenNURBS.a:graphics/opennurbs \
|
||||||
${LOCALBASE}/include/eli/code_eli.hpp:graphics/code-eli \
|
|
||||||
${LOCALBASE}/include/glm/glm.hpp:math/glm \
|
${LOCALBASE}/include/glm/glm.hpp:math/glm \
|
||||||
${LOCALBASE}/include/eigen3/Eigen/Array:math/eigen3 \
|
|
||||||
${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
|
${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
|
@ -39,8 +36,9 @@ USES= cmake:outsource compiler:gcc-c++11-lib jpeg
|
||||||
|
|
||||||
CMAKE_ARGS= -DVSP_USE_SYSTEM_CMINPACK:BOOLEAN=yes \
|
CMAKE_ARGS= -DVSP_USE_SYSTEM_CMINPACK:BOOLEAN=yes \
|
||||||
-DVSP_USE_SYSTEM_CPPTEST:BOOLEAN=yes \
|
-DVSP_USE_SYSTEM_CPPTEST:BOOLEAN=yes \
|
||||||
|
-DVSP_USE_SYSTEM_CODEELI:BOOLEAN=no \
|
||||||
|
-DVSP_USE_SYSTEM_EIGEN:BOOLEAN=no \
|
||||||
-DVSP_USE_SYSTEM_LIBXML2:BOOLEAN=yes \
|
-DVSP_USE_SYSTEM_LIBXML2:BOOLEAN=yes \
|
||||||
-DVSP_USE_SYSTEM_EIGEN:BOOLEAN=yes \
|
|
||||||
-DVSP_USE_SYSTEM_FLTK:boolean=yes \
|
-DVSP_USE_SYSTEM_FLTK:boolean=yes \
|
||||||
-DVSP_USE_SYSTEM_CMINPACK:boolean=no \
|
-DVSP_USE_SYSTEM_CMINPACK:boolean=no \
|
||||||
-DVSP_USE_SYSTEM_GLM:BOOLEAN=yes \
|
-DVSP_USE_SYSTEM_GLM:BOOLEAN=yes \
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1489420424
|
TIMESTAMP = 1497963456
|
||||||
SHA256 (OpenVSP-OpenVSP-OpenVSP_3.11.0_GH0.tar.gz) = 29614785ce54742bf1aa532b8be332d15690b2e5c2e2583479e6f2946e57d9aa
|
SHA256 (OpenVSP-OpenVSP-OpenVSP_3.12.1_GH0.tar.gz) = 011b01878b77d296b8f4411a7a301aa3ca0eb1c6e443e7057a2657f487255323
|
||||||
SIZE (OpenVSP-OpenVSP-OpenVSP_3.11.0_GH0.tar.gz) = 34013137
|
SIZE (OpenVSP-OpenVSP-OpenVSP_3.12.1_GH0.tar.gz) = 34090509
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- src/util/SVGUtil.h.orig 2017-03-13 15:54:25 UTC
|
|
||||||
+++ src/util/SVGUtil.h
|
|
||||||
@@ -14,7 +14,7 @@
|
|
||||||
#include "Vec3d.h"
|
|
||||||
#include "APIDefines.h"
|
|
||||||
#include "BndBox.h"
|
|
||||||
-#include "XmlUtil.h"
|
|
||||||
+#include "../xmlvsp/XmlUtil.h"
|
|
||||||
|
|
||||||
#include <vector>
|
|
||||||
#include <string>
|
|
|
@ -25,6 +25,7 @@ bin/vsp
|
||||||
bin/vspaero
|
bin/vspaero
|
||||||
bin/vspscript
|
bin/vspscript
|
||||||
bin/vspviewer
|
bin/vspviewer
|
||||||
|
matlab/OpenVSPParasiteDragPlotData.m
|
||||||
matlab/plotDegenPlate.m
|
matlab/plotDegenPlate.m
|
||||||
matlab/plotDegenStick.m
|
matlab/plotDegenStick.m
|
||||||
matlab/plotDegenSurf.m
|
matlab/plotDegenSurf.m
|
||||||
|
@ -33,6 +34,7 @@ scripts/CreateEditGeom.vspscript
|
||||||
scripts/DegenGeom.vspscript
|
scripts/DegenGeom.vspscript
|
||||||
scripts/DumpResults.vspscript
|
scripts/DumpResults.vspscript
|
||||||
scripts/Fuselage.vspscript
|
scripts/Fuselage.vspscript
|
||||||
|
scripts/ParasiteDragScriptTest.vspscript
|
||||||
scripts/SnapToDemo.vspscript
|
scripts/SnapToDemo.vspscript
|
||||||
scripts/Stack.vspscript
|
scripts/Stack.vspscript
|
||||||
scripts/SubSurface.vspscript
|
scripts/SubSurface.vspscript
|
||||||
|
@ -61,6 +63,8 @@ scripts/Wing.vspscript
|
||||||
%%DATADIR%%/N0012_VSP.af
|
%%DATADIR%%/N0012_VSP.af
|
||||||
%%DATADIR%%/N0012_VSP_sym.af
|
%%DATADIR%%/N0012_VSP_sym.af
|
||||||
%%DATADIR%%/OnOffExample.vsppart
|
%%DATADIR%%/OnOffExample.vsppart
|
||||||
|
%%DATADIR%%/OpenVSPParasiteDragPlotData.m
|
||||||
|
%%DATADIR%%/ParasiteDragScriptTest.vspscript
|
||||||
%%DATADIR%%/PodMan.vsppart
|
%%DATADIR%%/PodMan.vsppart
|
||||||
%%DATADIR%%/Seat.vsppart
|
%%DATADIR%%/Seat.vsppart
|
||||||
%%DATADIR%%/SeatGroup.vsppart
|
%%DATADIR%%/SeatGroup.vsppart
|
||||||
|
|
Loading…
Add table
Reference in a new issue