vim: update to 7.4.703

This commit is contained in:
Tom G. Christensen 2015-04-21 11:12:01 +02:00
parent 93e4b9b208
commit 518f843695
2 changed files with 15 additions and 59 deletions

View File

@ -4,66 +4,19 @@
. ${BUILDPKG_SCRIPTS}/build.sh.functions
#
###########################################################
hgrev=e026e4f106a5
patchlevel=703
basever=7.4
# Check the following 4 variables before running the script
topdir=vim
shortver=7.4
version=${shortver}.52
version=${basever}.${patchlevel}
pkgver=1
source[0]=ftp://ftp.vim.org/pub/vim/unix/$topdir-$shortver.tar.bz2
# Tarball was created like this:
# hg clone https://vim.googlecode.com/hg/ vim
# hg archive -r v7-4-%{patchlevel} %b-%h.tar.bz2
source[0]=$topdir-$hgrev.tar.bz2
# If there are no patches, simply comment this
patch[0]= # buildpkg cannot handle sparse arrays
patch[1]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.001
patch[2]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.002
patch[3]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.003
patch[4]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.004
patch[5]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.005
patch[6]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.006
patch[7]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.007
patch[8]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.008
patch[9]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.009
patch[10]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.010
patch[11]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.011
patch[12]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.012
patch[13]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.013
patch[14]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.014
patch[15]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.015
patch[16]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.016
patch[17]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.017
patch[18]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.018
patch[19]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.019
patch[20]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.020
patch[21]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.021
patch[22]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.022
patch[23]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.023
patch[24]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.024
patch[25]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.025
patch[26]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.026
patch[27]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.027
patch[28]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.028
patch[29]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.029
patch[30]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.030
patch[31]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.031
patch[32]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.032
patch[33]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.033
patch[34]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.034
patch[35]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.035
patch[36]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.036
patch[37]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.037
patch[38]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.038
patch[39]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.039
patch[40]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.040
patch[41]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.041
patch[42]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.042
patch[43]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.043
patch[44]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.044
patch[45]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.045
patch[46]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.046
patch[47]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.047
patch[48]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.048
patch[49]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.049
patch[50]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.050
patch[51]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.051
patch[52]=ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.052
#patch[0]=
# Source function library
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
@ -74,9 +27,8 @@ export LDFLAGS="-L$prefix/lib -R$prefix/lib"
basic_args=(--prefix=$prefix --without-local-dir --with-features=huge --enable-multibyte --disable-perlinterp --disable-pythoninterp --disable-tclinterp --with-compiledby="<swpkg@jupiterrise.com>" --disable-netbeans)
# Do not let scripts add a dependency on perl
ignore_deps="TGCperl"
# We need to override these
topsrcdir=vim74
patch_prefix="-p0"
# We need to override this
topsrcdir=vim-${hgrev}
reg prep
prep()

View File

@ -1,5 +1,9 @@
CHANGELOG
---------
* Tue Apr 21 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 7.4.703-1
- Update to 7.4.703 (HG e026e4f106a5)
This includes updates to the runtime parts
* Wed Nov 20 2013 Tom G. Christensen <swpkg@jupiterrise.com> - 7.4.52-1
- Update to 7.4p52