From 99a0a1f95e29776699066ae02b7f0c53e27b262c Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 6 Apr 2010 06:31:42 +0000 Subject: Revert last change. GCC was complaing about an undefined label and not about an unused one. PR toolchain/43123 seems to be caused by a bug in flex(1) under NetBSD-current and not by problem with this package. --- mail/milter-greylist/distinfo | 3 +-- mail/milter-greylist/patches/patch-ab | 15 --------------- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 mail/milter-greylist/patches/patch-ab diff --git a/mail/milter-greylist/distinfo b/mail/milter-greylist/distinfo index f3cceaf76f8..9fea4c67141 100644 --- a/mail/milter-greylist/distinfo +++ b/mail/milter-greylist/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.27 2010/04/05 23:00:42 tron Exp $ +$NetBSD: distinfo,v 1.28 2010/04/06 06:31:42 tron Exp $ SHA1 (milter-greylist-4.2.3.tgz) = 195270c4ea01331d3ffb18af7466828d2d52eba3 RMD160 (milter-greylist-4.2.3.tgz) = 2cbf0022ade79ab89475e798e010ecb64c370af9 Size (milter-greylist-4.2.3.tgz) = 210106 bytes SHA1 (patch-aa) = f884ba7efce512f51b6e5593255c4f7fdd468333 -SHA1 (patch-ab) = 4e296a4386f06755c87d146fd1bf3ca3090bc0ed diff --git a/mail/milter-greylist/patches/patch-ab b/mail/milter-greylist/patches/patch-ab deleted file mode 100644 index 579dab95ce4..00000000000 --- a/mail/milter-greylist/patches/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ab,v 1.5 2010/04/05 23:00:42 tron Exp $ - -Fix build with "flex" under NetBSD 5.99.* and newer. - ---- configure.orig 2009-08-14 01:31:15.000000000 +0100 -+++ configure 2010-04-05 23:56:44.000000000 +0100 -@@ -3439,7 +3439,7 @@ - { $as_echo "$as_me:$LINENO: checking if compiler accepts -Wall" >&5 - $as_echo_n "checking if compiler accepts -Wall... " >&6; } - SAVEDCFLAGS=$CFLAGS --CFLAGS=$CFLAGS" -Wall" -+CFLAGS=$CFLAGS" -Wall -Wno-unused-label" - wall="no" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -- cgit v1.2.3