Update to Vim 6.0 beta Q
This commit is contained in:
parent
c14babe5cd
commit
27b14128e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36138
4 changed files with 14 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME?= vim
|
||||
PORTVERSION= 6.0o
|
||||
PORTVERSION= 6.0q
|
||||
PORTREVISION= 0
|
||||
CATEGORIES?= editors
|
||||
MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unreleased/unix/ \
|
||||
|
@ -56,6 +56,10 @@ MAKE_ARGS+= X_LIBS=-lxpg4 CONF_OPT_MAX="--enable-max-features"
|
|||
.if defined(WITH_ATHENA)
|
||||
MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=athena --enable-multibyte --enable-fontset --enable-multibyte --enable-xim"
|
||||
#MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=yes" ${I18N}
|
||||
.elif defined(WITH_GTK)
|
||||
MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=gtk --enable-multibyte --enable-fontset --enable-xim"
|
||||
MAKE_ARGS+= CONF_OPT_PERL="--enable-pythoninterp"
|
||||
MAKE_ARGS+= X_LIBS="$(X_LIBS) -lXt"
|
||||
.else
|
||||
USE_MOTIF= yes
|
||||
MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=motif --with-motif-lib=\"${MOTIFLIB}\" --enable-multibyte --enable-fontset --enable-multibyte --enable-xim" MOTIFHOME=${X11BASE}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (vim/vim-6.0o-src.tar.gz) = 9c1db31e15abe53558c60796c0f8226c
|
||||
MD5 (vim/vim-6.0o-rt.tar.gz) = b774648231ca6121043e8f88c3aa2f5d
|
||||
MD5 (vim/vim-6.0q-src.tar.gz) = 7db20718bfc3bd2c8616be1f68578e27
|
||||
MD5 (vim/vim-6.0q-rt.tar.gz) = 25c6cf370c38516a33512b64908af807
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME?= vim
|
||||
PORTVERSION= 6.0o
|
||||
PORTVERSION= 6.0q
|
||||
PORTREVISION= 0
|
||||
CATEGORIES?= editors
|
||||
MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unreleased/unix/ \
|
||||
|
@ -56,6 +56,10 @@ MAKE_ARGS+= X_LIBS=-lxpg4 CONF_OPT_MAX="--enable-max-features"
|
|||
.if defined(WITH_ATHENA)
|
||||
MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=athena --enable-multibyte --enable-fontset --enable-multibyte --enable-xim"
|
||||
#MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=yes" ${I18N}
|
||||
.elif defined(WITH_GTK)
|
||||
MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=gtk --enable-multibyte --enable-fontset --enable-xim"
|
||||
MAKE_ARGS+= CONF_OPT_PERL="--enable-pythoninterp"
|
||||
MAKE_ARGS+= X_LIBS="$(X_LIBS) -lXt"
|
||||
.else
|
||||
USE_MOTIF= yes
|
||||
MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=motif --with-motif-lib=\"${MOTIFLIB}\" --enable-multibyte --enable-fontset --enable-multibyte --enable-xim" MOTIFHOME=${X11BASE}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (vim/vim-6.0o-src.tar.gz) = 9c1db31e15abe53558c60796c0f8226c
|
||||
MD5 (vim/vim-6.0o-rt.tar.gz) = b774648231ca6121043e8f88c3aa2f5d
|
||||
MD5 (vim/vim-6.0q-src.tar.gz) = 7db20718bfc3bd2c8616be1f68578e27
|
||||
MD5 (vim/vim-6.0q-rt.tar.gz) = 25c6cf370c38516a33512b64908af807
|
||||
|
|
Loading…
Reference in a new issue