OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 03-Oct-2005 19:10:19
Branch: HEAD Handle: 2005100318101801
Added files:
openpkg-src/ksh ksh.patch
Modified files:
openpkg-src/ksh ksh.spec
Log:
gcc4 fix for ksh
Summary:
Revision Changes Path
1.1 +12 -0 openpkg-src/ksh/ksh.patch
1.40 +3 -1 openpkg-src/ksh/ksh.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ksh/ksh.patch
============================================================================
$ cvs diff -u -r0 -r1.1 ksh.patch
--- /dev/null 2005-10-03 19:10:09 +0200
+++ ksh.patch 2005-10-03 19:10:19 +0200
@@ -0,0 +1,12 @@
+Index: src/lib/libast/sfio/sfstrtof.h
+--- src/lib/libast/sfio/sfstrtof.h.orig 2004-08-27 20:52:59 +0200
++++ src/lib/libast/sfio/sfstrtof.h 2005-10-03 18:34:02 +0200
+@@ -53,7 +53,7 @@
+
+ #if !defined(S2F_function)
+ #define S2F_function _sfdscan
+-#define S2F_static 1
++#define S2F_static -1
+ #define S2F_type 2
+ #define S2F_scan 1
+ #ifndef elementsof
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ksh/ksh.spec
============================================================================
$ cvs diff -u -r1.39 -r1.40 ksh.spec
--- openpkg-src/ksh/ksh.spec 24 Mar 2005 11:19:11 -0000 1.39
+++ openpkg-src/ksh/ksh.spec 3 Oct 2005 17:10:19 -0000 1.40
@@ -38,12 +38,13 @@
Group: Shell
License: CPL
Version: %{V_pkg}
-Release: 20050203
+Release: 20051003
# list of sources
# (downloadable via username "I accept www.opensource.org/licenses/cpl"
and password "." only)
Source0:
http://www.research.att.com/~gsf/download/tgz/ast-ksh.%{V_ksh}.tgz
Source1:
http://www.research.att.com/~gsf/download/tgz/INIT.%{V_init}.tgz
+Patch0: ksh.patch
# build information
Prefix: %{l_prefix}
@@ -79,6 +80,7 @@
%prep
%setup -q -c
%setup -q -T -D -a 1
+ %patch -p0
%build
# the supplied Mamfiles work only for standard UNIX environment
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]