Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 May 2018 16:00:12 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468765 - head/sysutils/shuf
Message-ID:  <201805011600.w41G0CPP095604@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805011600.w41G0CPP095604>