svn commit: r484035 - head/games/d2x-xl

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 13:36:34 UTC 2018


Author: antoine
Date: Sun Nov  4 13:36:33 2018
New Revision: 484035
URL: https://svnweb.freebsd.org/changeset/ports/484035

Log:
  Mark BROKEN: fails to build
  
  In file included from bitblt.cpp:18:
  In file included from ../include/descent.h:25:
  ../include/carray.h:90:20: error: reinterpret_cast from 'nullptr_t' to 'char *' is not allowed
                          m_data.buffer = reinterpret_cast<_T *> (NULL);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  
  Reported by:	pkg-fallout

Modified:
  head/games/d2x-xl/Makefile

Modified: head/games/d2x-xl/Makefile
==============================================================================
--- head/games/d2x-xl/Makefile	Sun Nov  4 13:34:44 2018	(r484034)
+++ head/games/d2x-xl/Makefile	Sun Nov  4 13:36:33 2018	(r484035)
@@ -15,6 +15,8 @@ DISTFILES=	${PORTNAME}-src-${PORTVERSION}.rar:source \
 MAINTAINER=	aragon at phat.za.net
 COMMENT=	Community Unix port of Descent 2 Game
 
+BROKEN=		fails to build
+
 EXTRACT_DEPENDS=	unrar:archivers/unrar
 RUN_DEPENDS=	unrar:archivers/unrar
 


More information about the svn-ports-all mailing list