summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-devel/gcc/ChangeLog5
-rw-r--r--sys-devel/gcc/files/3.2.2/gcc-322-r3-propolice-version.patch (renamed from sys-devel/gcc/files/3.2/gcc-322-r3-propolice-version.patch)0
-rw-r--r--sys-devel/gcc/files/3.2.2/protector.c (renamed from sys-devel/gcc/files/3.2/protector.c)0
-rw-r--r--sys-devel/gcc/files/3.2.2/protector.h (renamed from sys-devel/gcc/files/3.2/protector.h)0
-rw-r--r--sys-devel/gcc/files/3.2.2/protector.patch (renamed from sys-devel/gcc/files/3.2/protector.patch)0
-rw-r--r--sys-devel/gcc/gcc-3.2.2-r3.ebuild10
6 files changed, 9 insertions, 6 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog
index a3dc832e6027..3f01e91d3dee 100644
--- a/sys-devel/gcc/ChangeLog
+++ b/sys-devel/gcc/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for sys-devel/gcc
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.84 2003/03/29 14:53:02 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.85 2003/04/01 04:33:50 frogger Exp $
24 Mar 2003; Martin Schlemmer <azarah@gentoo.org> :
- Fix latest ebuild to only build static if we are just building the C
@@ -36,6 +36,9 @@
*gcc-3.2.2-r3 (03 Mar 2003)
+ 31 Mar 2003; Matthew Rickard <frogger@gentoo.org> gcc-3.2.2-r3.ebuild:
+ Moved ProPolice related files from $FILEDIR/3.2 to $FILESDIR/3.2.2
+
26 Mar 2003; Matthew Rickard <frogger@gentoo.org> gcc-3.2.2-r3.ebuild,
files/3.2/protector.patch:
- Updated ProPolice patch to protector-3.2.2-4.tar.gz
diff --git a/sys-devel/gcc/files/3.2/gcc-322-r3-propolice-version.patch b/sys-devel/gcc/files/3.2.2/gcc-322-r3-propolice-version.patch
index 26f157b01acb..26f157b01acb 100644
--- a/sys-devel/gcc/files/3.2/gcc-322-r3-propolice-version.patch
+++ b/sys-devel/gcc/files/3.2.2/gcc-322-r3-propolice-version.patch
diff --git a/sys-devel/gcc/files/3.2/protector.c b/sys-devel/gcc/files/3.2.2/protector.c
index 854de98dbef1..854de98dbef1 100644
--- a/sys-devel/gcc/files/3.2/protector.c
+++ b/sys-devel/gcc/files/3.2.2/protector.c
diff --git a/sys-devel/gcc/files/3.2/protector.h b/sys-devel/gcc/files/3.2.2/protector.h
index 341b50907a2e..341b50907a2e 100644
--- a/sys-devel/gcc/files/3.2/protector.h
+++ b/sys-devel/gcc/files/3.2.2/protector.h
diff --git a/sys-devel/gcc/files/3.2/protector.patch b/sys-devel/gcc/files/3.2.2/protector.patch
index dba0941458e3..dba0941458e3 100644
--- a/sys-devel/gcc/files/3.2/protector.patch
+++ b/sys-devel/gcc/files/3.2.2/protector.patch
diff --git a/sys-devel/gcc/gcc-3.2.2-r3.ebuild b/sys-devel/gcc/gcc-3.2.2-r3.ebuild
index b9a0f616c898..b3a487a1b6e6 100644
--- a/sys-devel/gcc/gcc-3.2.2-r3.ebuild
+++ b/sys-devel/gcc/gcc-3.2.2-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2-r3.ebuild,v 1.9 2003/03/26 20:42:20 method Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2-r3.ebuild,v 1.10 2003/04/01 04:33:50 frogger Exp $
IUSE="static nls bootstrap java build"
@@ -184,10 +184,10 @@ src_unpack() {
epatch ${FILESDIR}/3.2.1/gcc32-athlon-alignment.patch
# ProPolice Stack Smashing protection
- epatch ${FILESDIR}/3.2/protector.patch
- cp ${FILESDIR}/3.2/protector.c ${WORKDIR}/${P}/gcc/ || die "protector.c not found"
- cp ${FILESDIR}/3.2/protector.h ${WORKDIR}/${P}/gcc/ || die "protector.h not found"
- epatch ${FILESDIR}/3.2/gcc-322-r3-propolice-version.patch
+ epatch ${FILESDIR}/3.2.2/protector.patch
+ cp ${FILESDIR}/3.2.2/protector.c ${WORKDIR}/${P}/gcc/ || die "protector.c not found"
+ cp ${FILESDIR}/3.2.2/protector.h ${WORKDIR}/${P}/gcc/ || die "protector.h not found"
+ epatch ${FILESDIR}/3.2.2/gcc-322-r3-propolice-version.patch
# GCC bugfixes ...