svn commit: r418780 - head/games/vegastrike

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 19 13:21:51 UTC 2016


Author: amdmi3
Date: Tue Jul 19 13:21:50 2016
New Revision: 418780
URL: https://svnweb.freebsd.org/changeset/ports/418780

Log:
  - Lessen BROKEN condition: actually builds fine on DragonFly and FreeBSD 9.x
  
  Submitted by:	marino

Modified:
  head/games/vegastrike/Makefile

Modified: head/games/vegastrike/Makefile
==============================================================================
--- head/games/vegastrike/Makefile	Tue Jul 19 13:19:51 2016	(r418779)
+++ head/games/vegastrike/Makefile	Tue Jul 19 13:21:50 2016	(r418780)
@@ -13,7 +13,9 @@ COMMENT=	Open source 3D space simulator
 
 LICENSE=	GPLv2
 
-BROKEN=		does not build (numerous C++ errors)
+BROKEN_FreeBSD_10=	does not build (numerous C++ errors)
+BROKEN_FreeBSD_11=	does not build (numerous C++ errors)
+BROKEN_FreeBSD_12=	does not build (numerous C++ errors)
 
 RUN_DEPENDS=	${DATADIR}/vegastrike.ico:games/vegastrike-data
 LIB_DEPENDS=	libboost_python.so:devel/boost-python-libs \


More information about the svn-ports-all mailing list