diff options
author | tron <tron> | 2010-04-06 06:31:42 +0000 |
---|---|---|
committer | tron <tron> | 2010-04-06 06:31:42 +0000 |
commit | efbb901159adfa9824d7704318d544edd3de1e37 (patch) | |
tree | 8f95184aed9507c175cb6df1f05c0e756d22a697 /mail | |
parent | 3f6cc74fa50e952772df2f8bdb33d9bda455d003 (diff) | |
download | pkgsrc-efbb901159adfa9824d7704318d544edd3de1e37.tar.gz |
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.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/milter-greylist/distinfo | 3 | ||||
-rw-r--r-- | mail/milter-greylist/patches/patch-ab | 15 |
2 files changed, 1 insertions, 17 deletions
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. */ |