Index: head/cad/openvsp/Makefile =================================================================== --- head/cad/openvsp/Makefile (revision 422284) +++ head/cad/openvsp/Makefile (revision 422285) @@ -1,70 +1,70 @@ # Created by: Fernando Apesteguia # $FreeBSD$ PORTNAME= openvsp -PORTVERSION= 3.9.0 +PORTVERSION= 3.9.1 DISTVERSIONPREFIX= ${GH_PROJECT}_ CATEGORIES= cad MASTER_SITES= GH MAINTAINER= fernando.apesteguia@gmail.com COMMENT= Create a 3D model of an aircraft defined by engineering parameters LICENSE= NOSA13 LICENSE_NAME= NASA Open Source Agreement version 1.3 LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \ libjpeg.so:graphics/jpeg-turbo \ libdrm.so:graphics/libdrm \ libpng16.so:graphics/png \ libfreetype.so:print/freetype2 \ libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig \ libfltk.so:x11-toolkits/fltk \ 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 BROKEN_FreeBSD_9= dependency graphics/code-eli needs additional math functions USE_GITHUB= yes GH_PROJECT= OpenVSP GH_ACCOUNT= ${GH_PROJECT} WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_PROJECT}_${PORTVERSION} CMAKE_SOURCE_PATH= ${WRKSRC}/SuperProject CMAKE_INSTALL_PREFIX= ${STAGEDIR}${PREFIX} USES= cmake:outsource compiler:gcc-c++11-lib CMAKE_ARGS= -DVSP_USE_SYSTEM_CMINPACK:BOOLEAN=yes \ -DVSP_USE_SYSTEM_CPPTEST:BOOLEAN=yes \ -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 \ -DVSP_USE_SYSTEM_GLEW:BOOLEAN=yes USE_XORG= ice sm x11 xau xcb xdamage xdmcp xext xfixes xft \ xinerama xrender xxf86vm USE_GL= gl glu USE_GNOME= libxml2 CFLAGS+= -I${LOCALBASE}/include/openNURBS BUILD_PREFIX= OpenVSP-prefix/src/OpenVSP-build/_CPack_Packages/FreeBSD/ZIP/OpenVSP-${PORTVERSION}-FreeBSD do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${BUILD_PREFIX}/vsp* ${STAGEDIR}${PREFIX}/bin - ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/vsp* - ${MKDIR} ${STAGEDIR}${DATADIR} + @${STRIP_CMD} ${STAGEDIR}/${PREFIX}/vsp* + @${MKDIR} ${STAGEDIR}${DATADIR} .for d in CustomScripts airfoil matlab scripts textures (cd ${BUILD_WRKSRC}/${BUILD_PREFIX}/${d} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) .endfor ${CP} ${BUILD_WRKSRC}/${BUILD_PREFIX}/LICENSE ${STAGEDIR}${DATADIR} .include Index: head/cad/openvsp/distinfo =================================================================== --- head/cad/openvsp/distinfo (revision 422284) +++ head/cad/openvsp/distinfo (revision 422285) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472060174 -SHA256 (OpenVSP-OpenVSP-OpenVSP_3.9.0_GH0.tar.gz) = 582efa843ecd46543950a8faac9c4c1274f0d897d31eef0bef887795d91142d3 -SIZE (OpenVSP-OpenVSP-OpenVSP_3.9.0_GH0.tar.gz) = 32750881 +TIMESTAMP = 1473160974 +SHA256 (OpenVSP-OpenVSP-OpenVSP_3.9.1_GH0.tar.gz) = 3c9607a4f1574a6a2c85acc1f3c5e20e392f1ad7f9e8fbebd3cfd548a97a65fa +SIZE (OpenVSP-OpenVSP-OpenVSP_3.9.1_GH0.tar.gz) = 32752113 Index: head/cad/openvsp/files/patch-src_vsp__aero_viewer_ContourLevel.fl =================================================================== --- head/cad/openvsp/files/patch-src_vsp__aero_viewer_ContourLevel.fl (revision 422284) +++ head/cad/openvsp/files/patch-src_vsp__aero_viewer_ContourLevel.fl (nonexistent) @@ -1,11 +0,0 @@ ---- src/vsp_aero/viewer/ContourLevel.fl.orig 2016-08-21 15:22:39 UTC -+++ src/vsp_aero/viewer/ContourLevel.fl -@@ -12,7 +12,7 @@ class ContourLevelUserInterface {open - Fl_Window MainWindow { - label {Set Contour Levels} open - xywh {603 165 297 144} align 129 -- code0 {\#include "ContourLevel.H"} -+ code0 {\#include "ContourLevel.h"} - code1 {\#include "glviewer.H"} visible - } { - Fl_Button Reset { Property changes on: head/cad/openvsp/files/patch-src_vsp__aero_viewer_ContourLevel.fl ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/cad/openvsp/files/patch-src_vsp__aero_viewer_glviewer.H =================================================================== --- head/cad/openvsp/files/patch-src_vsp__aero_viewer_glviewer.H (revision 422284) +++ head/cad/openvsp/files/patch-src_vsp__aero_viewer_glviewer.H (nonexistent) @@ -1,11 +0,0 @@ ---- src/vsp_aero/viewer/glviewer.H.orig 2016-08-21 15:22:39 UTC -+++ src/vsp_aero/viewer/glviewer.H -@@ -36,7 +36,7 @@ - #include "utils.H" - #include "glf.H" - #include "binaryio.H" --#include "viewerUI.H" -+#include "viewerUI.h" - //#include "tiffio.h" - #include "TagList.H" - #include "TagListGroup.H" Property changes on: head/cad/openvsp/files/patch-src_vsp__aero_viewer_glviewer.H ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/cad/openvsp/files/patch-src_vsp__aero_viewer_vspaero__viewer.C =================================================================== --- head/cad/openvsp/files/patch-src_vsp__aero_viewer_vspaero__viewer.C (revision 422284) +++ head/cad/openvsp/files/patch-src_vsp__aero_viewer_vspaero__viewer.C (nonexistent) @@ -1,11 +0,0 @@ ---- src/vsp_aero/viewer/vspaero_viewer.C.orig 2016-08-24 17:53:16 UTC -+++ src/vsp_aero/viewer/vspaero_viewer.C -@@ -8,7 +8,7 @@ - #include - //#include - #include --#include "viewerUI.H" -+#include "viewerUI.h" - - int ForceView = 0; - int TimeStamp = 0; Property changes on: head/cad/openvsp/files/patch-src_vsp__aero_viewer_vspaero__viewer.C ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/cad/openvsp/files/patch-src_vsp__aero_viewer_CuttingPlane.fl =================================================================== --- head/cad/openvsp/files/patch-src_vsp__aero_viewer_CuttingPlane.fl (revision 422284) +++ head/cad/openvsp/files/patch-src_vsp__aero_viewer_CuttingPlane.fl (nonexistent) @@ -1,11 +0,0 @@ ---- src/vsp_aero/viewer/CuttingPlane.fl.orig 2016-08-21 15:22:39 UTC -+++ src/vsp_aero/viewer/CuttingPlane.fl -@@ -9,7 +9,7 @@ class CuttingPlaneUserInterface {open - Fl_Window MainWindow { - label {Cutting Plane} open - xywh {525 164 297 106} type Double align 129 -- code0 {\#include "ContourLevel.H"} -+ code0 {\#include "ContourLevel.h"} - code1 {\#include "glviewer.H"} visible - } { - Fl_Value_Input CuttingPlaneValue { Property changes on: head/cad/openvsp/files/patch-src_vsp__aero_viewer_CuttingPlane.fl ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/cad/openvsp/files/patch-src_vsp__aero_viewer_viewerUI.fl =================================================================== --- head/cad/openvsp/files/patch-src_vsp__aero_viewer_viewerUI.fl (revision 422284) +++ head/cad/openvsp/files/patch-src_vsp__aero_viewer_viewerUI.fl (nonexistent) @@ -1,35 +0,0 @@ ---- src/vsp_aero/viewer/viewerUI.fl.orig 2016-08-21 15:22:39 UTC -+++ src/vsp_aero/viewer/viewerUI.fl -@@ -324,28 +324,28 @@ glviewer->redraw();} - CL = new ContourLevelUserInterface; - CL->show(glviewer);} - xywh {10 10 100 20} divider -- code0 {\#include "ContourLevel.H"} -+ code0 {\#include "ContourLevel.h"} - } - MenuItem OptionsMenuUseSmoothFunctionShading { - label {Use Smooth Function Shading} - callback {glviewer->DrawSmoothFunctionsWasPicked(); - glviewer->redraw();} - xywh {40 40 100 20} type Toggle divider -- code0 {\#include "ContourLevel.H"} -+ code0 {\#include "ContourLevel.h"} - } - MenuItem OptionsMenuUseFlatShading { - label {Use Flat Shading} - callback {glviewer->DrawFlatShadedWasPicked(); - glviewer->redraw();} - xywh {40 40 100 20} type Toggle divider -- code0 {\#include "ContourLevel.H"} -+ code0 {\#include "ContourLevel.h"} - } - MenuItem OptionsMenuDrawWakesToInfinity { - label {Draw Wakes To Infinity} - callback {glviewer->DrawWakesToInfinityWasPicked(); - glviewer->redraw();} - xywh {50 50 100 20} type Toggle divider -- code0 {\#include "ContourLevel.H"} -+ code0 {\#include "ContourLevel.h"} - } - } - Fl_Button KeyboardControlInfoButton { Property changes on: head/cad/openvsp/files/patch-src_vsp__aero_viewer_viewerUI.fl ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property