wok diff seamonkey/stuff/linux-remove.patch @ rev 11645

Up: grsync to 1.2.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Feb 03 12:52:00 2012 -0500 (2012-02-03)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/seamonkey/stuff/linux-remove.patch	Fri Feb 03 12:52:00 2012 -0500
     1.3 @@ -0,0 +1,366 @@
     1.4 +Index: mozilla/security/coreconf/Linux2.1.mk
     1.5 +===================================================================
     1.6 +RCS file: mozilla/security/coreconf/Linux2.1.mk
     1.7 +diff -N mozilla/security/coreconf/Linux2.1.mk
     1.8 +--- mozilla/security/coreconf/Linux2.1.mk	11 Jun 2009 00:55:32 -0000	1.7
     1.9 ++++ /dev/null	1 Jan 1970 00:00:00 -0000
    1.10 +@@ -1,48 +0,0 @@
    1.11 +-#
    1.12 +-# ***** BEGIN LICENSE BLOCK *****
    1.13 +-# Version: MPL 1.1/GPL 2.0/LGPL 2.1
    1.14 +-#
    1.15 +-# The contents of this file are subject to the Mozilla Public License Version
    1.16 +-# 1.1 (the "License"); you may not use this file except in compliance with
    1.17 +-# the License. You may obtain a copy of the License at
    1.18 +-# http://www.mozilla.org/MPL/
    1.19 +-#
    1.20 +-# Software distributed under the License is distributed on an "AS IS" basis,
    1.21 +-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
    1.22 +-# for the specific language governing rights and limitations under the
    1.23 +-# License.
    1.24 +-#
    1.25 +-# The Original Code is the Netscape security libraries.
    1.26 +-#
    1.27 +-# The Initial Developer of the Original Code is
    1.28 +-# Netscape Communications Corporation.
    1.29 +-# Portions created by the Initial Developer are Copyright (C) 1994-2000
    1.30 +-# the Initial Developer. All Rights Reserved.
    1.31 +-#
    1.32 +-# Contributor(s):
    1.33 +-#
    1.34 +-# Alternatively, the contents of this file may be used under the terms of
    1.35 +-# either the GNU General Public License Version 2 or later (the "GPL"), or
    1.36 +-# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
    1.37 +-# in which case the provisions of the GPL or the LGPL are applicable instead
    1.38 +-# of those above. If you wish to allow use of your version of this file only
    1.39 +-# under the terms of either the GPL or the LGPL, and not to allow others to
    1.40 +-# use your version of this file under the terms of the MPL, indicate your
    1.41 +-# decision by deleting the provisions above and replace them with the notice
    1.42 +-# and other provisions required by the GPL or the LGPL. If you do not delete
    1.43 +-# the provisions above, a recipient may use your version of this file under
    1.44 +-# the terms of any one of the MPL, the GPL or the LGPL.
    1.45 +-#
    1.46 +-# ***** END LICENSE BLOCK *****
    1.47 +-
    1.48 +-include $(CORE_DEPTH)/coreconf/Linux.mk
    1.49 +-ifeq ($(OS_RELEASE),2.1)
    1.50 +-        OS_REL_CFLAGS   += -DLINUX2_1
    1.51 +-        MKSHLIB         = $(CC) $(DSO_LDOPTS) -Wl,-soname -Wl,$(@:$(OBJDIR)/%.so=%.so) $(RPATH)
    1.52 +-	ifdef MAPFILE
    1.53 +-		MKSHLIB += -Wl,--version-script,$(MAPFILE)
    1.54 +-	endif
    1.55 +-	PROCESS_MAP_FILE = grep -v ';-' $< | \
    1.56 +-       	 sed -e 's,;+,,' -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,;,' > $@
    1.57 +-endif
    1.58 +-
    1.59 +Index: mozilla/security/coreconf/Linux2.2.mk
    1.60 +===================================================================
    1.61 +RCS file: mozilla/security/coreconf/Linux2.2.mk
    1.62 +diff -N mozilla/security/coreconf/Linux2.2.mk
    1.63 +--- mozilla/security/coreconf/Linux2.2.mk	11 Jun 2009 00:55:32 -0000	1.7
    1.64 ++++ /dev/null	1 Jan 1970 00:00:00 -0000
    1.65 +@@ -1,48 +0,0 @@
    1.66 +-#
    1.67 +-# ***** BEGIN LICENSE BLOCK *****
    1.68 +-# Version: MPL 1.1/GPL 2.0/LGPL 2.1
    1.69 +-#
    1.70 +-# The contents of this file are subject to the Mozilla Public License Version
    1.71 +-# 1.1 (the "License"); you may not use this file except in compliance with
    1.72 +-# the License. You may obtain a copy of the License at
    1.73 +-# http://www.mozilla.org/MPL/
    1.74 +-#
    1.75 +-# Software distributed under the License is distributed on an "AS IS" basis,
    1.76 +-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
    1.77 +-# for the specific language governing rights and limitations under the
    1.78 +-# License.
    1.79 +-#
    1.80 +-# The Original Code is the Netscape security libraries.
    1.81 +-#
    1.82 +-# The Initial Developer of the Original Code is
    1.83 +-# Netscape Communications Corporation.
    1.84 +-# Portions created by the Initial Developer are Copyright (C) 1994-2000
    1.85 +-# the Initial Developer. All Rights Reserved.
    1.86 +-#
    1.87 +-# Contributor(s):
    1.88 +-#
    1.89 +-# Alternatively, the contents of this file may be used under the terms of
    1.90 +-# either the GNU General Public License Version 2 or later (the "GPL"), or
    1.91 +-# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
    1.92 +-# in which case the provisions of the GPL or the LGPL are applicable instead
    1.93 +-# of those above. If you wish to allow use of your version of this file only
    1.94 +-# under the terms of either the GPL or the LGPL, and not to allow others to
    1.95 +-# use your version of this file under the terms of the MPL, indicate your
    1.96 +-# decision by deleting the provisions above and replace them with the notice
    1.97 +-# and other provisions required by the GPL or the LGPL. If you do not delete
    1.98 +-# the provisions above, a recipient may use your version of this file under
    1.99 +-# the terms of any one of the MPL, the GPL or the LGPL.
   1.100 +-#
   1.101 +-# ***** END LICENSE BLOCK *****
   1.102 +-
   1.103 +-include $(CORE_DEPTH)/coreconf/Linux.mk
   1.104 +-
   1.105 +-OS_REL_CFLAGS   += -DLINUX2_1
   1.106 +-MKSHLIB         = $(CC) $(DSO_LDOPTS) -Wl,-soname -Wl,$(@:$(OBJDIR)/%.so=%.so) $(RPATH)
   1.107 +-
   1.108 +-ifdef MAPFILE
   1.109 +-	MKSHLIB += -Wl,--version-script,$(MAPFILE)
   1.110 +-endif
   1.111 +-PROCESS_MAP_FILE = grep -v ';-' $< | \
   1.112 +-        sed -e 's,;+,,' -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,;,' > $@
   1.113 +-
   1.114 +Index: mozilla/security/coreconf/Linux2.4.mk
   1.115 +===================================================================
   1.116 +RCS file: mozilla/security/coreconf/Linux2.4.mk
   1.117 +diff -N mozilla/security/coreconf/Linux2.4.mk
   1.118 +--- mozilla/security/coreconf/Linux2.4.mk	21 Jul 2010 16:23:15 -0000	1.10
   1.119 ++++ /dev/null	1 Jan 1970 00:00:00 -0000
   1.120 +@@ -1,49 +0,0 @@
   1.121 +-#
   1.122 +-# ***** BEGIN LICENSE BLOCK *****
   1.123 +-# Version: MPL 1.1/GPL 2.0/LGPL 2.1
   1.124 +-#
   1.125 +-# The contents of this file are subject to the Mozilla Public License Version
   1.126 +-# 1.1 (the "License"); you may not use this file except in compliance with
   1.127 +-# the License. You may obtain a copy of the License at
   1.128 +-# http://www.mozilla.org/MPL/
   1.129 +-#
   1.130 +-# Software distributed under the License is distributed on an "AS IS" basis,
   1.131 +-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
   1.132 +-# for the specific language governing rights and limitations under the
   1.133 +-# License.
   1.134 +-#
   1.135 +-# The Original Code is the Netscape security libraries.
   1.136 +-#
   1.137 +-# The Initial Developer of the Original Code is
   1.138 +-# Netscape Communications Corporation.
   1.139 +-# Portions created by the Initial Developer are Copyright (C) 1994-2000
   1.140 +-# the Initial Developer. All Rights Reserved.
   1.141 +-#
   1.142 +-# Contributor(s):
   1.143 +-#
   1.144 +-# Alternatively, the contents of this file may be used under the terms of
   1.145 +-# either the GNU General Public License Version 2 or later (the "GPL"), or
   1.146 +-# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
   1.147 +-# in which case the provisions of the GPL or the LGPL are applicable instead
   1.148 +-# of those above. If you wish to allow use of your version of this file only
   1.149 +-# under the terms of either the GPL or the LGPL, and not to allow others to
   1.150 +-# use your version of this file under the terms of the MPL, indicate your
   1.151 +-# decision by deleting the provisions above and replace them with the notice
   1.152 +-# and other provisions required by the GPL or the LGPL. If you do not delete
   1.153 +-# the provisions above, a recipient may use your version of this file under
   1.154 +-# the terms of any one of the MPL, the GPL or the LGPL.
   1.155 +-#
   1.156 +-# ***** END LICENSE BLOCK *****
   1.157 +-
   1.158 +-include $(CORE_DEPTH)/coreconf/Linux.mk
   1.159 +-
   1.160 +-OS_REL_CFLAGS   += -DLINUX2_1
   1.161 +-MKSHLIB         = $(CC) $(DSO_LDOPTS) -Wl,-soname -Wl,$(@:$(OBJDIR)/%.so=%.so) $(RPATH)
   1.162 +-
   1.163 +-ifdef MAPFILE
   1.164 +-	MKSHLIB += -Wl,--version-script,$(MAPFILE)
   1.165 +-endif
   1.166 +-PROCESS_MAP_FILE = grep -v ';-' $< | \
   1.167 +-        sed -e 's,;+,,' -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,;,' > $@
   1.168 +-        
   1.169 +-DEFINES += -DNO_FORK_CHECK
   1.170 +Index: mozilla/security/coreconf/Linux2.5.mk
   1.171 +===================================================================
   1.172 +RCS file: mozilla/security/coreconf/Linux2.5.mk
   1.173 +diff -N mozilla/security/coreconf/Linux2.5.mk
   1.174 +--- mozilla/security/coreconf/Linux2.5.mk	11 Jun 2009 00:55:32 -0000	1.6
   1.175 ++++ /dev/null	1 Jan 1970 00:00:00 -0000
   1.176 +@@ -1,48 +0,0 @@
   1.177 +-#
   1.178 +-# ***** BEGIN LICENSE BLOCK *****
   1.179 +-# Version: MPL 1.1/GPL 2.0/LGPL 2.1
   1.180 +-#
   1.181 +-# The contents of this file are subject to the Mozilla Public License Version
   1.182 +-# 1.1 (the "License"); you may not use this file except in compliance with
   1.183 +-# the License. You may obtain a copy of the License at
   1.184 +-# http://www.mozilla.org/MPL/
   1.185 +-#
   1.186 +-# Software distributed under the License is distributed on an "AS IS" basis,
   1.187 +-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
   1.188 +-# for the specific language governing rights and limitations under the
   1.189 +-# License.
   1.190 +-#
   1.191 +-# The Original Code is the Netscape security libraries.
   1.192 +-#
   1.193 +-# The Initial Developer of the Original Code is
   1.194 +-# Netscape Communications Corporation.
   1.195 +-# Portions created by the Initial Developer are Copyright (C) 1994-2000
   1.196 +-# the Initial Developer. All Rights Reserved.
   1.197 +-#
   1.198 +-# Contributor(s):
   1.199 +-#
   1.200 +-# Alternatively, the contents of this file may be used under the terms of
   1.201 +-# either the GNU General Public License Version 2 or later (the "GPL"), or
   1.202 +-# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
   1.203 +-# in which case the provisions of the GPL or the LGPL are applicable instead
   1.204 +-# of those above. If you wish to allow use of your version of this file only
   1.205 +-# under the terms of either the GPL or the LGPL, and not to allow others to
   1.206 +-# use your version of this file under the terms of the MPL, indicate your
   1.207 +-# decision by deleting the provisions above and replace them with the notice
   1.208 +-# and other provisions required by the GPL or the LGPL. If you do not delete
   1.209 +-# the provisions above, a recipient may use your version of this file under
   1.210 +-# the terms of any one of the MPL, the GPL or the LGPL.
   1.211 +-#
   1.212 +-# ***** END LICENSE BLOCK *****
   1.213 +-
   1.214 +-include $(CORE_DEPTH)/coreconf/Linux.mk
   1.215 +-
   1.216 +-OS_REL_CFLAGS   += -DLINUX2_1
   1.217 +-MKSHLIB         = $(CC) $(DSO_LDOPTS) -Wl,-soname -Wl,$(@:$(OBJDIR)/%.so=%.so) $(RPATH)
   1.218 +-
   1.219 +-ifdef MAPFILE
   1.220 +-	MKSHLIB += -Wl,--version-script,$(MAPFILE)
   1.221 +-endif
   1.222 +-PROCESS_MAP_FILE = grep -v ';-' $< | \
   1.223 +-        sed -e 's,;+,,' -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,;,' > $@
   1.224 +-
   1.225 +Index: mozilla/security/coreconf/Linux2.6.mk
   1.226 +===================================================================
   1.227 +RCS file: mozilla/security/coreconf/Linux2.6.mk
   1.228 +diff -N mozilla/security/coreconf/Linux2.6.mk
   1.229 +--- mozilla/security/coreconf/Linux2.6.mk	11 Jun 2009 00:55:32 -0000	1.6
   1.230 ++++ /dev/null	1 Jan 1970 00:00:00 -0000
   1.231 +@@ -1,48 +0,0 @@
   1.232 +-#
   1.233 +-# ***** BEGIN LICENSE BLOCK *****
   1.234 +-# Version: MPL 1.1/GPL 2.0/LGPL 2.1
   1.235 +-#
   1.236 +-# The contents of this file are subject to the Mozilla Public License Version
   1.237 +-# 1.1 (the "License"); you may not use this file except in compliance with
   1.238 +-# the License. You may obtain a copy of the License at
   1.239 +-# http://www.mozilla.org/MPL/
   1.240 +-#
   1.241 +-# Software distributed under the License is distributed on an "AS IS" basis,
   1.242 +-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
   1.243 +-# for the specific language governing rights and limitations under the
   1.244 +-# License.
   1.245 +-#
   1.246 +-# The Original Code is the Netscape security libraries.
   1.247 +-#
   1.248 +-# The Initial Developer of the Original Code is
   1.249 +-# Netscape Communications Corporation.
   1.250 +-# Portions created by the Initial Developer are Copyright (C) 1994-2000
   1.251 +-# the Initial Developer. All Rights Reserved.
   1.252 +-#
   1.253 +-# Contributor(s):
   1.254 +-#
   1.255 +-# Alternatively, the contents of this file may be used under the terms of
   1.256 +-# either the GNU General Public License Version 2 or later (the "GPL"), or
   1.257 +-# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
   1.258 +-# in which case the provisions of the GPL or the LGPL are applicable instead
   1.259 +-# of those above. If you wish to allow use of your version of this file only
   1.260 +-# under the terms of either the GPL or the LGPL, and not to allow others to
   1.261 +-# use your version of this file under the terms of the MPL, indicate your
   1.262 +-# decision by deleting the provisions above and replace them with the notice
   1.263 +-# and other provisions required by the GPL or the LGPL. If you do not delete
   1.264 +-# the provisions above, a recipient may use your version of this file under
   1.265 +-# the terms of any one of the MPL, the GPL or the LGPL.
   1.266 +-#
   1.267 +-# ***** END LICENSE BLOCK *****
   1.268 +-
   1.269 +-include $(CORE_DEPTH)/coreconf/Linux.mk
   1.270 +-
   1.271 +-OS_REL_CFLAGS   += -DLINUX2_1
   1.272 +-MKSHLIB         = $(CC) $(DSO_LDOPTS) -Wl,-soname -Wl,$(@:$(OBJDIR)/%.so=%.so) $(RPATH)
   1.273 +-
   1.274 +-ifdef MAPFILE
   1.275 +-	MKSHLIB += -Wl,--version-script,$(MAPFILE)
   1.276 +-endif
   1.277 +-PROCESS_MAP_FILE = grep -v ';-' $< | \
   1.278 +-        sed -e 's,;+,,' -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,;,' > $@
   1.279 +-
   1.280 +Index: mozilla/security/coreconf/LinuxELF1.2.mk
   1.281 +===================================================================
   1.282 +RCS file: mozilla/security/coreconf/LinuxELF1.2.mk
   1.283 +diff -N mozilla/security/coreconf/LinuxELF1.2.mk
   1.284 +--- mozilla/security/coreconf/LinuxELF1.2.mk	25 Apr 2004 15:02:17 -0000	1.2
   1.285 ++++ /dev/null	1 Jan 1970 00:00:00 -0000
   1.286 +@@ -1,38 +0,0 @@
   1.287 +-#
   1.288 +-# ***** BEGIN LICENSE BLOCK *****
   1.289 +-# Version: MPL 1.1/GPL 2.0/LGPL 2.1
   1.290 +-#
   1.291 +-# The contents of this file are subject to the Mozilla Public License Version
   1.292 +-# 1.1 (the "License"); you may not use this file except in compliance with
   1.293 +-# the License. You may obtain a copy of the License at
   1.294 +-# http://www.mozilla.org/MPL/
   1.295 +-#
   1.296 +-# Software distributed under the License is distributed on an "AS IS" basis,
   1.297 +-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
   1.298 +-# for the specific language governing rights and limitations under the
   1.299 +-# License.
   1.300 +-#
   1.301 +-# The Original Code is the Netscape security libraries.
   1.302 +-#
   1.303 +-# The Initial Developer of the Original Code is
   1.304 +-# Netscape Communications Corporation.
   1.305 +-# Portions created by the Initial Developer are Copyright (C) 1994-2000
   1.306 +-# the Initial Developer. All Rights Reserved.
   1.307 +-#
   1.308 +-# Contributor(s):
   1.309 +-#
   1.310 +-# Alternatively, the contents of this file may be used under the terms of
   1.311 +-# either the GNU General Public License Version 2 or later (the "GPL"), or
   1.312 +-# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
   1.313 +-# in which case the provisions of the GPL or the LGPL are applicable instead
   1.314 +-# of those above. If you wish to allow use of your version of this file only
   1.315 +-# under the terms of either the GPL or the LGPL, and not to allow others to
   1.316 +-# use your version of this file under the terms of the MPL, indicate your
   1.317 +-# decision by deleting the provisions above and replace them with the notice
   1.318 +-# and other provisions required by the GPL or the LGPL. If you do not delete
   1.319 +-# the provisions above, a recipient may use your version of this file under
   1.320 +-# the terms of any one of the MPL, the GPL or the LGPL.
   1.321 +-#
   1.322 +-# ***** END LICENSE BLOCK *****
   1.323 +-
   1.324 +-include $(CORE_DEPTH)/coreconf/Linux.mk
   1.325 +Index: mozilla/security/coreconf/LinuxELF2.0.mk
   1.326 +===================================================================
   1.327 +RCS file: mozilla/security/coreconf/LinuxELF2.0.mk
   1.328 +diff -N mozilla/security/coreconf/LinuxELF2.0.mk
   1.329 +--- mozilla/security/coreconf/LinuxELF2.0.mk	25 Apr 2004 15:02:17 -0000	1.2
   1.330 ++++ /dev/null	1 Jan 1970 00:00:00 -0000
   1.331 +@@ -1,38 +0,0 @@
   1.332 +-#
   1.333 +-# ***** BEGIN LICENSE BLOCK *****
   1.334 +-# Version: MPL 1.1/GPL 2.0/LGPL 2.1
   1.335 +-#
   1.336 +-# The contents of this file are subject to the Mozilla Public License Version
   1.337 +-# 1.1 (the "License"); you may not use this file except in compliance with
   1.338 +-# the License. You may obtain a copy of the License at
   1.339 +-# http://www.mozilla.org/MPL/
   1.340 +-#
   1.341 +-# Software distributed under the License is distributed on an "AS IS" basis,
   1.342 +-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
   1.343 +-# for the specific language governing rights and limitations under the
   1.344 +-# License.
   1.345 +-#
   1.346 +-# The Original Code is the Netscape security libraries.
   1.347 +-#
   1.348 +-# The Initial Developer of the Original Code is
   1.349 +-# Netscape Communications Corporation.
   1.350 +-# Portions created by the Initial Developer are Copyright (C) 1994-2000
   1.351 +-# the Initial Developer. All Rights Reserved.
   1.352 +-#
   1.353 +-# Contributor(s):
   1.354 +-#
   1.355 +-# Alternatively, the contents of this file may be used under the terms of
   1.356 +-# either the GNU General Public License Version 2 or later (the "GPL"), or
   1.357 +-# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
   1.358 +-# in which case the provisions of the GPL or the LGPL are applicable instead
   1.359 +-# of those above. If you wish to allow use of your version of this file only
   1.360 +-# under the terms of either the GPL or the LGPL, and not to allow others to
   1.361 +-# use your version of this file under the terms of the MPL, indicate your
   1.362 +-# decision by deleting the provisions above and replace them with the notice
   1.363 +-# and other provisions required by the GPL or the LGPL. If you do not delete
   1.364 +-# the provisions above, a recipient may use your version of this file under
   1.365 +-# the terms of any one of the MPL, the GPL or the LGPL.
   1.366 +-#
   1.367 +-# ***** END LICENSE BLOCK *****
   1.368 +-
   1.369 +-include $(CORE_DEPTH)/coreconf/Linux.mk