svn commit: r484036 - branches/2018Q4/games/d2x-xl

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


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

Log:
  MFH: r484035
  
  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:
  branches/2018Q4/games/d2x-xl/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/games/d2x-xl/Makefile
==============================================================================
--- branches/2018Q4/games/d2x-xl/Makefile	Sun Nov  4 13:36:33 2018	(r484035)
+++ branches/2018Q4/games/d2x-xl/Makefile	Sun Nov  4 13:36:52 2018	(r484036)
@@ -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-branches mailing list