diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-08-12 05:26:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-08-12 05:26:18 +0000 |
commit | 909451ebc9d36cffdbd7a9a528f03cd09c21742f (patch) | |
tree | 2a645cd367aea6d4e9a1c85c3869cfb78575455c /sys-devel/bison/files | |
parent | Automated update of use.local.desc (diff) | |
download | historical-909451ebc9d36cffdbd7a9a528f03cd09c21742f.tar.gz historical-909451ebc9d36cffdbd7a9a528f03cd09c21742f.tar.bz2 historical-909451ebc9d36cffdbd7a9a528f03cd09c21742f.zip |
Add patch to generated testsuite to avoid autotools #331577.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sys-devel/bison/files')
-rw-r--r-- | sys-devel/bison/files/bison-2.4.2-gcc45_testsuite.patch | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/sys-devel/bison/files/bison-2.4.2-gcc45_testsuite.patch b/sys-devel/bison/files/bison-2.4.2-gcc45_testsuite.patch index d0fbd8147650..1d877fe362bf 100644 --- a/sys-devel/bison/files/bison-2.4.2-gcc45_testsuite.patch +++ b/sys-devel/bison/files/bison-2.4.2-gcc45_testsuite.patch @@ -13,3 +13,69 @@ http://git.savannah.gnu.org/cgit/bison.git/commit/?id=4ad3921d3be296de6a2b3c5fe0 AT_CLEANUP ]) + +patch the testsuite to avoid autotools at emerge time +http://bugs.gentoo.org/331577 + +--- a/tests/testsuite ++++ b/tests/testsuite +@@ -15299,9 +15299,9 @@ + + + { set +x +-$as_echo "$at_srcdir/synclines.at:84: cat stdout" ++$as_echo "$at_srcdir/synclines.at:84: grep -v ': In function ' stdout" + at_fn_check_prepare_trace "synclines.at:84" +-( $at_check_trace; cat stdout ++( $at_check_trace; grep -v ': In function ' stdout + ) >>"$at_stdout" 2>>"$at_stderr" + at_status=$? at_failed=false + $at_check_filter +@@ -15535,9 +15535,9 @@ + + + { set +x +-$as_echo "$at_srcdir/synclines.at:101: cat stdout" ++$as_echo "$at_srcdir/synclines.at:101: grep -v ': In function ' stdout" + at_fn_check_prepare_trace "synclines.at:101" +-( $at_check_trace; cat stdout ++( $at_check_trace; grep -v ': In function ' stdout + ) >>"$at_stdout" 2>>"$at_stderr" + at_status=$? at_failed=false + $at_check_filter +@@ -15774,9 +15774,9 @@ + + + { set +x +-$as_echo "$at_srcdir/synclines.at:121: cat stdout" ++$as_echo "$at_srcdir/synclines.at:121: grep -v ': In function ' stdout" + at_fn_check_prepare_trace "synclines.at:121" +-( $at_check_trace; cat stdout ++( $at_check_trace; grep -v ': In function ' stdout + ) >>"$at_stdout" 2>>"$at_stderr" + at_status=$? at_failed=false + $at_check_filter +@@ -16009,9 +16009,9 @@ + + + { set +x +-$as_echo "$at_srcdir/synclines.at:144: cat stdout" ++$as_echo "$at_srcdir/synclines.at:144: grep -v ': In function ' stdout" + at_fn_check_prepare_trace "synclines.at:144" +-( $at_check_trace; cat stdout ++( $at_check_trace; grep -v ': In function ' stdout + ) >>"$at_stdout" 2>>"$at_stderr" + at_status=$? at_failed=false + $at_check_filter +@@ -16243,9 +16243,9 @@ + + + { set +x +-$as_echo "$at_srcdir/synclines.at:163: cat stdout" ++$as_echo "$at_srcdir/synclines.at:163: grep -v ': In function ' stdout" + at_fn_check_prepare_trace "synclines.at:163" +-( $at_check_trace; cat stdout ++( $at_check_trace; grep -v ': In function ' stdout + ) >>"$at_stdout" 2>>"$at_stderr" + at_status=$? at_failed=false + $at_check_filter |