Date: Mon, 18 Dec 2017 11:03:13 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456615 - head/games/unnethack Message-ID: <201712181103.vBIB3DxT050160@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Dec 18 11:03:13 2017 New Revision: 456615 URL: https://svnweb.freebsd.org/changeset/ports/456615 Log: - Mark BROKEN: does not build: ./vaults.des: line 110, pos 9 : Core function 'level.depth' has unknown return type 'i'. Approved by: portmgr blanket Modified: head/games/unnethack/Makefile Modified: head/games/unnethack/Makefile ============================================================================== --- head/games/unnethack/Makefile Mon Dec 18 11:01:38 2017 (r456614) +++ head/games/unnethack/Makefile Mon Dec 18 11:03:13 2017 (r456615) @@ -9,6 +9,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION MAINTAINER= knu@FreeBSD.org COMMENT= New variant of NetHack +BROKEN= does not build: ./vaults.des: line 110, pos 9 : Core function 'level.depth' has unknown return type 'i'. + GNU_CONFIGURE= yes USES= gmake groff ncurses MAKE_JOBS_UNSAFE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712181103.vBIB3DxT050160>