- Don't set nocompatible in the gvimrc [1], bump PORTREVISION
See also https://groups.google.com/forum/#!topic/vim_use/66crU745cFc - Mark as MAKE_JOBS_UNSAFE (thanks to Mat for the log): make[2]: "/wrkdirs/usr/ports/editors/vim/work/vim-8.0.0019/src/po/Makefile" line 4: Could not find ../auto/config.mk make[2]: Fatal errors encountered -- cannot continue PR: 197214 [1] Submitted by: jjuanino gmail
This commit is contained in:
parent
f3dd96554e
commit
554789969f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423078
@ -4,6 +4,7 @@
|
||||
PORTNAME= vim
|
||||
PORTVERSION= 8.0.0019
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= editors
|
||||
|
||||
MAINTAINER?= adamw@FreeBSD.org
|
||||
@ -38,6 +39,7 @@ MAKE_ARGS+= VIMRUNTIMEDIR=${PREFIX}/share/vim/${VIM_VER} VIMRCLOC=${ETCDIR}
|
||||
MAKE_ARGS+= CONF_OPT_MULTIBYTE=--enable-multibyte CONF_TERM_LIB=--with-tlib=termlib
|
||||
REINPLACE_ARGS= -i ''
|
||||
USES= cpe iconv ncurses pkgconfig shebangfix
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
PLIST_SUB= VIM_VER=${VIM_VER}
|
||||
PORTDATA= ${VIM_VER}
|
||||
@ -179,7 +181,7 @@ post-install:
|
||||
|
||||
post-install-DEFAULT_VIMRC-on:
|
||||
@${MKDIR} ${STAGEDIR}${ETCDIR}
|
||||
${INSTALL_DATA} ${FILESDIR}/vimrc ${STAGEDIR}${ETCDIR}/gvimrc.sample
|
||||
${SED} -e '/set nocompatible/d' ${FILESDIR}/vimrc > ${STAGEDIR}${ETCDIR}/gvimrc.sample
|
||||
${INSTALL_DATA} ${FILESDIR}/vimrc ${STAGEDIR}${ETCDIR}/vimrc.sample
|
||||
|
||||
post-install-NLS-off:
|
||||
|
Loading…
Reference in New Issue
Block a user