svn commit: r492063 - head/games/asc

Antoine Brodin antoine at FreeBSD.org
Sun Feb 3 19:45:10 UTC 2019


Author: antoine
Date: Sun Feb  3 19:45:09 2019
New Revision: 492063
URL: https://svnweb.freebsd.org/changeset/ports/492063

Log:
  Mark BROKEN: fails to build
  
  In file included from physfsrwops.cpp:23:
  ./physfsrwops.h:42:1: error: unknown type name '__EXPORT__'
  
  Reported by:	pkg-fallout

Modified:
  head/games/asc/Makefile

Modified: head/games/asc/Makefile
==============================================================================
--- head/games/asc/Makefile	Sun Feb  3 19:43:05 2019	(r492062)
+++ head/games/asc/Makefile	Sun Feb  3 19:45:09 2019	(r492063)
@@ -17,6 +17,8 @@ COMMENT=	Turn based, multiplayer strategic game with n
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	zip:archivers/zip
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 LIB_DEPENDS=	libvorbis.so:audio/libvorbis \


More information about the svn-ports-all mailing list