pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/metamail Kill !STDC_HEADERS, it is not defined, b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6f280e4443f0
branches: trunk
changeset: 506800:6f280e4443f0
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Jan 22 01:57:44 2006 +0000
description:
Kill !STDC_HEADERS, it is not defined, but should be.
diffstat:
mail/metamail/distinfo | 3 ++-
mail/metamail/patches/patch-as | 22 ++++++++++++++++++++++
2 files changed, 24 insertions(+), 1 deletions(-)
diffs (40 lines):
diff -r c0e7053f528e -r 6f280e4443f0 mail/metamail/distinfo
--- a/mail/metamail/distinfo Sun Jan 22 01:31:43 2006 +0000
+++ b/mail/metamail/distinfo Sun Jan 22 01:57:44 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2006/01/19 10:55:30 tron Exp $
+$NetBSD: distinfo,v 1.18 2006/01/22 01:57:44 joerg Exp $
SHA1 (mm2.7.tar.Z) = 8f213baec9b17c05bcb066f616977a561757d7a6
RMD160 (mm2.7.tar.Z) = ae322cad0653140cbe7f0148ce48757df98c26b0
@@ -21,3 +21,4 @@
SHA1 (patch-ap) = ade6fba2254e7db3f9cf52acf453bb512c0a3d32
SHA1 (patch-aq) = 90f84381aaf91db03cecef84d9433c3ffd1152db
SHA1 (patch-ar) = 21e137edd2bb1dc09048f7ef23e86859d698d848
+SHA1 (patch-as) = 8d8c31f1ff508e9d7fc73a03a5f7ba63faa118ef
diff -r c0e7053f528e -r 6f280e4443f0 mail/metamail/patches/patch-as
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/metamail/patches/patch-as Sun Jan 22 01:57:44 2006 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-as,v 1.1 2006/01/22 01:57:44 joerg Exp $
+
+--- metamail/putenv.c.orig 2006-01-22 01:55:38.000000000 +0000
++++ metamail/putenv.c
+@@ -19,17 +19,9 @@ Cambridge, MA 02139, USA. */
+ #include <config.h>
+ #include <sys/types.h>
+ #include <errno.h>
+-#ifdef STDC_HEADERS
+ #include <stdlib.h>
+-#else
+-extern int errno;
+-#endif
+
+-#if defined(STDC_HEADERS) || defined(USG) || defined(SYSV)
+ #include <string.h>
+-#else /* not (STDC_HEADERS or USG) */
+-#include <strings.h>
+-#endif /* STDC_HEADERS or USG */
+
+ #ifdef HAVE_UNISTD_H
+ #include <unistd.h>
Home |
Main Index |
Thread Index |
Old Index