Index: head/cad/openvsp/Makefile =================================================================== --- head/cad/openvsp/Makefile (revision 489604) +++ head/cad/openvsp/Makefile (revision 489605) @@ -1,69 +1,69 @@ # $FreeBSD$ PORTNAME= openvsp DISTVERSIONPREFIX= ${GH_PROJECT}_ DISTVERSION= 3.16.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MAINTAINER= fernape@FreeBSD.org 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 BROKEN_aarch64= fails to compile: invokes x86 asm BROKEN_armv6= fails to compile: invokes x86 asm BROKEN_armv7= fails to compile: invokes x86 asm LIB_DEPENDS= libdrm.so:graphics/libdrm \ libpng.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/glm/glm.hpp:math/glm \ ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs USES= compiler:c++11-lang cmake:noninja localbase\ gl gnome jpeg USE_GITHUB= yes GH_PROJECT= OpenVSP GH_ACCOUNT= ${GH_PROJECT} CMAKE_SOURCE_PATH= ${WRKSRC}/SuperProject CMAKE_INSTALL_PREFIX= ${STAGEDIR}${PREFIX} 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_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 .include BUILD_PREFIX= OpenVSP-prefix/src/OpenVSP-build/_CPack_Packages/FreeBSD/ZIP/OpenVSP-${DISTVERSION}-FreeBSD do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${BUILD_PREFIX}/vsp* ${STAGEDIR}${PREFIX}/bin @${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/devel/cpptest/Makefile =================================================================== --- head/devel/cpptest/Makefile (revision 489604) +++ head/devel/cpptest/Makefile (revision 489605) @@ -1,19 +1,23 @@ # $FreeBSD$ PORTNAME= cpptest -PORTVERSION= 1.1.2 +PORTVERSION= 2.0.0 CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= fernape@FreeBSD.org COMMENT= Unit testing framework for handling automated tests in C++ LICENSE= LGPL3 +USES= autoreconf gmake libtool pathfix +USE_GITHUB= yes +USE_LDCONFIG= yes + GNU_CONFIGURE= yes -USES= gmake libtool pathfix INSTALL_TARGET= install-strip -USE_LDCONFIG= yes MAKE_ARGS= CC=${CC} CCC=${CXX} + +#pre-configure: +# @cd ${WRKSRC} && ./autogen.sh .include Index: head/devel/cpptest/distinfo =================================================================== --- head/devel/cpptest/distinfo (revision 489604) +++ head/devel/cpptest/distinfo (revision 489605) @@ -1,2 +1,3 @@ -SHA256 (cpptest-1.1.2.tar.gz) = 9e4fdf156b709397308536eb6b921e3aea1f463c6613f9a0c1dfec9614386027 -SIZE (cpptest-1.1.2.tar.gz) = 458982 +TIMESTAMP = 1546875145 +SHA256 (cpptest-cpptest-2.0.0_GH0.tar.gz) = 09d35d6ecc0e801925579b18efa0adfaa18e8fed19b2f4f743ec7a53f510e409 +SIZE (cpptest-cpptest-2.0.0_GH0.tar.gz) = 141505 Index: head/devel/cpptest/pkg-plist =================================================================== --- head/devel/cpptest/pkg-plist (revision 489604) +++ head/devel/cpptest/pkg-plist (revision 489605) @@ -1,15 +1,15 @@ include/cpptest-assert.h include/cpptest-collectoroutput.h include/cpptest-compileroutput.h include/cpptest-htmloutput.h include/cpptest-output.h include/cpptest-source.h include/cpptest-suite.h include/cpptest-textoutput.h include/cpptest-time.h include/cpptest.h lib/libcpptest.a lib/libcpptest.so -lib/libcpptest.so.0 -lib/libcpptest.so.0.0.7 +lib/libcpptest.so.1 +lib/libcpptest.so.1.0.8 libdata/pkgconfig/libcpptest.pc