Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 13:36:33 +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: r484035 - head/games/d2x-xl
Message-ID:  <201811041336.wA4DaXGB020214@repo.freebsd.org>

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



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