OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 07-May-2008 09:24:00
Branch: HEAD Handle: 2008050708240000
Modified files:
openpkg-src/js js.patch js.spec
Log:
modifying package: js-1.6.20070208 20080419 -> 20080507
Summary:
Revision Changes Path
1.22 +7 -7 openpkg-src/js/js.patch
1.69 +2 -2 openpkg-src/js/js.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/js/js.patch
============================================================================
$ cvs diff -u -r1.21 -r1.22 js.patch
--- openpkg-src/js/js.patch 19 Apr 2008 08:33:24 -0000 1.21
+++ openpkg-src/js/js.patch 7 May 2008 07:24:00 -0000 1.22
@@ -1,6 +1,6 @@
-Index: JavaScript-1.06/Makefile.PL
---- JavaScript-1.06/Makefile.PL.orig 2008-03-27 17:08:05 +0100
-+++ JavaScript-1.06/Makefile.PL 2008-04-03 09:36:31 +0200
+Index: JavaScript-1.07/Makefile.PL
+--- JavaScript-1.07/Makefile.PL.orig 2008-04-19 18:59:06 +0200
++++ JavaScript-1.07/Makefile.PL 2008-05-07 09:08:08 +0200
@@ -92,7 +92,7 @@
# Override with $ENV{JS_LIB} and $ENV{JS_INC}
if (exists $ENV{JS_LIB}) {
@@ -45,14 +45,14 @@
+system($Config{cc}, @ccflags, (map { "-I$_" } @incs), "-o", $exe,
"test_js.c", $libs, split(/\s+/, "-l${lib}"));
if ($?) {
print "Failed compiling test_js.c. ABORTING\n";
- exit 1;
+ exit 0;
@@ -174,11 +174,6 @@
# Get js version and require 1.7 or later
my ($engine, $version, $date) = split/\s+/, qx($exe);
my ($v2) = $version =~ /^(\d+\.\d+)/;
-if ($v2 < 1.7) {
- if (prompt("I require SpiderMonkey version 1.7 or later but found
${version}. Try anyways? [y/N]", "N") ne "y") {
-- exit 1;
+- exit 0;
- }
-}
@@ -60,7 +60,7 @@
unlink($exe);
Index: JavaScript-SpiderMonkey-0.19/Makefile.PL
--- JavaScript-SpiderMonkey-0.19/Makefile.PL.orig 2007-06-08 21:03:08
+0200
-+++ JavaScript-SpiderMonkey-0.19/Makefile.PL 2008-04-03 09:36:11 +0200
++++ JavaScript-SpiderMonkey-0.19/Makefile.PL 2008-05-07 09:06:01 +0200
@@ -31,6 +31,7 @@
);
@@ -79,7 +79,7 @@
($] >= 5.005 ? ## Add these new keywords supported since 5.005
Index: JavaScript-SpiderMonkey-0.19/SpiderMonkey.pm
--- JavaScript-SpiderMonkey-0.19/SpiderMonkey.pm.orig 2007-09-05
14:00:17 +0200
-+++ JavaScript-SpiderMonkey-0.19/SpiderMonkey.pm 2008-04-03 09:36:11
+0200
++++ JavaScript-SpiderMonkey-0.19/SpiderMonkey.pm 2008-05-07 09:06:01
+0200
@@ -75,7 +75,6 @@
use strict;
use warnings;
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/js/js.spec
============================================================================
$ cvs diff -u -r1.68 -r1.69 js.spec
--- openpkg-src/js/js.spec 19 Apr 2008 08:33:25 -0000 1.68
+++ openpkg-src/js/js.spec 7 May 2008 07:24:00 -0000 1.69
@@ -23,7 +23,7 @@
# package version
%define V_js 1.6.20070208
-%define V_javascript 1.06
+%define V_javascript 1.07
%define V_javascript_spidermonkey 0.19
%define V_javascript_squish 0.07
%define V_javascript_code 0.08
@@ -42,7 +42,7 @@
Group: Language
License: MPL/GPL/LGPL
Version: %{V_js}
-Release: 20080419
+Release: 20080507
# package options
%option with_file yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]