svn commit: r468765 - head/sysutils/shuf

Mark Felder feld at FreeBSD.org
Tue May 1 16:00:13 UTC 2018


Author: feld
Date: Tue May  1 16:00:12 2018
New Revision: 468765
URL: https://svnweb.freebsd.org/changeset/ports/468765

Log:
  Mark broken on FreeBSD 10
  
  Need reallocarray or a port of libbsd to provide it.

Modified:
  head/sysutils/shuf/Makefile

Modified: head/sysutils/shuf/Makefile
==============================================================================
--- head/sysutils/shuf/Makefile	Tue May  1 15:37:55 2018	(r468764)
+++ head/sysutils/shuf/Makefile	Tue May  1 16:00:12 2018	(r468765)
@@ -11,6 +11,8 @@ COMMENT=	Randomly permute input lines
 
 LICENSE=	ISCL
 
+BROKEN_FreeBSD_10=	Requires reallocarray
+
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/shuf man/man1/shuf.1.gz


More information about the svn-ports-all mailing list