Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jan 2015 09:29:59 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376285 - head/sysutils/lsof
Message-ID:  <201501050929.t059TxoW004295@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
 
-.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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501050929.t059TxoW004295>