From 472857adc0f955f8be47e6df23f7d9d1f45f8b15 Mon Sep 17 00:00:00 2001 From: thorpej Date: Sat, 14 Jun 2003 00:24:27 +0000 Subject: Bump to 1.4.3nb2, apply this patch from the dejagnu on gcc.gnu.org: 2003-06-13 Jason Thorpe * lib/target.exp (prune_warnings): Add two more linker warning patterns for warnings generated by modern verions of NetBSD. --- devel/dejagnu/Makefile | 4 ++-- devel/dejagnu/distinfo | 3 ++- devel/dejagnu/patches/patch-ab | 13 +++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 devel/dejagnu/patches/patch-ab (limited to 'devel/dejagnu') diff --git a/devel/dejagnu/Makefile b/devel/dejagnu/Makefile index 33fa9402751..5c663960902 100644 --- a/devel/dejagnu/Makefile +++ b/devel/dejagnu/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2003/06/02 01:20:52 jschauma Exp $ +# $NetBSD: Makefile,v 1.6 2003/06/14 00:24:27 thorpej Exp $ # DISTNAME= dejagnu-1.4.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=dejagnu/} diff --git a/devel/dejagnu/distinfo b/devel/dejagnu/distinfo index 290bf086929..6e8bbd5447a 100644 --- a/devel/dejagnu/distinfo +++ b/devel/dejagnu/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.4 2002/11/25 21:13:52 kristerw Exp $ +$NetBSD: distinfo,v 1.5 2003/06/14 00:24:27 thorpej Exp $ SHA1 (dejagnu-1.4.3.tar.gz) = 4699f4281801109bafeb6245ee75db12e0769dfb Size (dejagnu-1.4.3.tar.gz) = 1817399 bytes SHA1 (patch-aa) = 250e1f77e93360fb01106f96f07504a0f4bf871a +SHA1 (patch-ab) = 3e12b8cb999dadf6427d3982afaafe4d5cb7ce12 diff --git a/devel/dejagnu/patches/patch-ab b/devel/dejagnu/patches/patch-ab new file mode 100644 index 00000000000..e424be5e49b --- /dev/null +++ b/devel/dejagnu/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2003/06/14 00:24:28 thorpej Exp $ + +--- lib/target.exp.orig 2003-06-13 17:18:00.000000000 -0700 ++++ lib/target.exp 2003-06-13 17:17:35.000000000 -0700 +@@ -262,6 +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\]*:\[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 + -- cgit v1.2.3