svn commit: r430446 - head/cad/openvsp

Jan Beich jbeich at FreeBSD.org
Tue Jan 3 08:55:58 UTC 2017


Author: jbeich
Date: Tue Jan  3 08:55:56 2017
New Revision: 430446
URL: https://svnweb.freebsd.org/changeset/ports/430446

Log:
  cad/openvsp: drop 10.1 workaround (revert r428665) per EOL
  
  PR:		214863 215307
  Approved by:	portmgr blanket

Modified:
  head/cad/openvsp/Makefile   (contents, props changed)

Modified: head/cad/openvsp/Makefile
==============================================================================
--- head/cad/openvsp/Makefile	Tue Jan  3 08:44:59 2017	(r430445)
+++ head/cad/openvsp/Makefile	Tue Jan  3 08:55:56 2017	(r430446)
@@ -37,19 +37,7 @@ WRKSRC=		${WRKDIR}/${GH_PROJECT}-${GH_PR
 
 CMAKE_SOURCE_PATH=	${WRKSRC}/SuperProject
 CMAKE_INSTALL_PREFIX=	${STAGEDIR}${PREFIX}
-USES=		cmake:outsource jpeg
-
-.include <bsd.port.options.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 && ${OSVERSION} < 1002000
-# Fails to build with GCC 4.9 in 10.1
-USE_GCC=	4.8
-LDFLAGS+=	-L${LOCALBASE}/lib/c++
-CXXFLAGS+=	-nostdinc++ -isystem ${LOCALBASE}/include/c++/v1
-BUILD_DEPENDS+=	${LOCALBASE}/lib/c++/libstdc++.so:devel/libc++
-.else
-USES +=		compiler:gcc-c++11-lib
-.endif
+USES=		cmake:outsource compiler:gcc-c++11-lib jpeg
 
 CMAKE_ARGS=	-DVSP_USE_SYSTEM_CMINPACK:BOOLEAN=yes \
 		-DVSP_USE_SYSTEM_CPPTEST:BOOLEAN=yes \


More information about the svn-ports-head mailing list