From owner-svn-ports-head@freebsd.org Mon Dec 18 01:54:28 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9A27E9D524; Mon, 18 Dec 2017 01:54:28 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A692565A03; Mon, 18 Dec 2017 01:54:28 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBI1sRgT017947; Mon, 18 Dec 2017 01:54:27 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBI1sRrd017946; Mon, 18 Dec 2017 01:54:27 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201712180154.vBI1sRrd017946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 18 Dec 2017 01:54:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456575 - head/japanese/man X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/japanese/man X-SVN-Commit-Revision: 456575 X-SVN-Commit-Repository: ports 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.25 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: Mon, 18 Dec 2017 01:54:28 -0000 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