Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jul 2016 13:21:50 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418780 - head/games/vegastrike
Message-ID:  <201607191321.u6JDLogZ088522@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607191321.u6JDLogZ088522>