Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 2014 09:30:21 +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: r365907 - head/japanese/nethack34
Message-ID:  <201408240930.s7O9ULd2096410@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Aug 24 09:30:20 2014
New Revision: 365907
URL: http://svnweb.freebsd.org/changeset/ports/365907
QAT: https://qat.redports.org/buildarchive/r365907/

Log:
  Mark BROKEN: Fails to build
  
  With clang:
  gmake[3]: Entering directory `/wrkdirs/usr/ports/japanese/nethack34/work/nethack-3.4.3/src'
  touch ../src/config.h-t
  gcc -W -g -O -I../include -c monst.c
  gmake[3]: gcc: Command not found
  
  With gcc:
  gcc -W -g -O -I../include -c ../sys/unix/unixmain.c
  ../sys/unix/unixmain.c:24:25: error: X11/Xlocale.h: No such file or directory
  ../sys/unix/unixmain.c: In function 'main':
  ../sys/unix/unixmain.c:69: error: 'LC_ALL' undeclared (first use in this function)
  
  Reported by:	pkg-fallout
  With hat:	portmgr

Modified:
  head/japanese/nethack34/Makefile

Modified: head/japanese/nethack34/Makefile
==============================================================================
--- head/japanese/nethack34/Makefile	Sun Aug 24 09:21:43 2014	(r365906)
+++ head/japanese/nethack34/Makefile	Sun Aug 24 09:30:20 2014	(r365907)
@@ -18,6 +18,8 @@ COMMENT=	Japanized NetHack
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
+BROKEN=		Fails to build
+
 USES=		bison gmake tar:tgz
 MAKE_ENV=	GRAPHICS="${GRAPHICS}"
 PLIST_SUB=	HACKNAME="${HACKNAME}" \



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