mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to patchlevel 130.
Patch 129 was a fix for parallel make. It builds fine for me on FreeBSD with -j4, and on macOS with -j8, but that's the extent of what I can test on my own. I'm removing MAKE_JOBS_UNSAFE with this commit, but if one of you with your crazy 256-core machines encounters build failures then please let me know!
This commit is contained in:
parent
67ff5947a8
commit
43ea19c3e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428306
2 changed files with 4 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= vim
|
||||
PORTVERSION= 8.0.0122
|
||||
PORTVERSION= 8.0.0130
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= editors
|
||||
|
||||
|
@ -38,7 +38,6 @@ MAKE_ARGS+= VIMRUNTIMEDIR=${PREFIX}/share/vim/${VIM_VER} VIMRCLOC=${ETCDIR}
|
|||
MAKE_ARGS+= CONF_OPT_MULTIBYTE=--enable-multibyte CONF_TERM_LIB=--with-tlib=ncurses
|
||||
REINPLACE_ARGS= -i ''
|
||||
USES= cpe iconv ncurses pkgconfig shebangfix
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
PLIST_SUB= VIM_VER=${VIM_VER}
|
||||
PORTDATA= ${VIM_VER}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1480778512
|
||||
SHA256 (vim-vim-v8.0.0122_GH0.tar.gz) = 8972e859170ce831f7d56d87fd0f0a2fa3f8948a70d14972fa6efa58bbf452cb
|
||||
SIZE (vim-vim-v8.0.0122_GH0.tar.gz) = 12948153
|
||||
TIMESTAMP = 1481386253
|
||||
SHA256 (vim-vim-v8.0.0130_GH0.tar.gz) = 73b1236dc4fdf77bff6ab946f80463932c7a806bb020cf0738ffad3ed2e7ed13
|
||||
SIZE (vim-vim-v8.0.0130_GH0.tar.gz) = 12948905
|
||||
|
|
Loading…
Add table
Reference in a new issue