Date: Sun, 4 Nov 2018 13:36:52 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484036 - branches/2018Q4/games/d2x-xl Message-ID: <201811041336.wA4Daq8u020345@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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.wA4Daq8u020345>