OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 02-Jul-2003 16:01:49
Branch: HEAD Handle: 2003070215014801
Added files:
openpkg-src/jikes jikes.patch
Modified files:
openpkg-src/jikes jikes.spec
openpkg-web news.txt
Log:
help with gcc3.3 compatibility
Summary:
Revision Changes Path
1.1 +40 -0 openpkg-src/jikes/jikes.patch
1.2 +3 -1 openpkg-src/jikes/jikes.spec
1.5153 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/jikes/jikes.patch
============================================================================
$ cvs diff -u -r0 -r1.1 jikes.patch
--- /dev/null 2003-07-02 16:01:49.000000000 +0200
+++ jikes.patch 2003-07-02 16:01:49.000000000 +0200
@@ -0,0 +1,40 @@
+--- src/platform.h.dist 2003-07-02 15:59:23.000000000 +0200
++++ src/platform.h 2003-07-02 15:59:50.000000000 +0200
+@@ -141,6 +141,18 @@
+ # include <time.h>
+ #endif
+
++//
++// In the compiler, we want EXACT control over signed and unsigned values
++// of certain bit widths. Configure should have already found us what we need.
++//
++#if HAVE_INTTYPES_H
++# include <inttypes.h>
++#else
++# if HAVE_STDINT_H
++# include <stdint.h>
++# endif
++#endif // HAVE_INTTYPES_H
++
+ // C++ standard support
+
+ #ifdef HAVE_STD
+@@ -183,18 +195,6 @@
+ #endif
+
+
+-//
+-// In the compiler, we want EXACT control over signed and unsigned values
+-// of certain bit widths. Configure should have already found us what we need.
+-//
+-#if HAVE_INTTYPES_H
+-# include <inttypes.h>
+-#else
+-# if HAVE_STDINT_H
+-# include <stdint.h>
+-# endif
+-#endif // HAVE_INTTYPES_H
+-
+ typedef uint8_t u1;
+ typedef int8_t i1;
+ typedef uint16_t u2;
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/jikes/jikes.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 jikes.spec
--- openpkg-src/jikes/jikes.spec 11 Feb 2003 13:24:31 -0000 1.1
+++ openpkg-src/jikes/jikes.spec 2 Jul 2003 14:01:49 -0000 1.2
@@ -33,10 +33,11 @@
Group: Language
License: IBMPL
Version: 1.18
-Release: 20030211
+Release: 20030702
# list of sources
Source0:
http://oss.software.ibm.com/pub/jikes/%{version}/jikes-%{version}.tar.bz2
+Patch0: jikes.patch
# build information
Prefix: %{l_prefix}
@@ -54,6 +55,7 @@
%prep
%setup -q
+ %patch -p0
%build
CC="%{l_cc}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5152 -r1.5153 news.txt
--- openpkg-web/news.txt 2 Jul 2003 12:38:32 -0000 1.5152
+++ openpkg-web/news.txt 2 Jul 2003 14:01:48 -0000 1.5153
@@ -1,3 +1,4 @@
+02-Jul-2003: Upgraded package: P<jikes-1.18-20030702>
02-Jul-2003: Upgraded package: P<prngd-0.9.27-20030702>
02-Jul-2003: Upgraded package: P<openpkg-tool-20030702-20030702>
02-Jul-2003: Upgraded package: P<mico-2.3.10-20030702>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]