pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/m4 Fix comment on patches/patch-lib_stdio.in.h.
details: https://anonhg.NetBSD.org/pkgsrc/rev/67d18de5cd5b
branches: trunk
changeset: 621862:67d18de5cd5b
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Fri Jul 19 14:49:28 2013 +0000
description:
Fix comment on patches/patch-lib_stdio.in.h.
Previous comment is irrelevant. Pointed out by wiz@. Thank you.
diffstat:
devel/m4/distinfo | 4 ++--
devel/m4/patches/patch-lib_stdio.in.h | 8 +++-----
2 files changed, 5 insertions(+), 7 deletions(-)
diffs (33 lines):
diff -r f85bd933b316 -r 67d18de5cd5b devel/m4/distinfo
--- a/devel/m4/distinfo Fri Jul 19 14:35:37 2013 +0000
+++ b/devel/m4/distinfo Fri Jul 19 14:49:28 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.36 2013/07/19 12:13:36 ryoon Exp $
+$NetBSD: distinfo,v 1.37 2013/07/19 14:49:28 ryoon Exp $
SHA1 (m4-1.4.16.tar.gz) = 44b3ed8931f65cdab02aee66ae1e49724d2551a4
RMD160 (m4-1.4.16.tar.gz) = 9b161898b9fb2fc44614e644a0e3bdab3ff1328b
@@ -6,5 +6,5 @@
SHA1 (patch-aa) = ef316620b49f78f46e9dea47032b0141814c1f43
SHA1 (patch-ab) = b29840365e983623bce64e84ceab3504b8270b32
SHA1 (patch-ac) = 7bd9164c659727a906ef54a2f1027e9fd19315ba
-SHA1 (patch-lib_stdio.in.h) = 464c6eea35951bd5b215ddca557d0caf45e9fc9e
+SHA1 (patch-lib_stdio.in.h) = 1a550d1c2464319d0ba04b5635d9e997d7f4a0dd
SHA1 (patch-lib_verror.h) = 4c50ab0bc90a6324845e145bbe140836179ca8c9
diff -r f85bd933b316 -r 67d18de5cd5b devel/m4/patches/patch-lib_stdio.in.h
--- a/devel/m4/patches/patch-lib_stdio.in.h Fri Jul 19 14:35:37 2013 +0000
+++ b/devel/m4/patches/patch-lib_stdio.in.h Fri Jul 19 14:49:28 2013 +0000
@@ -1,10 +1,8 @@
-$NetBSD: patch-lib_stdio.in.h,v 1.1 2013/07/19 12:13:36 ryoon Exp $
+$NetBSD: patch-lib_stdio.in.h,v 1.2 2013/07/19 14:49:28 ryoon Exp $
+glibc 2.16's /usr/include/stdio.h does not provide gets(3) anymore,
+and this line causes breakage.
From: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-devel/m4/files/m4-1.4.16-no-gets.patch
-Gnulib intentionally does not have a gets module, and now that C11
-and glibc have dropped it, we should be more proactive about warning
-any user on a platform that still has a declaration of this dangerous
-interface.
--- lib/stdio.in.h.orig 2011-03-01 16:39:29.000000000 +0000
+++ lib/stdio.in.h
Home |
Main Index |
Thread Index |
Old Index