svn commit: r365907 - head/japanese/nethack34
Antoine Brodin
antoine at FreeBSD.org
Sun Aug 24 09:30:21 UTC 2014
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}" \
More information about the svn-ports-all
mailing list