pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/milter-greylist Revert last change. GCC was compl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1712a75f342a
branches: trunk
changeset: 573846:1712a75f342a
user: tron <tron%pkgsrc.org@localhost>
date: Tue Apr 06 06:31:42 2010 +0000
description:
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:
mail/milter-greylist/distinfo | 3 +--
mail/milter-greylist/patches/patch-ab | 15 ---------------
2 files changed, 1 insertions(+), 17 deletions(-)
diffs (31 lines):
diff -r 0e15d5315539 -r 1712a75f342a mail/milter-greylist/distinfo
--- a/mail/milter-greylist/distinfo Tue Apr 06 04:36:00 2010 +0000
+++ b/mail/milter-greylist/distinfo Tue Apr 06 06:31:42 2010 +0000
@@ -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 -r 0e15d5315539 -r 1712a75f342a mail/milter-greylist/patches/patch-ab
--- a/mail/milter-greylist/patches/patch-ab Tue Apr 06 04:36:00 2010 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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. */
Home |
Main Index |
Thread Index |
Old Index