OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 27-Sep-2003 20:14:51
Branch: HEAD Handle: 2003092719144902
Modified files:
openpkg-src/gcc gcc.patch gcc.spec
openpkg-web news.txt
Log:
add OpenPKG release identification
Summary:
Revision Changes Path
1.12 +30 -10 openpkg-src/gcc/gcc.patch
1.75 +5 -2 openpkg-src/gcc/gcc.spec
1.6758 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gcc/gcc.patch
============================================================================
$ cvs diff -u -r1.11 -r1.12 gcc.patch
--- openpkg-src/gcc/gcc.patch 12 Aug 2003 10:50:12 -0000 1.11
+++ openpkg-src/gcc/gcc.patch 27 Sep 2003 18:14:51 -0000 1.12
@@ -1,5 +1,33 @@
---- config.guess.orig Fri Jan 31 00:25:36 2003
-+++ config.guess Tue Aug 12 12:47:29 2003
+Index: gcc/config/i386/sol2.h
+--- gcc/config/i386/sol2.h.orig 2002-06-20 13:03:34.000000000 +0200
++++ gcc/config/i386/sol2.h 2003-09-27 14:54:58.000000000 +0200
+@@ -66,3 +66,5 @@
+
+ /* The Solaris assembler does not support .quad. Do not use it. */
+ #undef ASM_QUAD
++#undef DEFAULT_PCC_STRUCT_RETURN
++#define DEFAULT_PCC_STRUCT_RETURN 1
+Index: gcc/version.c
+--- gcc/version.c.orig 2003-08-04 14:50:23.000000000 +0200
++++ gcc/version.c 2003-09-27 15:01:39.000000000 +0200
+@@ -6,7 +6,7 @@
+ please modify this string to indicate that, e.g. by putting your
+ organization's name in parentheses at the end of the string. */
+
+-const char version_string[] = "3.3.1";
++const char version_string[] = "3.3.1 (@l_openpkg_release@)";
+
+ /* This is the location of the online document giving instructions for
+ reporting bugs. If you distribute a modified version of GCC,
+@@ -15,4 +15,4 @@
+ forward us bugs reported to you, if you determine that they are
+ not bugs in your modifications.) */
+
+-const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>";
++const char bug_report_url[] = "<URL:http://www.openpkg.org/>";
+Index: config.guess
+--- config.guess.orig 2003-01-31 00:25:36.000000000 +0100
++++ config.guess 2003-09-27 14:54:58.000000000 +0200
@@ -188,7 +188,7 @@
release='-gnu'
;;
@@ -9,11 +37,3 @@
;;
esac
# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
---- gcc/config/i386/sol2.h.orig Thu Jun 20 13:03:34 2002
-+++ gcc/config/i386/sol2.h Tue Aug 12 12:35:50 2003
-@@ -66,3 +66,5 @@
-
- /* The Solaris assembler does not support .quad. Do not use it. */
- #undef ASM_QUAD
-+#undef DEFAULT_PCC_STRUCT_RETURN
-+#define DEFAULT_PCC_STRUCT_RETURN 1
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/gcc/gcc.spec
============================================================================
$ cvs diff -u -r1.74 -r1.75 gcc.spec
--- openpkg-src/gcc/gcc.spec 25 Sep 2003 08:46:24 -0000 1.74
+++ openpkg-src/gcc/gcc.spec 27 Sep 2003 18:14:51 -0000 1.75
@@ -39,7 +39,7 @@
Group: Compiler
License: GPL
Version: %{V_full}
-Release: 20030925
+Release: 20030927
# package options
%option with_cxx yes
@@ -95,8 +95,11 @@
%{l_patch} -p1 <protector.dif ) || exit $?
%endif
%{l_shtool} subst -v -s \
- -e "s;PREFIX_INCLUDE_DIR;PREFIX_INCLUDE_DIR_DISABLED;g" \
+ -e 's;PREFIX_INCLUDE_DIR;PREFIX_INCLUDE_DIR_DISABLED;g' \
gcc/configure
+ %{l_shtool} subst -v -s \
+ -e 's;@l_openpkg_release@;%{l_openpkg_release -F "OpenPKG-%s"};' \
+ gcc/version.c
%build
# create build sub-directory
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6757 -r1.6758 news.txt
--- openpkg-web/news.txt 27 Sep 2003 11:13:49 -0000 1.6757
+++ openpkg-web/news.txt 27 Sep 2003 18:14:49 -0000 1.6758
@@ -1,3 +1,4 @@
+27-Sep-2003: Upgraded package: P<gcc-3.3.1-20030927>
27-Sep-2003: Upgraded package: P<openpkg-20030927-20030927>
27-Sep-2003: Upgraded package: P<openssh-3.7.1p2-20030927>
26-Sep-2003: Upgraded package: P<w3m-0.4.2-20030926>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]