]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - vim/patches/vim-7.3.245.patch0
libnl3: New package.
[people/ms/ipfire-3.x.git] / vim / patches / vim-7.3.245.patch0
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.245
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.3.245
11 Problem: Python 3.2 libraries not correctly detected.
12 Solution: Add the suffix to the library name. (Niclas Zeising)
13 Files: src/auto/configure, src/configure.in
14
15
16 *** ../vim-7.3.244/src/auto/configure 2011-06-13 01:32:42.000000000 +0200
17 --- src/auto/configure 2011-07-13 17:57:05.000000000 +0200
18 ***************
19 *** 5611,5617 ****
20 eof
21 eval "`cd ${PYTHON3_CONFDIR} && make -f "${tmp_mkf}" __ | sed '/ directory /d'`"
22 rm -f -- "${tmp_mkf}"
23 ! vi_cv_path_python3_plibs="-L${PYTHON3_CONFDIR} -lpython${vi_cv_var_python3_version}"
24 vi_cv_path_python3_plibs="${vi_cv_path_python3_plibs} ${python3_BASEMODLIBS} ${python3_LIBS} ${python3_SYSLIBS}"
25 vi_cv_path_python3_plibs=`echo $vi_cv_path_python3_plibs | sed s/-ltermcap//`
26 vi_cv_path_python3_plibs=`echo $vi_cv_path_python3_plibs | sed s/-lffi//`
27 --- 5611,5617 ----
28 eof
29 eval "`cd ${PYTHON3_CONFDIR} && make -f "${tmp_mkf}" __ | sed '/ directory /d'`"
30 rm -f -- "${tmp_mkf}"
31 ! vi_cv_path_python3_plibs="-L${PYTHON3_CONFDIR} -lpython${vi_cv_var_python3_version}${vi_cv_var_python3_abiflags}"
32 vi_cv_path_python3_plibs="${vi_cv_path_python3_plibs} ${python3_BASEMODLIBS} ${python3_LIBS} ${python3_SYSLIBS}"
33 vi_cv_path_python3_plibs=`echo $vi_cv_path_python3_plibs | sed s/-ltermcap//`
34 vi_cv_path_python3_plibs=`echo $vi_cv_path_python3_plibs | sed s/-lffi//`
35 *** ../vim-7.3.244/src/configure.in 2011-06-13 01:32:42.000000000 +0200
36 --- src/configure.in 2011-07-13 17:57:01.000000000 +0200
37 ***************
38 *** 1068,1074 ****
39 dnl -- delete the lines from make about Entering/Leaving directory
40 eval "`cd ${PYTHON3_CONFDIR} && make -f "${tmp_mkf}" __ | sed '/ directory /d'`"
41 rm -f -- "${tmp_mkf}"
42 ! vi_cv_path_python3_plibs="-L${PYTHON3_CONFDIR} -lpython${vi_cv_var_python3_version}"
43 vi_cv_path_python3_plibs="${vi_cv_path_python3_plibs} ${python3_BASEMODLIBS} ${python3_LIBS} ${python3_SYSLIBS}"
44 dnl remove -ltermcap, it can conflict with an earlier -lncurses
45 vi_cv_path_python3_plibs=`echo $vi_cv_path_python3_plibs | sed s/-ltermcap//`
46 --- 1068,1074 ----
47 dnl -- delete the lines from make about Entering/Leaving directory
48 eval "`cd ${PYTHON3_CONFDIR} && make -f "${tmp_mkf}" __ | sed '/ directory /d'`"
49 rm -f -- "${tmp_mkf}"
50 ! vi_cv_path_python3_plibs="-L${PYTHON3_CONFDIR} -lpython${vi_cv_var_python3_version}${vi_cv_var_python3_abiflags}"
51 vi_cv_path_python3_plibs="${vi_cv_path_python3_plibs} ${python3_BASEMODLIBS} ${python3_LIBS} ${python3_SYSLIBS}"
52 dnl remove -ltermcap, it can conflict with an earlier -lncurses
53 vi_cv_path_python3_plibs=`echo $vi_cv_path_python3_plibs | sed s/-ltermcap//`
54 *** ../vim-7.3.244/src/version.c 2011-07-07 17:43:37.000000000 +0200
55 --- src/version.c 2011-07-15 13:09:17.000000000 +0200
56 ***************
57 *** 711,712 ****
58 --- 711,714 ----
59 { /* Add new patch number below this line */
60 + /**/
61 + 245,
62 /**/
63
64
65 --
66 When danger reared its ugly head,
67 He bravely turned his tail and fled
68 Yes, Brave Sir Robin turned about
69 And gallantly he chickened out
70 Bravely taking to his feet
71 He beat a very brave retreat
72 Bravest of the brave Sir Robin
73 Petrified of being dead
74 Soiled his pants then brave Sir Robin
75 Turned away and fled.
76 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
77
78 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
79 /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
80 \\\ an exciting new programming language -- http://www.Zimbu.org ///
81 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///