An update to coreutils-8.23. makeinfo was failing for mysterious reasons, so I changed the texi file back to how it was before...
Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/coreutils/Makefile,v retrieving revision 1.6 diff -u -p -u -p -r1.6 Makefile --- Makefile 28 Jan 2014 16:55:46 -0000 1.6 +++ Makefile 14 Oct 2014 06:22:49 -0000 @@ -2,8 +2,7 @@ COMMENT = file, shell and text manipulation utilities -DISTNAME = coreutils-8.21 -REVISION = 1 +DISTNAME = coreutils-8.23 CATEGORIES = sysutils HOMEPAGE = https://www.gnu.org/software/coreutils/coreutils.html Index: distinfo =================================================================== RCS file: /cvs/ports/sysutils/coreutils/distinfo,v retrieving revision 1.3 diff -u -p -u -p -r1.3 distinfo --- distinfo 26 Apr 2013 16:19:24 -0000 1.3 +++ distinfo 14 Oct 2014 06:22:49 -0000 @@ -1,2 +1,2 @@ -SHA256 (coreutils-8.21.tar.xz) = rapEvas/pes1LoDYox/b+Ve3hlPQws0w1j4WFEQojhg= -SIZE (coreutils-8.21.tar.xz) = 5357988 +SHA256 (coreutils-8.23.tar.xz) = 7EPKW8/GIkKsy0a38SH2toTuIezX0HUFm/ZQ/543uC0= +SIZE (coreutils-8.23.tar.xz) = 5375612 Index: patches/patch-configure =================================================================== RCS file: /cvs/ports/sysutils/coreutils/patches/patch-configure,v retrieving revision 1.1 diff -u -p -u -p -r1.1 patch-configure --- patches/patch-configure 28 Jan 2014 16:55:46 -0000 1.1 +++ patches/patch-configure 14 Oct 2014 06:22:49 -0000 @@ -1,13 +1,13 @@ $OpenBSD: patch-configure,v 1.1 2014/01/28 16:55:46 jca Exp $ XXX hack for vax, remove when it gets shared libraries ---- configure.orig Tue Jan 28 00:44:09 2014 -+++ configure Tue Jan 28 00:44:37 2014 -@@ -62764,7 +62764,7 @@ fi - $as_echo_n "checking whether this is an ELF system... " >&6; } - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ --#if __ELF__ -+#if __ELF__ && !__vax__ - yes - #endif - _ACEOF +--- configure.orig Sat Jul 19 00:07:39 2014 ++++ configure Tue Oct 14 07:48:55 2014 +@@ -62598,7 +62598,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext + void __attribute__ ((constructor)) + stdbuf_init (void) + { +- #if __ELF__ ++ #if __ELF__ && !__vax__ + stdbuf = 1; + #endif + } Index: patches/patch-doc_coreutils_texi =================================================================== RCS file: patches/patch-doc_coreutils_texi diff -N patches/patch-doc_coreutils_texi --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-doc_coreutils_texi 14 Oct 2014 06:22:49 -0000 @@ -0,0 +1,16 @@ +$OpenBSD$ + +./doc/coreutils.texi:6: warning: unrecognized encoding name `UTF-8'. +./doc/coreutils.texi:6: Unknown command `allowcodebreaks'. + +--- doc/coreutils.texi.orig Tue Oct 14 08:02:55 2014 ++++ doc/coreutils.texi Tue Oct 14 08:03:07 2014 +@@ -2,8 +2,6 @@ + @c %**start of header + @setfilename coreutils.info + @settitle GNU Coreutils +-@documentencoding UTF-8 +-@allowcodebreaks false + + @c %**end of header +
