svn commit: r456615 - head/games/unnethack

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 18 11:03:15 UTC 2017


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 at 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


More information about the svn-ports-all mailing list