From owner-svn-ports-all@FreeBSD.ORG Mon Jan 5 09:29:59 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F0865D3; Mon, 5 Jan 2015 09:29:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 7BA78643DF; Mon, 5 Jan 2015 09:29:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t059TxXS004296; Mon, 5 Jan 2015 09:29:59 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t059TxoW004295; Mon, 5 Jan 2015 09:29:59 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201501050929.t059TxoW004295@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 5 Jan 2015 09:29:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376285 - head/sysutils/lsof 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.18-1 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: Mon, 05 Jan 2015 09:29:59 -0000 Author: riggs Date: Mon Jan 5 09:29:58 2015 New Revision: 376285 URL: https://svnweb.freebsd.org/changeset/ports/376285 QAT: https://qat.redports.org/buildarchive/r376285/ Log: Mark broken on arm OSVERSIONS before a required change in base PR: 196454 Submitted by: ler@lerctr.org Modified: head/sysutils/lsof/Makefile Modified: head/sysutils/lsof/Makefile ============================================================================== --- head/sysutils/lsof/Makefile Mon Jan 5 09:15:55 2015 (r376284) +++ head/sysutils/lsof/Makefile Mon Jan 5 09:29:58 2015 (r376285) @@ -41,8 +41,8 @@ SHEBANG_FILES= scripts/sort_res.perl5 .include -.if ${ARCH} == "arm" -BROKEN= Does not compile on arm +.if !empty(ARCH:Marm*) && ((${OSVERSION} < 1001505) || (${OSVERSION} > 1100000 && ${OSVERSION} < 1100052)) +BROKEN= Not supported on ARM platform below release 10.1 or a more recent current .endif CONFIGURE_SCRIPT= Configure