diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-07-19 14:49:28 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-07-19 14:49:28 +0000 |
commit | c138f8c265f3c066426bbe181dc57ed2c9d20962 (patch) | |
tree | f5d05fbc107f00e64eb29d742eb95d688bc25bf6 /devel | |
parent | b3f78c20fa647fbe1e7ef702ad5bbbe4d7e44627 (diff) | |
download | pkgsrc-c138f8c265f3c066426bbe181dc57ed2c9d20962.tar.gz |
Fix comment on patches/patch-lib_stdio.in.h.
Previous comment is irrelevant. Pointed out by wiz@. Thank you.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/m4/distinfo | 4 | ||||
-rw-r--r-- | devel/m4/patches/patch-lib_stdio.in.h | 8 |
2 files changed, 5 insertions, 7 deletions
diff --git a/devel/m4/distinfo b/devel/m4/distinfo index 368d6e2dbd1..d0ef5f74b48 100644 --- a/devel/m4/distinfo +++ b/devel/m4/distinfo @@ -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 @@ Size (m4-1.4.16.tar.gz) = 1657870 bytes 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 --git a/devel/m4/patches/patch-lib_stdio.in.h b/devel/m4/patches/patch-lib_stdio.in.h index 19c6052d739..b0c3834a15d 100644 --- a/devel/m4/patches/patch-lib_stdio.in.h +++ b/devel/m4/patches/patch-lib_stdio.in.h @@ -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 |