[csw-devel] SF.net SVN: gar:[21441] csw/mgar/pkg/pacparser/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Jul 5 11:17:56 CEST 2013


Revision: 21441
          http://gar.svn.sourceforge.net/gar/?rev=21441&view=rev
Author:   dmichelsen
Date:     2013-07-05 09:17:53 +0000 (Fri, 05 Jul 2013)
Log Message:
-----------
pacparser/trunk: Add fixes for i386

Modified Paths:
--------------
    csw/mgar/pkg/pacparser/trunk/Makefile
    csw/mgar/pkg/pacparser/trunk/files/0001-Add-spidermonkey-config-for-Solaris-10.patch

Modified: csw/mgar/pkg/pacparser/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pacparser/trunk/Makefile	2013-07-05 08:52:34 UTC (rev 21440)
+++ csw/mgar/pkg/pacparser/trunk/Makefile	2013-07-05 09:17:53 UTC (rev 21441)
@@ -85,5 +85,5 @@
 	@# We have patched something in although the package has not been unpacked.
 	@# Make sure it is uncompressed afterwards.
 	-cd $(WORKSRC)/src && gtar xzvf spidermonkey/js-?.?.?.tar.gz -C spidermonkey
-	# $(if $(filter sparc,$(GARCH)),echo "Sparc is fast!!",rm -f $(WORKSRC)/src/spidermonkey/js/src/lock_SunOS.s)
+	$(if $(filter sparc,$(GARCH)),echo "Sparc is fast!!",rm -f $(WORKSRC)/src/spidermonkey/js/src/lock_SunOS.s)
 	#@$(MAKECOOKIE)

Modified: csw/mgar/pkg/pacparser/trunk/files/0001-Add-spidermonkey-config-for-Solaris-10.patch
===================================================================
--- csw/mgar/pkg/pacparser/trunk/files/0001-Add-spidermonkey-config-for-Solaris-10.patch	2013-07-05 08:52:34 UTC (rev 21440)
+++ csw/mgar/pkg/pacparser/trunk/files/0001-Add-spidermonkey-config-for-Solaris-10.patch	2013-07-05 09:17:53 UTC (rev 21441)
@@ -1,12 +1,14 @@
-From e4aa9f4eb3694d1609c55a7f1282781dbc18212d Mon Sep 17 00:00:00 2001
+From c7c82be6e1220c59af08cf37af58c98d6a78291d Mon Sep 17 00:00:00 2001
 From: Dagobert Michelsen <dam at opencsw.org>
-Date: Fri, 5 Jul 2013 09:57:06 +0200
-Subject: [PATCH 1/3] Add spidermonkey config for Solaris 10
+Date: Fri, 5 Jul 2013 10:57:23 +0200
+Subject: [PATCH] Add spidermonkey config for Solaris 10
 
 ---
- src/spidermonkey/js/src/config/SunOS5.10.mk | 44 +++++++++++++++++++++++++++++
- 1 file changed, 44 insertions(+)
+ src/spidermonkey/js/src/config/SunOS5.10.mk       | 44 +++++++++++++++++++++++
+ src/spidermonkey/js/src/config/SunOS5.10_i86pc.mk | 44 +++++++++++++++++++++++
+ 2 files changed, 88 insertions(+)
  create mode 100644 src/spidermonkey/js/src/config/SunOS5.10.mk
+ create mode 100644 src/spidermonkey/js/src/config/SunOS5.10_i86pc.mk
 
 diff --git a/src/spidermonkey/js/src/config/SunOS5.10.mk b/src/spidermonkey/js/src/config/SunOS5.10.mk
 new file mode 100644
@@ -58,6 +60,56 @@
 +#
 +
 +include $(DEPTH)/config/SunOS5.5.mk
+diff --git a/src/spidermonkey/js/src/config/SunOS5.10_i86pc.mk b/src/spidermonkey/js/src/config/SunOS5.10_i86pc.mk
+new file mode 100644
+index 0000000..b01ec9c
+--- /dev/null
++++ b/src/spidermonkey/js/src/config/SunOS5.10_i86pc.mk
+@@ -0,0 +1,44 @@
++# -*- Mode: makefile -*-
++#
++# ***** BEGIN LICENSE BLOCK *****
++# Version: MPL 1.1/GPL 2.0/LGPL 2.1
++#
++# The contents of this file are subject to the Mozilla Public License Version
++# 1.1 (the "License"); you may not use this file except in compliance with
++# the License. You may obtain a copy of the License at
++# http://www.mozilla.org/MPL/
++#
++# Software distributed under the License is distributed on an "AS IS" basis,
++# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
++# for the specific language governing rights and limitations under the
++# License.
++#
++# The Original Code is Mozilla Communicator client code, released
++# March 31, 1998.
++#
++# The Initial Developer of the Original Code is
++# Netscape Communications Corporation.
++# Portions created by the Initial Developer are Copyright (C) 1999
++# the Initial Developer. All Rights Reserved.
++#
++# Contributor(s):
++#
++# Alternatively, the contents of this file may be used under the terms of
++# either the GNU General Public License Version 2 or later (the "GPL"), or
++# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
++# in which case the provisions of the GPL or the LGPL are applicable instead
++# of those above. If you wish to allow use of your version of this file only
++# under the terms of either the GPL or the LGPL, and not to allow others to
++# use your version of this file under the terms of the MPL, indicate your
++# decision by deleting the provisions above and replace them with the notice
++# and other provisions required by the GPL or the LGPL. If you do not delete
++# the provisions above, a recipient may use your version of this file under
++# the terms of any one of the MPL, the GPL or the LGPL.
++#
++# ***** END LICENSE BLOCK *****
++
++#
++# Config stuff for SunOS5.9
++#
++
++include $(DEPTH)/config/SunOS5.5.mk
 -- 
 1.8.3.1
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list