From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- .../alliance/files/alliance-5.0-gcc43.patch | 24 +++++ .../files/alliance-5.0.20070718-overun.patch | 12 +++ .../files/alliance-5.0.20070718-test.patch | 11 ++ .../files/alliance-5.0.20110203-impl-dec.patch | 119 +++++++++++++++++++++ 4 files changed, 166 insertions(+) create mode 100644 sci-electronics/alliance/files/alliance-5.0-gcc43.patch create mode 100644 sci-electronics/alliance/files/alliance-5.0.20070718-overun.patch create mode 100644 sci-electronics/alliance/files/alliance-5.0.20070718-test.patch create mode 100644 sci-electronics/alliance/files/alliance-5.0.20110203-impl-dec.patch (limited to 'sci-electronics/alliance/files') diff --git a/sci-electronics/alliance/files/alliance-5.0-gcc43.patch b/sci-electronics/alliance/files/alliance-5.0-gcc43.patch new file mode 100644 index 00000000000..fbca8ff53b3 --- /dev/null +++ b/sci-electronics/alliance/files/alliance-5.0-gcc43.patch @@ -0,0 +1,24 @@ +diff -ur alliance-5.0-orig/nero/src/MDefs.h alliance-5.0/nero/src/MDefs.h +--- alliance-5.0-orig/nero/src/MDefs.h 2008-11-26 16:41:06.000000000 -0500 ++++ alliance-5.0/nero/src/MDefs.h 2008-11-26 16:44:40.000000000 -0500 +@@ -24,6 +24,8 @@ + # define __MDefs__ 1 + + ++# include ++# include + # include "UDefs.h" + + +diff -ur alliance-5.0-orig/ocp/src/placer/PPlacement.h alliance-5.0/ocp/src/placer/PPlacement.h +--- alliance-5.0-orig/ocp/src/placer/PPlacement.h 2008-11-26 16:41:06.000000000 -0500 ++++ alliance-5.0/ocp/src/placer/PPlacement.h 2008-11-26 16:46:06.000000000 -0500 +@@ -43,6 +43,7 @@ + #include + #include + #include ++#include + using namespace std; + + #include "mut.h" + diff --git a/sci-electronics/alliance/files/alliance-5.0.20070718-overun.patch b/sci-electronics/alliance/files/alliance-5.0.20070718-overun.patch new file mode 100644 index 00000000000..50cfc30be23 --- /dev/null +++ b/sci-electronics/alliance/files/alliance-5.0.20070718-overun.patch @@ -0,0 +1,12 @@ +# fix buffer overun (bug 340789) +--- druc/src/drucbath.c.orig 2010-10-15 14:15:52.000000000 +0000 ++++ druc/src/drucbath.c 2010-10-15 14:19:03.000000000 +0000 +@@ -66,7 +66,7 @@ + rdsins_list *InstanceCourante; + char *TmpErrorFileName; + FILE *TmpErrorFile; +-char DrucTmpFileBuffer [ DRUC_MAX_STRING_BUFFER + 1 ]; ++char DrucTmpFileBuffer [ DRUC_MAX_FILE_BUFFER + 1 ]; + + fputs ( "\n" , + DrucErrorFile diff --git a/sci-electronics/alliance/files/alliance-5.0.20070718-test.patch b/sci-electronics/alliance/files/alliance-5.0.20070718-test.patch new file mode 100644 index 00000000000..b9725e67974 --- /dev/null +++ b/sci-electronics/alliance/files/alliance-5.0.20070718-test.patch @@ -0,0 +1,11 @@ +#fixes test run (bug 282490) +--- bvl/src/bvl_bcomp_y.y.orig 2010-10-13 09:29:48.000000000 +0200 ++++ bvl/src/bvl_bcomp_y.y 2010-10-13 09:30:13.000000000 +0200 +@@ -17,6 +17,7 @@ + #include "bvl.h" + #include "bvl_byacc.h" + #include "bvl_bedef.h" ++#include "bvl_bcomp_y.h" + + /* ###--------------------------------------------------------------### */ + /* function : bvl_y_error */ diff --git a/sci-electronics/alliance/files/alliance-5.0.20110203-impl-dec.patch b/sci-electronics/alliance/files/alliance-5.0.20110203-impl-dec.patch new file mode 100644 index 00000000000..c1ef3161916 --- /dev/null +++ b/sci-electronics/alliance/files/alliance-5.0.20110203-impl-dec.patch @@ -0,0 +1,119 @@ + dreal/src/GRD_error.c | 1 + + lynx/src/cutelbow.c | 1 + + lynx/src/parse.c | 1 + + mips_asm/src/mips_util.c | 1 + + proof/src/proof_main.c | 1 + + proof/src/proof_util.c | 1 + + xfsm/src/XFS_error.c | 1 + + xgra/src/XGR_error.c | 1 + + xsch/src/XSC_error.c | 1 + + 9 files changed, 9 insertions(+), 0 deletions(-) + +diff --git a/dreal/src/GRD_error.c b/dreal/src/GRD_error.c +index e3baba6..c00bf13 100644 +--- a/dreal/src/GRD_error.c ++++ b/dreal/src/GRD_error.c +@@ -46,6 +46,7 @@ + # include + # include + # include ++# include + # include "mut.h" + # include "mph.h" + # include "rds.h" +diff --git a/lynx/src/cutelbow.c b/lynx/src/cutelbow.c +index 7411f35..306649b 100644 +--- a/lynx/src/cutelbow.c ++++ b/lynx/src/cutelbow.c +@@ -43,6 +43,7 @@ + \------------------------------------------------------------*/ + + # include ++# include + + # include "mut.h" + # include "mlo.h" +diff --git a/lynx/src/parse.c b/lynx/src/parse.c +index ed8a2e5..9077c3f 100644 +--- a/lynx/src/parse.c ++++ b/lynx/src/parse.c +@@ -43,6 +43,7 @@ + \------------------------------------------------------------*/ + + # include ++# include + + # include "mut.h" + # include "mlo.h" +diff --git a/mips_asm/src/mips_util.c b/mips_asm/src/mips_util.c +index f5fa55f..5ad6a4f 100644 +--- a/mips_asm/src/mips_util.c ++++ b/mips_asm/src/mips_util.c +@@ -30,6 +30,7 @@ + /* ###--------------------------------------------------------------### */ + + #include ++#include + #include "mut.h" + #include "log.h" + #include "beh.h" +diff --git a/proof/src/proof_main.c b/proof/src/proof_main.c +index b6eee94..3d8a91a 100644 +--- a/proof/src/proof_main.c ++++ b/proof/src/proof_main.c +@@ -32,6 +32,7 @@ + + #include + #include ++#include + #include "mut.h" + #include "log.h" + #include "beh.h" +diff --git a/proof/src/proof_util.c b/proof/src/proof_util.c +index 841937f..fa20ba1 100644 +--- a/proof/src/proof_util.c ++++ b/proof/src/proof_util.c +@@ -31,6 +31,7 @@ + + #include + #include ++#include + + #include "mut.h" + #include "log.h" +diff --git a/xfsm/src/XFS_error.c b/xfsm/src/XFS_error.c +index 20ccd0a..5aded2b 100644 +--- a/xfsm/src/XFS_error.c ++++ b/xfsm/src/XFS_error.c +@@ -46,6 +46,7 @@ + # include + # include + # include ++# include + # include "mut.h" + # include "aut.h" + # include "abl.h" +diff --git a/xgra/src/XGR_error.c b/xgra/src/XGR_error.c +index 3204423..b2d35c5 100644 +--- a/xgra/src/XGR_error.c ++++ b/xgra/src/XGR_error.c +@@ -46,6 +46,7 @@ + # include + # include + # include ++# include + # include "mut.h" + # include "aut.h" + # include "XSB.h" +diff --git a/xsch/src/XSC_error.c b/xsch/src/XSC_error.c +index 9bdf65e..b8c5689 100644 +--- a/xsch/src/XSC_error.c ++++ b/xsch/src/XSC_error.c +@@ -46,6 +46,7 @@ + # include + # include + # include ++# include + # include "mut.h" + # include "aut.h" + # include "mlo.h" -- cgit v1.2.3-18-g5258