OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 14-Jan-2003 13:45:32
Branch: HEAD Handle: 2003011412453001
Modified files:
openpkg-src/gcc gcc.patch gcc.spec
openpkg-web news.txt
Log:
try to fix the patch according to FreeBSD gcc32 port in order to solve
varargs problems
Summary:
Revision Changes Path
1.4 +1 -1 openpkg-src/gcc/gcc.patch
1.43 +1 -1 openpkg-src/gcc/gcc.spec
1.2720 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gcc/gcc.patch
============================================================================
$ cvs diff -u -r1.3 -r1.4 gcc.patch
--- openpkg-src/gcc/gcc.patch 9 Jan 2003 20:51:15 -0000 1.3
+++ openpkg-src/gcc/gcc.patch 14 Jan 2003 12:45:31 -0000 1.4
@@ -15,7 +15,7 @@
STMP_FIXPROTO =
+# We don't need GCC's own include files.
-+USER_H =
++USER_H = $(EXTRA_HEADERS)
+
# Compile crtbeginS.o and crtendS.o with pic.
CRTSTUFF_T_CFLAGS_S = -fPIC
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/gcc/gcc.spec
============================================================================
$ cvs diff -u -r1.42 -r1.43 gcc.spec
--- openpkg-src/gcc/gcc.spec 9 Jan 2003 19:52:02 -0000 1.42
+++ openpkg-src/gcc/gcc.spec 14 Jan 2003 12:45:31 -0000 1.43
@@ -38,7 +38,7 @@
Group: Language
License: GPL
Version: %{V_short}
-Release: 20030109
+Release: 20030114
# package options
%option with_cxx yes
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2719 -r1.2720 news.txt
--- openpkg-web/news.txt 14 Jan 2003 12:00:53 -0000 1.2719
+++ openpkg-web/news.txt 14 Jan 2003 12:45:30 -0000 1.2720
@@ -1,3 +1,4 @@
+14-Jan-2003: Upgraded package: P<gcc-3.2.1-20030114>
14-Jan-2003: Upgraded package: P<openpkg-tool-20030114-20030114>
14-Jan-2003: Upgraded package: P<tftp-0.32-20030114>
14-Jan-2003: Upgraded package: P<easysoap-0.6.1-20030114>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]