svn commit: r456575 - head/japanese/man
Mark Linimon
linimon at FreeBSD.org
Mon Dec 18 01:54:28 UTC 2017
Author: linimon
Date: Mon Dec 18 01:54:27 2017
New Revision: 456575
URL: https://svnweb.freebsd.org/changeset/ports/456575
Log:
Also broken on recent aarch64 and mips builds.
Modified:
head/japanese/man/Makefile
Modified: head/japanese/man/Makefile
==============================================================================
--- head/japanese/man/Makefile Mon Dec 18 01:42:12 2017 (r456574)
+++ head/japanese/man/Makefile Mon Dec 18 01:54:27 2017 (r456575)
@@ -21,8 +21,10 @@ LICENSE= GPLv2
RUN_DEPENDS= ${LOCALBASE}/bin/groff:japanese/groff \
jless:japanese/less
-BROKEN_armv6 = fails to compile: man.c:37:10: fatal error: 'config.h' file not found
-BROKEN_armv7 = fails to compile: man.c:37:10: fatal error: 'config.h' file not found
+BROKEN_aarch64= fails to compile: man.c:37:10: fatal error: 'config.h' file not found
+BROKEN_armv6= fails to compile: man.c:37:10: fatal error: 'config.h' file not found
+BROKEN_armv7= fails to compile: man.c:37:10: fatal error: 'config.h' file not found
+BROKEN_mips= fails to compile: man.c:37:10: fatal error: 'config.h' file not found
MAKE_ENV= GZCAT=${GZCAT} GZIP_CMD="${GZIP_CMD}"
USES= shebangfix
More information about the svn-ports-all
mailing list