]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - pkgs/vim/patches/vim-7.3.047.patch0
Change file layout of the makefiles.
[people/stevee/ipfire-3.x.git] / pkgs / vim / patches / vim-7.3.047.patch0
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.047
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.047 (after 7.3.032)
11 Problem: Missing makefile updates for test 75.
12 Solution: Update the makefiles.
13 Files: src/testdir/Make_amiga.mak, src/testdir/Make_dos.mak,
14 src/testdir/Makefile, src/testdir/Make_ming.mak,
15 src/testdir/Make_os2.mak, src/testdir/Make_vms.mms
16
17
18 *** ../vim-7.3.046/src/testdir/Make_amiga.mak 2010-10-20 17:44:01.000000000 +0200
19 --- src/testdir/Make_amiga.mak 2010-10-20 20:43:25.000000000 +0200
20 ***************
21 *** 27,33 ****
22 test56.out test57.out test58.out test59.out test60.out \
23 test61.out test62.out test63.out test64.out test65.out \
24 test66.out test67.out test68.out test69.out test70.out \
25 ! test71.out test72.out test73.out test74.out
26
27 .SUFFIXES: .in .out
28
29 --- 27,33 ----
30 test56.out test57.out test58.out test59.out test60.out \
31 test61.out test62.out test63.out test64.out test65.out \
32 test66.out test67.out test68.out test69.out test70.out \
33 ! test71.out test72.out test73.out test74.out test75.out
34
35 .SUFFIXES: .in .out
36
37 ***************
38 *** 121,123 ****
39 --- 121,124 ----
40 test72.out: test72.in
41 test73.out: test73.in
42 test74.out: test74.in
43 + test75.out: test75.in
44 *** ../vim-7.3.046/src/testdir/Make_dos.mak 2010-10-20 17:44:01.000000000 +0200
45 --- src/testdir/Make_dos.mak 2010-10-20 20:43:48.000000000 +0200
46 ***************
47 *** 28,34 ****
48 test37.out test38.out test39.out test40.out test41.out \
49 test42.out test52.out test65.out test66.out test67.out \
50 test68.out test69.out test71.out test72.out test73.out \
51 ! test74.out
52
53 SCRIPTS32 = test50.out test70.out
54
55 --- 28,34 ----
56 test37.out test38.out test39.out test40.out test41.out \
57 test42.out test52.out test65.out test66.out test67.out \
58 test68.out test69.out test71.out test72.out test73.out \
59 ! test74.out test75.out
60
61 SCRIPTS32 = test50.out test70.out
62
63 *** ../vim-7.3.046/src/testdir/Makefile 2010-10-20 17:44:01.000000000 +0200
64 --- src/testdir/Makefile 2010-10-20 20:44:10.000000000 +0200
65 ***************
66 *** 25,31 ****
67 test59.out test60.out test61.out test62.out test63.out \
68 test64.out test65.out test66.out test67.out test68.out \
69 test69.out test70.out test71.out test72.out test73.out \
70 ! test74.out
71
72 SCRIPTS_GUI = test16.out
73
74 --- 25,31 ----
75 test59.out test60.out test61.out test62.out test63.out \
76 test64.out test65.out test66.out test67.out test68.out \
77 test69.out test70.out test71.out test72.out test73.out \
78 ! test74.out test75.out
79
80 SCRIPTS_GUI = test16.out
81
82 *** ../vim-7.3.046/src/testdir/Make_ming.mak 2010-10-20 17:44:01.000000000 +0200
83 --- src/testdir/Make_ming.mak 2010-10-20 20:43:53.000000000 +0200
84 ***************
85 *** 48,54 ****
86 test37.out test38.out test39.out test40.out test41.out \
87 test42.out test52.out test65.out test66.out test67.out \
88 test68.out test69.out test71.out test72.out test73.out \
89 ! test74.out
90
91 SCRIPTS32 = test50.out test70.out
92
93 --- 48,54 ----
94 test37.out test38.out test39.out test40.out test41.out \
95 test42.out test52.out test65.out test66.out test67.out \
96 test68.out test69.out test71.out test72.out test73.out \
97 ! test74.out test75.out
98
99 SCRIPTS32 = test50.out test70.out
100
101 *** ../vim-7.3.046/src/testdir/Make_os2.mak 2010-10-20 17:44:01.000000000 +0200
102 --- src/testdir/Make_os2.mak 2010-10-20 20:44:00.000000000 +0200
103 ***************
104 *** 27,33 ****
105 test56.out test57.out test58.out test59.out test60.out \
106 test61.out test62.out test63.out test64.out test65.out \
107 test66.out test67.out test68.out test69.out test70.out \
108 ! test71.out test72.out test73.out test74.out
109
110 .SUFFIXES: .in .out
111
112 --- 27,33 ----
113 test56.out test57.out test58.out test59.out test60.out \
114 test61.out test62.out test63.out test64.out test65.out \
115 test66.out test67.out test68.out test69.out test70.out \
116 ! test71.out test72.out test73.out test74.out test75.out
117
118 .SUFFIXES: .in .out
119
120 *** ../vim-7.3.046/src/testdir/Make_vms.mms 2010-10-20 17:44:01.000000000 +0200
121 --- src/testdir/Make_vms.mms 2010-10-20 20:44:05.000000000 +0200
122 ***************
123 *** 4,10 ****
124 # Authors: Zoltan Arpadffy, <arpadffy@polarhome.com>
125 # Sandor Kopanyi, <sandor.kopanyi@mailbox.hu>
126 #
127 ! # Last change: 2010 Aug 04
128 #
129 # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
130 # Edit the lines in the Configuration section below to select.
131 --- 4,10 ----
132 # Authors: Zoltan Arpadffy, <arpadffy@polarhome.com>
133 # Sandor Kopanyi, <sandor.kopanyi@mailbox.hu>
134 #
135 ! # Last change: 2010 Oct 20
136 #
137 # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
138 # Edit the lines in the Configuration section below to select.
139 ***************
140 *** 74,80 ****
141 test56.out test57.out test60.out \
142 test61.out test62.out test63.out test64.out test65.out \
143 test66.out test67.out test68.out test69.out \
144 ! test71.out test72.out test74.out
145
146 # Known problems:
147 # Test 30: a problem around mac format - unknown reason
148 --- 74,80 ----
149 test56.out test57.out test60.out \
150 test61.out test62.out test63.out test64.out test65.out \
151 test66.out test67.out test68.out test69.out \
152 ! test71.out test72.out test74.out test75.out
153
154 # Known problems:
155 # Test 30: a problem around mac format - unknown reason
156 *** ../vim-7.3.046/src/version.c 2010-10-27 17:40:53.000000000 +0200
157 --- src/version.c 2010-10-27 18:34:20.000000000 +0200
158 ***************
159 *** 716,717 ****
160 --- 716,719 ----
161 { /* Add new patch number below this line */
162 + /**/
163 + 47,
164 /**/
165
166 --
167 5 out of 4 people have trouble with fractions.
168
169 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
170 /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
171 \\\ download, build and distribute -- http://www.A-A-P.org ///
172 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///