===> Compressing manual pages for vim-7.4.169 gzip: can't stat: /usr/local/man/fr/man1/evim.1: No such file or directory gzip: can't stat: /usr/local/man/fr/man1/vim.1: No such file or directory gzip: can't stat: /usr/local/man/fr/man1/vimdiff.1: No such file or directory gzip: can't stat: /usr/local/man/fr/man1/vimtutor.1: No such file or directory gzip: can't stat: /usr/local/man/fr/man1/xxd.1: No such file or directory gzip: can't stat: /usr/local/man/pl/man1/evim.1: No such file or directory gzip: can't stat: /usr/local/man/pl/man1/vim.1: No such file or directory gzip: can't stat: /usr/local/man/pl/man1/vimdiff.1: No such file or directory gzip: can't stat: /usr/local/man/pl/man1/vimtutor.1: No such file or directory gzip: can't stat: /usr/local/man/pl/man1/xxd.1: No such file or directory ln: /usr/local/man/fr/man1/rvim.1.gz: No such file or directory *** Error code 1 Full build log: http://fpaste.org/75645/91959348/
Responsible Changed From-To: freebsd-ports-bugs->sunpoet Over to maintainer (via the GNATS Auto Assign Tool)
Author: sunpoet Date: Sun Feb 9 16:59:16 2014 New Revision: 343523 URL: http://svnweb.freebsd.org/changeset/ports/343523 QAT: https://qat.redports.org/buildarchive/r343523/ Log: - Fix manpage installation PR: ports/186589 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Pointyhat to: miwi Modified: head/editors/vim/Makefile Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Sun Feb 9 16:59:16 2014 (r343522) +++ head/editors/vim/Makefile Sun Feb 9 16:59:16 2014 (r343523) @@ -62,7 +62,7 @@ ALL_TARGET= # _DATADIR= ${PORTNAME}${PORTVERSION:R:S/.//g} DATADIR= ${PREFIX}/share/vim/${_DATADIR} PLIST_SUB= VIM_VER=${_DATADIR} -MANLANG= "" fr pl +MANLANG= "" MAN1= evim.1 vim.1 vimdiff.1 vimtutor.1 xxd.1 MLINKS= vim.1 rvim.1 vim.1 rview.1 .if !defined(LITE) @@ -71,8 +71,8 @@ MLINKS+= vim.1 gvim.1 vim.1 gview.1 vimd .endif .if ${PORT_OPTIONS:MNLS} -MANLANG+= fr.ISO8859-1 fr.UTF-8 it it.ISO8859-1 it.UTF-8 ja pl.ISO8859-2 \ - pl.UTF-8 ru.KOI8-R ru.UTF-8 +MANLANG+= fr fr.ISO8859-1 fr.UTF-8 it it.ISO8859-1 it.UTF-8 ja pl \ + pl.ISO8859-2 pl.UTF-8 ru.KOI8-R ru.UTF-8 USES+= gettext PLIST_SUB+= NLS="" .else _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!