svn commit: r376285 - head/sysutils/lsof

Thomas Zander riggs at FreeBSD.org
Mon Jan 5 09:29:59 UTC 2015


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 at 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


More information about the svn-ports-all mailing list