svn commit: r464931 - head/cad/openvsp

Fernando Apesteguía fernape at FreeBSD.org
Sun Mar 18 16:24:52 UTC 2018


Author: fernape
Date: Sun Mar 18 16:24:51 2018
New Revision: 464931
URL: https://svnweb.freebsd.org/changeset/ports/464931

Log:
  Pet portlint for cad/openvsp
  
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D14670

Modified:
  head/cad/openvsp/Makefile

Modified: head/cad/openvsp/Makefile
==============================================================================
--- head/cad/openvsp/Makefile	Sun Mar 18 16:12:18 2018	(r464930)
+++ head/cad/openvsp/Makefile	Sun Mar 18 16:24:51 2018	(r464931)
@@ -2,8 +2,8 @@
 
 PORTNAME=	openvsp
 PORTVERSION=	3.15.0
-PORTREVISION=	1
 DISTVERSIONPREFIX=	${GH_PROJECT}_
+PORTREVISION=	1
 CATEGORIES=	cad
 
 MAINTAINER=	fernape at 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 \
@@ -25,10 +29,6 @@ LIB_DEPENDS=	libdrm.so:graphics/libdrm \
 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}


More information about the svn-ports-all mailing list