wok view seamonkey/stuff/linux-remove.patch @ rev 11335

Up: seamonkey (2.5)
author Alexander Medvedev <devl547@gmail.com>
date Fri Nov 25 08:31:09 2011 +0000 (2011-11-25)
parents
children
line source
1 Index: mozilla/security/coreconf/Linux2.1.mk
2 ===================================================================
3 RCS file: mozilla/security/coreconf/Linux2.1.mk
4 diff -N mozilla/security/coreconf/Linux2.1.mk
5 --- mozilla/security/coreconf/Linux2.1.mk 11 Jun 2009 00:55:32 -0000 1.7
6 +++ /dev/null 1 Jan 1970 00:00:00 -0000
7 @@ -1,48 +0,0 @@
8 -#
9 -# ***** BEGIN LICENSE BLOCK *****
10 -# Version: MPL 1.1/GPL 2.0/LGPL 2.1
11 -#
12 -# The contents of this file are subject to the Mozilla Public License Version
13 -# 1.1 (the "License"); you may not use this file except in compliance with
14 -# the License. You may obtain a copy of the License at
15 -# http://www.mozilla.org/MPL/
16 -#
17 -# Software distributed under the License is distributed on an "AS IS" basis,
18 -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
19 -# for the specific language governing rights and limitations under the
20 -# License.
21 -#
22 -# The Original Code is the Netscape security libraries.
23 -#
24 -# The Initial Developer of the Original Code is
25 -# Netscape Communications Corporation.
26 -# Portions created by the Initial Developer are Copyright (C) 1994-2000
27 -# the Initial Developer. All Rights Reserved.
28 -#
29 -# Contributor(s):
30 -#
31 -# Alternatively, the contents of this file may be used under the terms of
32 -# either the GNU General Public License Version 2 or later (the "GPL"), or
33 -# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
34 -# in which case the provisions of the GPL or the LGPL are applicable instead
35 -# of those above. If you wish to allow use of your version of this file only
36 -# under the terms of either the GPL or the LGPL, and not to allow others to
37 -# use your version of this file under the terms of the MPL, indicate your
38 -# decision by deleting the provisions above and replace them with the notice
39 -# and other provisions required by the GPL or the LGPL. If you do not delete
40 -# the provisions above, a recipient may use your version of this file under
41 -# the terms of any one of the MPL, the GPL or the LGPL.
42 -#
43 -# ***** END LICENSE BLOCK *****
44 -
45 -include $(CORE_DEPTH)/coreconf/Linux.mk
46 -ifeq ($(OS_RELEASE),2.1)
47 - OS_REL_CFLAGS += -DLINUX2_1
48 - MKSHLIB = $(CC) $(DSO_LDOPTS) -Wl,-soname -Wl,$(@:$(OBJDIR)/%.so=%.so) $(RPATH)
49 - ifdef MAPFILE
50 - MKSHLIB += -Wl,--version-script,$(MAPFILE)
51 - endif
52 - PROCESS_MAP_FILE = grep -v ';-' $< | \
53 - sed -e 's,;+,,' -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,;,' > $@
54 -endif
55 -
56 Index: mozilla/security/coreconf/Linux2.2.mk
57 ===================================================================
58 RCS file: mozilla/security/coreconf/Linux2.2.mk
59 diff -N mozilla/security/coreconf/Linux2.2.mk
60 --- mozilla/security/coreconf/Linux2.2.mk 11 Jun 2009 00:55:32 -0000 1.7
61 +++ /dev/null 1 Jan 1970 00:00:00 -0000
62 @@ -1,48 +0,0 @@
63 -#
64 -# ***** BEGIN LICENSE BLOCK *****
65 -# Version: MPL 1.1/GPL 2.0/LGPL 2.1
66 -#
67 -# The contents of this file are subject to the Mozilla Public License Version
68 -# 1.1 (the "License"); you may not use this file except in compliance with
69 -# the License. You may obtain a copy of the License at
70 -# http://www.mozilla.org/MPL/
71 -#
72 -# Software distributed under the License is distributed on an "AS IS" basis,
73 -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
74 -# for the specific language governing rights and limitations under the
75 -# License.
76 -#
77 -# The Original Code is the Netscape security libraries.
78 -#
79 -# The Initial Developer of the Original Code is
80 -# Netscape Communications Corporation.
81 -# Portions created by the Initial Developer are Copyright (C) 1994-2000
82 -# the Initial Developer. All Rights Reserved.
83 -#
84 -# Contributor(s):
85 -#
86 -# Alternatively, the contents of this file may be used under the terms of
87 -# either the GNU General Public License Version 2 or later (the "GPL"), or
88 -# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
89 -# in which case the provisions of the GPL or the LGPL are applicable instead
90 -# of those above. If you wish to allow use of your version of this file only
91 -# under the terms of either the GPL or the LGPL, and not to allow others to
92 -# use your version of this file under the terms of the MPL, indicate your
93 -# decision by deleting the provisions above and replace them with the notice
94 -# and other provisions required by the GPL or the LGPL. If you do not delete
95 -# the provisions above, a recipient may use your version of this file under
96 -# the terms of any one of the MPL, the GPL or the LGPL.
97 -#
98 -# ***** END LICENSE BLOCK *****
99 -
100 -include $(CORE_DEPTH)/coreconf/Linux.mk
101 -
102 -OS_REL_CFLAGS += -DLINUX2_1
103 -MKSHLIB = $(CC) $(DSO_LDOPTS) -Wl,-soname -Wl,$(@:$(OBJDIR)/%.so=%.so) $(RPATH)
104 -
105 -ifdef MAPFILE
106 - MKSHLIB += -Wl,--version-script,$(MAPFILE)
107 -endif
108 -PROCESS_MAP_FILE = grep -v ';-' $< | \
109 - sed -e 's,;+,,' -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,;,' > $@
110 -
111 Index: mozilla/security/coreconf/Linux2.4.mk
112 ===================================================================
113 RCS file: mozilla/security/coreconf/Linux2.4.mk
114 diff -N mozilla/security/coreconf/Linux2.4.mk
115 --- mozilla/security/coreconf/Linux2.4.mk 21 Jul 2010 16:23:15 -0000 1.10
116 +++ /dev/null 1 Jan 1970 00:00:00 -0000
117 @@ -1,49 +0,0 @@
118 -#
119 -# ***** BEGIN LICENSE BLOCK *****
120 -# Version: MPL 1.1/GPL 2.0/LGPL 2.1
121 -#
122 -# The contents of this file are subject to the Mozilla Public License Version
123 -# 1.1 (the "License"); you may not use this file except in compliance with
124 -# the License. You may obtain a copy of the License at
125 -# http://www.mozilla.org/MPL/
126 -#
127 -# Software distributed under the License is distributed on an "AS IS" basis,
128 -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
129 -# for the specific language governing rights and limitations under the
130 -# License.
131 -#
132 -# The Original Code is the Netscape security libraries.
133 -#
134 -# The Initial Developer of the Original Code is
135 -# Netscape Communications Corporation.
136 -# Portions created by the Initial Developer are Copyright (C) 1994-2000
137 -# the Initial Developer. All Rights Reserved.
138 -#
139 -# Contributor(s):
140 -#
141 -# Alternatively, the contents of this file may be used under the terms of
142 -# either the GNU General Public License Version 2 or later (the "GPL"), or
143 -# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
144 -# in which case the provisions of the GPL or the LGPL are applicable instead
145 -# of those above. If you wish to allow use of your version of this file only
146 -# under the terms of either the GPL or the LGPL, and not to allow others to
147 -# use your version of this file under the terms of the MPL, indicate your
148 -# decision by deleting the provisions above and replace them with the notice
149 -# and other provisions required by the GPL or the LGPL. If you do not delete
150 -# the provisions above, a recipient may use your version of this file under
151 -# the terms of any one of the MPL, the GPL or the LGPL.
152 -#
153 -# ***** END LICENSE BLOCK *****
154 -
155 -include $(CORE_DEPTH)/coreconf/Linux.mk
156 -
157 -OS_REL_CFLAGS += -DLINUX2_1
158 -MKSHLIB = $(CC) $(DSO_LDOPTS) -Wl,-soname -Wl,$(@:$(OBJDIR)/%.so=%.so) $(RPATH)
159 -
160 -ifdef MAPFILE
161 - MKSHLIB += -Wl,--version-script,$(MAPFILE)
162 -endif
163 -PROCESS_MAP_FILE = grep -v ';-' $< | \
164 - sed -e 's,;+,,' -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,;,' > $@
165 -
166 -DEFINES += -DNO_FORK_CHECK
167 Index: mozilla/security/coreconf/Linux2.5.mk
168 ===================================================================
169 RCS file: mozilla/security/coreconf/Linux2.5.mk
170 diff -N mozilla/security/coreconf/Linux2.5.mk
171 --- mozilla/security/coreconf/Linux2.5.mk 11 Jun 2009 00:55:32 -0000 1.6
172 +++ /dev/null 1 Jan 1970 00:00:00 -0000
173 @@ -1,48 +0,0 @@
174 -#
175 -# ***** BEGIN LICENSE BLOCK *****
176 -# Version: MPL 1.1/GPL 2.0/LGPL 2.1
177 -#
178 -# The contents of this file are subject to the Mozilla Public License Version
179 -# 1.1 (the "License"); you may not use this file except in compliance with
180 -# the License. You may obtain a copy of the License at
181 -# http://www.mozilla.org/MPL/
182 -#
183 -# Software distributed under the License is distributed on an "AS IS" basis,
184 -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
185 -# for the specific language governing rights and limitations under the
186 -# License.
187 -#
188 -# The Original Code is the Netscape security libraries.
189 -#
190 -# The Initial Developer of the Original Code is
191 -# Netscape Communications Corporation.
192 -# Portions created by the Initial Developer are Copyright (C) 1994-2000
193 -# the Initial Developer. All Rights Reserved.
194 -#
195 -# Contributor(s):
196 -#
197 -# Alternatively, the contents of this file may be used under the terms of
198 -# either the GNU General Public License Version 2 or later (the "GPL"), or
199 -# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
200 -# in which case the provisions of the GPL or the LGPL are applicable instead
201 -# of those above. If you wish to allow use of your version of this file only
202 -# under the terms of either the GPL or the LGPL, and not to allow others to
203 -# use your version of this file under the terms of the MPL, indicate your
204 -# decision by deleting the provisions above and replace them with the notice
205 -# and other provisions required by the GPL or the LGPL. If you do not delete
206 -# the provisions above, a recipient may use your version of this file under
207 -# the terms of any one of the MPL, the GPL or the LGPL.
208 -#
209 -# ***** END LICENSE BLOCK *****
210 -
211 -include $(CORE_DEPTH)/coreconf/Linux.mk
212 -
213 -OS_REL_CFLAGS += -DLINUX2_1
214 -MKSHLIB = $(CC) $(DSO_LDOPTS) -Wl,-soname -Wl,$(@:$(OBJDIR)/%.so=%.so) $(RPATH)
215 -
216 -ifdef MAPFILE
217 - MKSHLIB += -Wl,--version-script,$(MAPFILE)
218 -endif
219 -PROCESS_MAP_FILE = grep -v ';-' $< | \
220 - sed -e 's,;+,,' -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,;,' > $@
221 -
222 Index: mozilla/security/coreconf/Linux2.6.mk
223 ===================================================================
224 RCS file: mozilla/security/coreconf/Linux2.6.mk
225 diff -N mozilla/security/coreconf/Linux2.6.mk
226 --- mozilla/security/coreconf/Linux2.6.mk 11 Jun 2009 00:55:32 -0000 1.6
227 +++ /dev/null 1 Jan 1970 00:00:00 -0000
228 @@ -1,48 +0,0 @@
229 -#
230 -# ***** BEGIN LICENSE BLOCK *****
231 -# Version: MPL 1.1/GPL 2.0/LGPL 2.1
232 -#
233 -# The contents of this file are subject to the Mozilla Public License Version
234 -# 1.1 (the "License"); you may not use this file except in compliance with
235 -# the License. You may obtain a copy of the License at
236 -# http://www.mozilla.org/MPL/
237 -#
238 -# Software distributed under the License is distributed on an "AS IS" basis,
239 -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
240 -# for the specific language governing rights and limitations under the
241 -# License.
242 -#
243 -# The Original Code is the Netscape security libraries.
244 -#
245 -# The Initial Developer of the Original Code is
246 -# Netscape Communications Corporation.
247 -# Portions created by the Initial Developer are Copyright (C) 1994-2000
248 -# the Initial Developer. All Rights Reserved.
249 -#
250 -# Contributor(s):
251 -#
252 -# Alternatively, the contents of this file may be used under the terms of
253 -# either the GNU General Public License Version 2 or later (the "GPL"), or
254 -# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
255 -# in which case the provisions of the GPL or the LGPL are applicable instead
256 -# of those above. If you wish to allow use of your version of this file only
257 -# under the terms of either the GPL or the LGPL, and not to allow others to
258 -# use your version of this file under the terms of the MPL, indicate your
259 -# decision by deleting the provisions above and replace them with the notice
260 -# and other provisions required by the GPL or the LGPL. If you do not delete
261 -# the provisions above, a recipient may use your version of this file under
262 -# the terms of any one of the MPL, the GPL or the LGPL.
263 -#
264 -# ***** END LICENSE BLOCK *****
265 -
266 -include $(CORE_DEPTH)/coreconf/Linux.mk
267 -
268 -OS_REL_CFLAGS += -DLINUX2_1
269 -MKSHLIB = $(CC) $(DSO_LDOPTS) -Wl,-soname -Wl,$(@:$(OBJDIR)/%.so=%.so) $(RPATH)
270 -
271 -ifdef MAPFILE
272 - MKSHLIB += -Wl,--version-script,$(MAPFILE)
273 -endif
274 -PROCESS_MAP_FILE = grep -v ';-' $< | \
275 - sed -e 's,;+,,' -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,;,' > $@
276 -
277 Index: mozilla/security/coreconf/LinuxELF1.2.mk
278 ===================================================================
279 RCS file: mozilla/security/coreconf/LinuxELF1.2.mk
280 diff -N mozilla/security/coreconf/LinuxELF1.2.mk
281 --- mozilla/security/coreconf/LinuxELF1.2.mk 25 Apr 2004 15:02:17 -0000 1.2
282 +++ /dev/null 1 Jan 1970 00:00:00 -0000
283 @@ -1,38 +0,0 @@
284 -#
285 -# ***** BEGIN LICENSE BLOCK *****
286 -# Version: MPL 1.1/GPL 2.0/LGPL 2.1
287 -#
288 -# The contents of this file are subject to the Mozilla Public License Version
289 -# 1.1 (the "License"); you may not use this file except in compliance with
290 -# the License. You may obtain a copy of the License at
291 -# http://www.mozilla.org/MPL/
292 -#
293 -# Software distributed under the License is distributed on an "AS IS" basis,
294 -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
295 -# for the specific language governing rights and limitations under the
296 -# License.
297 -#
298 -# The Original Code is the Netscape security libraries.
299 -#
300 -# The Initial Developer of the Original Code is
301 -# Netscape Communications Corporation.
302 -# Portions created by the Initial Developer are Copyright (C) 1994-2000
303 -# the Initial Developer. All Rights Reserved.
304 -#
305 -# Contributor(s):
306 -#
307 -# Alternatively, the contents of this file may be used under the terms of
308 -# either the GNU General Public License Version 2 or later (the "GPL"), or
309 -# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
310 -# in which case the provisions of the GPL or the LGPL are applicable instead
311 -# of those above. If you wish to allow use of your version of this file only
312 -# under the terms of either the GPL or the LGPL, and not to allow others to
313 -# use your version of this file under the terms of the MPL, indicate your
314 -# decision by deleting the provisions above and replace them with the notice
315 -# and other provisions required by the GPL or the LGPL. If you do not delete
316 -# the provisions above, a recipient may use your version of this file under
317 -# the terms of any one of the MPL, the GPL or the LGPL.
318 -#
319 -# ***** END LICENSE BLOCK *****
320 -
321 -include $(CORE_DEPTH)/coreconf/Linux.mk
322 Index: mozilla/security/coreconf/LinuxELF2.0.mk
323 ===================================================================
324 RCS file: mozilla/security/coreconf/LinuxELF2.0.mk
325 diff -N mozilla/security/coreconf/LinuxELF2.0.mk
326 --- mozilla/security/coreconf/LinuxELF2.0.mk 25 Apr 2004 15:02:17 -0000 1.2
327 +++ /dev/null 1 Jan 1970 00:00:00 -0000
328 @@ -1,38 +0,0 @@
329 -#
330 -# ***** BEGIN LICENSE BLOCK *****
331 -# Version: MPL 1.1/GPL 2.0/LGPL 2.1
332 -#
333 -# The contents of this file are subject to the Mozilla Public License Version
334 -# 1.1 (the "License"); you may not use this file except in compliance with
335 -# the License. You may obtain a copy of the License at
336 -# http://www.mozilla.org/MPL/
337 -#
338 -# Software distributed under the License is distributed on an "AS IS" basis,
339 -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
340 -# for the specific language governing rights and limitations under the
341 -# License.
342 -#
343 -# The Original Code is the Netscape security libraries.
344 -#
345 -# The Initial Developer of the Original Code is
346 -# Netscape Communications Corporation.
347 -# Portions created by the Initial Developer are Copyright (C) 1994-2000
348 -# the Initial Developer. All Rights Reserved.
349 -#
350 -# Contributor(s):
351 -#
352 -# Alternatively, the contents of this file may be used under the terms of
353 -# either the GNU General Public License Version 2 or later (the "GPL"), or
354 -# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
355 -# in which case the provisions of the GPL or the LGPL are applicable instead
356 -# of those above. If you wish to allow use of your version of this file only
357 -# under the terms of either the GPL or the LGPL, and not to allow others to
358 -# use your version of this file under the terms of the MPL, indicate your
359 -# decision by deleting the provisions above and replace them with the notice
360 -# and other provisions required by the GPL or the LGPL. If you do not delete
361 -# the provisions above, a recipient may use your version of this file under
362 -# the terms of any one of the MPL, the GPL or the LGPL.
363 -#
364 -# ***** END LICENSE BLOCK *****
365 -
366 -include $(CORE_DEPTH)/coreconf/Linux.mk