svn commit: r441260 - head/textproc/msort

Antoine Brodin antoine at FreeBSD.org
Fri May 19 18:46:58 UTC 2017


Author: antoine
Date: Fri May 19 18:46:57 2017
New Revision: 441260
URL: https://svnweb.freebsd.org/changeset/ports/441260

Log:
  Mark BROKEN: fails to build
  
  In file included from info.c:34:
  In file included from /usr/local/include/uninum/uninum.h:19:
  /usr/local/include/gmp.h:1736:33: error: use of undeclared identifier 'UINT_MAX'
    __GMPZ_FITS_UTYPE_P (__gmp_z, UINT_MAX);
  
  Reported by:	pkg-fallout

Modified:
  head/textproc/msort/Makefile

Modified: head/textproc/msort/Makefile
==============================================================================
--- head/textproc/msort/Makefile	Fri May 19 18:44:44 2017	(r441259)
+++ head/textproc/msort/Makefile	Fri May 19 18:46:57 2017	(r441260)
@@ -13,6 +13,8 @@ COMMENT=	Sorting files in sophisticated 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libtre.so:textproc/libtre \
 		libuninum.so:devel/libuninum \
 		libutf8proc.so:textproc/utf8proc


More information about the svn-ports-all mailing list