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 | 69ace5cfdeb7c300d61bccffa69df5568fa146c9 (patch) | |
tree | fdb85bbc40443fa47d3dc740322cfb5a6af65e93 /sys-devel/bison/files | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-69ace5cfdeb7c300d61bccffa69df5568fa146c9.tar.gz gentoo-2-69ace5cfdeb7c300d61bccffa69df5568fa146c9.tar.bz2 gentoo-2-69ace5cfdeb7c300d61bccffa69df5568fa146c9.zip |
Add patch to generated testsuite to avoid autotools #331577.
(Portage version: 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 |