Date: Fri, 23 Jun 2017 07:03:30 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444165 - in head/cad/openvsp: . files Message-ID: <201706230703.v5N73Ufb075649@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: matthew Date: Fri Jun 23 07:03:30 2017 New Revision: 444165 URL: https://svnweb.freebsd.org/changeset/ports/444165 Log: 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) Deleted: head/cad/openvsp/files/patch-src_util_SVGUtil.h Modified: head/cad/openvsp/Makefile head/cad/openvsp/distinfo head/cad/openvsp/pkg-plist Modified: head/cad/openvsp/Makefile ============================================================================== --- head/cad/openvsp/Makefile Fri Jun 23 06:01:54 2017 (r444164) +++ head/cad/openvsp/Makefile Fri Jun 23 07:03:30 2017 (r444165) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= openvsp -PORTVERSION= 3.11.0 -PORTREVISION= 2 +PORTVERSION= 3.12.1 DISTVERSIONPREFIX= ${GH_PROJECT}_ CATEGORIES= cad @@ -24,9 +23,7 @@ LIB_DEPENDS= libdrm.so:graphics/libdrm \ libGLEW.so:graphics/glew \ libcpptest.so:devel/cpptest 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/eigen3/Eigen/Array:math/eigen3 \ ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs USE_GITHUB= yes @@ -39,8 +36,9 @@ USES= cmake:outsource compiler:gcc-c++11-lib jpeg CMAKE_ARGS= -DVSP_USE_SYSTEM_CMINPACK: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_EIGEN:BOOLEAN=yes \ -DVSP_USE_SYSTEM_FLTK:boolean=yes \ -DVSP_USE_SYSTEM_CMINPACK:boolean=no \ -DVSP_USE_SYSTEM_GLM:BOOLEAN=yes \ Modified: head/cad/openvsp/distinfo ============================================================================== --- head/cad/openvsp/distinfo Fri Jun 23 06:01:54 2017 (r444164) +++ head/cad/openvsp/distinfo Fri Jun 23 07:03:30 2017 (r444165) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489420424 -SHA256 (OpenVSP-OpenVSP-OpenVSP_3.11.0_GH0.tar.gz) = 29614785ce54742bf1aa532b8be332d15690b2e5c2e2583479e6f2946e57d9aa -SIZE (OpenVSP-OpenVSP-OpenVSP_3.11.0_GH0.tar.gz) = 34013137 +TIMESTAMP = 1497963456 +SHA256 (OpenVSP-OpenVSP-OpenVSP_3.12.1_GH0.tar.gz) = 011b01878b77d296b8f4411a7a301aa3ca0eb1c6e443e7057a2657f487255323 +SIZE (OpenVSP-OpenVSP-OpenVSP_3.12.1_GH0.tar.gz) = 34090509 Modified: head/cad/openvsp/pkg-plist ============================================================================== --- head/cad/openvsp/pkg-plist Fri Jun 23 06:01:54 2017 (r444164) +++ head/cad/openvsp/pkg-plist Fri Jun 23 07:03:30 2017 (r444165) @@ -25,6 +25,7 @@ bin/vsp bin/vspaero bin/vspscript bin/vspviewer +matlab/OpenVSPParasiteDragPlotData.m matlab/plotDegenPlate.m matlab/plotDegenStick.m matlab/plotDegenSurf.m @@ -33,6 +34,7 @@ scripts/CreateEditGeom.vspscript scripts/DegenGeom.vspscript scripts/DumpResults.vspscript scripts/Fuselage.vspscript +scripts/ParasiteDragScriptTest.vspscript scripts/SnapToDemo.vspscript scripts/Stack.vspscript scripts/SubSurface.vspscript @@ -61,6 +63,8 @@ scripts/Wing.vspscript %%DATADIR%%/N0012_VSP.af %%DATADIR%%/N0012_VSP_sym.af %%DATADIR%%/OnOffExample.vsppart +%%DATADIR%%/OpenVSPParasiteDragPlotData.m +%%DATADIR%%/ParasiteDragScriptTest.vspscript %%DATADIR%%/PodMan.vsppart %%DATADIR%%/Seat.vsppart %%DATADIR%%/SeatGroup.vsppart
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706230703.v5N73Ufb075649>