From owner-svn-ports-all@freebsd.org Fri May 19 18:46:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D211AD74784; Fri, 19 May 2017 18:46:58 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3E8614C0; Fri, 19 May 2017 18:46:58 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4JIkvGe065999; Fri, 19 May 2017 18:46:57 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4JIkvRP065998; Fri, 19 May 2017 18:46:57 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201705191846.v4JIkvRP065998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 19 May 2017 18:46:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441260 - head/textproc/msort X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2017 18:46:58 -0000 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