summaryrefslogtreecommitdiff
path: root/sysutils/coreutils
diff options
context:
space:
mode:
authorobache <obache>2014-04-03 13:02:59 +0000
committerobache <obache>2014-04-03 13:02:59 +0000
commite169bc46b297f09eedf6d9de0ca8ba39125f16de (patch)
tree874c830277789990b7567b870a963113d16380c9 /sysutils/coreutils
parent76e7c29d16e9155ab9a7df136a3a14e0edc97667 (diff)
downloadpkgsrc-e169bc46b297f09eedf6d9de0ca8ba39125f16de.tar.gz
revert.
It may hide build failure on NetBSD, but not resolve real issues, furthermore, it may introduce build failure for other platforms.
Diffstat (limited to 'sysutils/coreutils')
-rw-r--r--sysutils/coreutils/distinfo3
-rw-r--r--sysutils/coreutils/patches/patch-lib_strncat.c14
2 files changed, 1 insertions, 16 deletions
diff --git a/sysutils/coreutils/distinfo b/sysutils/coreutils/distinfo
index 6286d684280..35651830a2c 100644
--- a/sysutils/coreutils/distinfo
+++ b/sysutils/coreutils/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.27 2014/03/25 07:53:35 obache Exp $
+$NetBSD: distinfo,v 1.28 2014/04/03 13:02:59 obache Exp $
SHA1 (coreutils-8.22.tar.xz) = cc7fe47b21eb49dd2ee4cdb707570f42fb2c8cc6
RMD160 (coreutils-8.22.tar.xz) = c3da7ade1d3ac82e97ac4a24c70376af8b9b503b
@@ -6,4 +6,3 @@ Size (coreutils-8.22.tar.xz) = 5335124 bytes
SHA1 (patch-Makefile.in) = fce694c56777081a6a54d157dd0573945250f381
SHA1 (patch-lib-fflush.c) = 106e9c7d05fff290f24cb69e1b2c80d0077c62bd
SHA1 (patch-lib-fseeko.c) = 9f4b0294698648011c64869fc0e642f910e9d47f
-SHA1 (patch-lib_strncat.c) = 415f45d29a6d073d4e90eaadf45b7fdc6107b05c
diff --git a/sysutils/coreutils/patches/patch-lib_strncat.c b/sysutils/coreutils/patches/patch-lib_strncat.c
deleted file mode 100644
index 75e58a4240f..00000000000
--- a/sysutils/coreutils/patches/patch-lib_strncat.c
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-lib_strncat.c,v 1.1 2014/03/25 07:53:35 obache Exp $
-
-* strncat is defined as a macro in NetBSD-6
-
---- lib/strncat.c.orig 2013-12-04 15:02:02.000000000 +0000
-+++ lib/strncat.c
-@@ -19,6 +19,7 @@
-
- /* Specification. */
- #include <string.h>
-+#undef strncat
-
- char *
- strncat (char *dest, const char *src, size_t n)