Pet portlint for cad/openvsp

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14670
This commit is contained in:
Fernando Apesteguía 2018-03-18 16:24:51 +00:00
parent 1ea69552c9
commit 56ea00f268
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464931

View File

@ -2,8 +2,8 @@
PORTNAME= openvsp
PORTVERSION= 3.15.0
PORTREVISION= 1
DISTVERSIONPREFIX= ${GH_PROJECT}_
PORTREVISION= 1
CATEGORIES= cad
MAINTAINER= fernape@FreeBSD.org
@ -14,6 +14,10 @@ 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 \
@ -26,10 +30,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libopenNURBS.a:graphics/opennurbs \
${LOCALBASE}/include/glm/glm.hpp:math/glm \
${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
BROKEN_aarch64= fails to compile: invokes x86 asm
BROKEN_armv6= fails to compile: invokes x86 asm
BROKEN_armv7= fails to compile: invokes x86 asm
CMAKE_SOURCE_PATH= ${WRKSRC}/SuperProject
CMAKE_INSTALL_PREFIX= ${STAGEDIR}${PREFIX}