Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2019 19:45:09 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492063 - head/games/asc
Message-ID:  <201902031945.x13Jj9Tj072446@repo.freebsd.org>

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



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