From owner-svn-ports-head@FreeBSD.ORG Sun Aug 24 09:30:21 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6DAE7F72; Sun, 24 Aug 2014 09:30:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 594BF39DB; Sun, 24 Aug 2014 09:30:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7O9ULeO096411; Sun, 24 Aug 2014 09:30:21 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7O9ULd2096410; Sun, 24 Aug 2014 09:30:21 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201408240930.s7O9ULd2096410@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 24 Aug 2014 09:30:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365907 - head/japanese/nethack34 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 09:30:21 -0000 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}" \