Date: Fri, 19 May 2017 18:46:57 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441260 - head/textproc/msort Message-ID: <201705191846.v4JIkvRP065998@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705191846.v4JIkvRP065998>