OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 22-Nov-2004 20:25:28
Branch: HEAD Handle: 2004112219252800
Modified files:
openpkg-src/gcc40 gcc40.patch gcc40.spec
Log:
upgrading package: gcc40 4.0s20041114 -> 4.0s20041121
Summary:
Revision Changes Path
1.4 +6 -17 openpkg-src/gcc40/gcc40.patch
1.11 +2 -2 openpkg-src/gcc40/gcc40.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gcc40/gcc40.patch
============================================================================
$ cvs diff -u -r1.3 -r1.4 gcc40.patch
--- openpkg-src/gcc40/gcc40.patch 8 Nov 2004 16:45:32 -0000 1.3
+++ openpkg-src/gcc40/gcc40.patch 22 Nov 2004 19:25:28 -0000 1.4
@@ -1,27 +1,16 @@
-Index: config.guess
---- config.guess.orig Thu Jan 30 23:32:36 2003
-+++ config.guess Wed Feb 5 09:54:43 2003
-@@ -189,7 +189,7 @@
- release='-gnu'
- ;;
- *)
-- release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
-+ release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'`
- ;;
- esac
- # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
Index: gcc/config/i386/sol2.h
--- gcc/config/i386/sol2.h.orig 2004-06-14 19:31:27 +0200
+++ gcc/config/i386/sol2.h 2004-06-21 09:53:21 +0200
-@@ -66,6 +66,8 @@
-
- /* The Solaris assembler does not support .quad. Do not use it. */
+@@ -69,6 +69,9 @@
#undef ASM_QUAD
+ #endif
+
+#undef DEFAULT_PCC_STRUCT_RETURN
+#define DEFAULT_PCC_STRUCT_RETURN 1
-
++
/* The Solaris assembler wants a .local for non-exported aliases. */
#define ASM_OUTPUT_DEF_FROM_DECLS(FILE, DECL, TARGET) \
+ do { \
Index: gcc/system.h
--- gcc/system.h.orig 2003-08-23 20:03:05.000000000 +0200
+++ gcc/system.h 2003-09-03 20:02:11.000000000 +0200
@@ -52,7 +41,7 @@
--- libcpp/internal.h.orig 2004-09-09 21:16:55 +0200
+++ libcpp/internal.h 2004-09-27 20:04:43 +0200
@@ -33,6 +33,7 @@
- #if defined HAVE_ICONV_H && defined HAVE_ICONV
+ #if HAVE_ICONV
#include <iconv.h>
#else
+#undef HAVE_ICONV
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/gcc40/gcc40.spec
============================================================================
$ cvs diff -u -r1.10 -r1.11 gcc40.spec
--- openpkg-src/gcc40/gcc40.spec 15 Nov 2004 12:59:03 -0000 1.10
+++ openpkg-src/gcc40/gcc40.spec 22 Nov 2004 19:25:28 -0000 1.11
@@ -28,7 +28,7 @@
# package version
%define V_full 4.0
%define V_comp 40
-%define V_snap 20041114
+%define V_snap 20041121
# package information
Name: gcc40
@@ -41,7 +41,7 @@
Group: Compiler
License: GPL
Version: %{V_full}s%{V_snap}
-Release: 20041115
+Release: 20041122
# package options
%option with_cxx yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]