pkgsrc/devel/dejagnu/patches/patch-ab
kristerw 6be2463522 Update dejagnu to 1.4.4.
Changes from 1.4.3 include:
1. New XML output option, so test results can be loaded into a database.
2. Support for the KFAIL/KPASS (known failures).
6. BlueGnu has been removed from the contrib directory.
7. The contrib/test* scipts were bitrotten and have been removed.  If
   you still want copies of these, they can be found in the previous
   DejaGnu release.
8. i960glue.c has been removed.
2004-01-31 00:27:36 +00:00

15 lines
1 KiB
Text

$NetBSD: patch-ab,v 1.2 2004/01/31 00:27:36 kristerw Exp $
--- lib/target.exp.orig Fri Jan 30 23:22:00 2004
+++ lib/target.exp Fri Jan 30 23:21:17 2004
@@ -262,8 +262,8 @@
regsub -all "(^|\n)(ld(|32|64): Giving up.*Use -wall\[^\n\]*\n?)+" $text "\\1" text
# Or the NetBSD ones.
- regsub -all "(^|\n)(\[^\n\]*: In function\[^\n\]*\n\[^\n\]\[^\n\]*warning:this program uses \[^\n\]*)" $text "\\1" text
- regsub -all "(^|\n)(\[^\n\]*: In function\[^\n\]*\n\[^\n\]\[^\n\]*warning:reference to compatibility \[^\n\]*)" $text "\\1" text
+ regsub -all "(^|\n)(\[^\n\]*: In function\[^\n\]*\n\[^\n\]\[^\n\]*warning: this program uses \[^\n\]*)" $text "\\1" text
+ regsub -all "(^|\n)(\[^\n\]*: In function\[^\n\]*\n\[^\n\]\[^\n\]*warning: reference to compatibility \[^\n\]*)" $text "\\1" text
regsub -all "(^|\n)(\[^\n\]*:\[0-9\]+: warning: \[^\n\]* possibly used unsafely, use \[^\n\]*\n?)" $text "\\1" text
regsub -all "(^|\n)(\[^\n\]*: warning: reference to compatibility glob\[^\n\]*\n?)" $text "\\1" text