diff options
author | thorpej <thorpej> | 2003-06-14 00:24:27 +0000 |
---|---|---|
committer | thorpej <thorpej> | 2003-06-14 00:24:27 +0000 |
commit | 501b25e45c5aba94cc82bbbc553629e125146825 (patch) | |
tree | 338d4f1c68b27ae974646db3ad7d0f37c3d2b913 /devel/dejagnu | |
parent | e316326f628b3e1cc2495ce968394444e17c2cb3 (diff) | |
download | pkgsrc-501b25e45c5aba94cc82bbbc553629e125146825.tar.gz |
Bump to 1.4.3nb2, apply this patch from the dejagnu on
gcc.gnu.org:
2003-06-13 Jason Thorpe <thorpej@wasabisystems.com>
* lib/target.exp (prune_warnings): Add two more linker
warning patterns for warnings generated by modern verions
of NetBSD.
Diffstat (limited to 'devel/dejagnu')
-rw-r--r-- | devel/dejagnu/Makefile | 4 | ||||
-rw-r--r-- | devel/dejagnu/distinfo | 3 | ||||
-rw-r--r-- | devel/dejagnu/patches/patch-ab | 13 |
3 files changed, 17 insertions, 3 deletions
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 + |