From owner-svn-ports-all@freebsd.org Sat Jul 9 19:32:33 2016 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 6C64DB85B66; Sat, 9 Jul 2016 19:32:33 +0000 (UTC) (envelope-from riggs@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 39C101E31; Sat, 9 Jul 2016 19:32:33 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u69JWWDr069124; Sat, 9 Jul 2016 19:32:32 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u69JWWLI069123; Sat, 9 Jul 2016 19:32:32 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201607091932.u69JWWLI069123@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 9 Jul 2016 19:32:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418290 - head/math/libR 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.22 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: Sat, 09 Jul 2016 19:32:33 -0000 Author: riggs Date: Sat Jul 9 19:32:32 2016 New Revision: 418290 URL: https://svnweb.freebsd.org/changeset/ports/418290 Log: Mark broken while restructuring the master port is ongoing PR: 210866 Reported by: jrm@ftfl.ca (maintainer) Modified: head/math/libR/Makefile Modified: head/math/libR/Makefile ============================================================================== --- head/math/libR/Makefile Sat Jul 9 19:28:21 2016 (r418289) +++ head/math/libR/Makefile Sat Jul 9 19:32:32 2016 (r418290) @@ -11,6 +11,6 @@ MASTERDIR= ${.CURDIR}/../R PLIST= ${.CURDIR}/pkg-plist PLIST_FILES= lib/R/lib/libR.a -BROKEN_powerpc64= Does not build +BROKEN= Transient breakage while restructuring the master port .include "${MASTERDIR}/Makefile"