diff options
author | riggs <riggs@FreeBSD.org> | 2015-01-05 17:29:58 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2015-01-05 17:29:58 +0800 |
commit | 30984c3ffac6125548378c8f35407a46c7e722b5 (patch) | |
tree | cf9231e5bf0c163bcb04c5d3b58fb1c73286d269 /sysutils/lsof | |
parent | 6fe483d27e212485c115160f0ab416e85633deda (diff) | |
download | freebsd-ports-gnome-30984c3ffac6125548378c8f35407a46c7e722b5.tar.gz freebsd-ports-gnome-30984c3ffac6125548378c8f35407a46c7e722b5.tar.zst freebsd-ports-gnome-30984c3ffac6125548378c8f35407a46c7e722b5.zip |
Mark broken on arm OSVERSIONS before a required change in base
PR: 196454
Submitted by: ler@lerctr.org
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 87fde0f2a438..aaee83d63c8c 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -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 |