Date: Thu, 24 Jan 2019 18:08:17 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r491110 - in branches/2019Q1/japanese/man: . files Message-ID: <201901241808.x0OI8HnS073610@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Thu Jan 24 18:08:17 2019 New Revision: 491110 URL: https://svnweb.freebsd.org/changeset/ports/491110 Log: MFH: r491061 japanese/man: unbreak in several archs. The port was broken in 12 and in different archs. mips is still to be tested. PR: 235058 Submitted by: phd_kimberlite@yahoo.co.jp Reviewed by: Ronald Klop (aarch64) mikael.urankar@gmail.com (armv6, armv7) Approved by: ports-secteam (miwi) Modified: branches/2019Q1/japanese/man/Makefile branches/2019Q1/japanese/man/files/patch-man__Makefile branches/2019Q1/japanese/man/files/patch-manpath__Makefile Directory Properties: branches/2019Q1/ (props changed) Modified: branches/2019Q1/japanese/man/Makefile ============================================================================== --- branches/2019Q1/japanese/man/Makefile Thu Jan 24 17:50:23 2019 (r491109) +++ branches/2019Q1/japanese/man/Makefile Thu Jan 24 18:08:17 2019 (r491110) @@ -21,10 +21,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${LOCALBASE}/bin/groff:japanese/groff \ jless:japanese/less -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 +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 Modified: branches/2019Q1/japanese/man/files/patch-man__Makefile ============================================================================== --- branches/2019Q1/japanese/man/files/patch-man__Makefile Thu Jan 24 17:50:23 2019 (r491109) +++ branches/2019Q1/japanese/man/files/patch-man__Makefile Thu Jan 24 18:08:17 2019 (r491110) @@ -19,7 +19,7 @@ LDADD+= -L/usr/lib -lxpg4 .endif -@@ -48,11 +48,18 @@ +@@ -48,16 +48,23 @@ ${.CURDIR}/jman.man.eng | \ ${compress} > ${EMAN1} @@ -40,3 +40,10 @@ afterinstall: .endif + man.o locale.o: locale.h + +-.include "../Makefile.inc" +- + .include <bsd.prog.mk> ++ ++.include "../Makefile.inc" Modified: branches/2019Q1/japanese/man/files/patch-manpath__Makefile ============================================================================== --- branches/2019Q1/japanese/man/files/patch-manpath__Makefile Thu Jan 24 17:50:23 2019 (r491109) +++ branches/2019Q1/japanese/man/files/patch-manpath__Makefile Thu Jan 24 18:08:17 2019 (r491110) @@ -1,6 +1,6 @@ --- manpath/Makefile.orig 2001-06-11 21:25:34.000000000 +0900 +++ manpath/Makefile 2014-08-26 12:10:04.000000000 +0900 -@@ -24,10 +24,19 @@ +@@ -24,12 +24,21 @@ ${.CURDIR}/jmanpath.man.eng | \ ${compress} > ${EMAN1} @@ -21,4 +21,8 @@ +afterinstall: .endif - .include "../Makefile.inc" +-.include "../Makefile.inc" +- + .include <bsd.prog.mk> ++ ++.include "../Makefile.inc"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901241808.x0OI8HnS073610>