diff options
author | fernape <fernape@FreeBSD.org> | 2018-03-19 00:24:51 +0800 |
---|---|---|
committer | fernape <fernape@FreeBSD.org> | 2018-03-19 00:24:51 +0800 |
commit | c04de391a992ed74c3abb3cc90cf2acf4c7d8381 (patch) | |
tree | 10f1b9796a7aded1a09ca83918e9250aacf4c48e /cad | |
parent | d46e0f6940a4e72bde2d101518c7a5d16fe16867 (diff) | |
download | freebsd-ports-gnome-c04de391a992ed74c3abb3cc90cf2acf4c7d8381.tar.gz freebsd-ports-gnome-c04de391a992ed74c3abb3cc90cf2acf4c7d8381.tar.zst freebsd-ports-gnome-c04de391a992ed74c3abb3cc90cf2acf4c7d8381.zip |
Pet portlint for cad/openvsp
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14670
Diffstat (limited to 'cad')
-rw-r--r-- | cad/openvsp/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile index 068763ecfd1e..620a6437c995 100644 --- a/cad/openvsp/Makefile +++ b/cad/openvsp/Makefile @@ -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} |