aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-11-30 05:55:17 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-11-30 05:55:17 +0000
commit14295721d421096cb5551d3e1766855a52311df7 (patch)
tree091112aa72274375ca573520ce5e99f32b2c8aff /sysutils
parent31eb9a640d033841216e7abfae5f66a9078495f6 (diff)
downloadports-14295721d421096cb5551d3e1766855a52311df7.tar.gz
ports-14295721d421096cb5551d3e1766855a52311df7.zip
For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so
on armv7. This is part one of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=455165
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/passwordsafe/Makefile2
-rw-r--r--sysutils/pesign/Makefile2
-rw-r--r--sysutils/radeontop/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/passwordsafe/Makefile b/sysutils/passwordsafe/Makefile
index c64d2257c15c..e2af63c37c7b 100644
--- a/sysutils/passwordsafe/Makefile
+++ b/sysutils/passwordsafe/Makefile
@@ -13,7 +13,7 @@ LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \
libxerces-c.so:textproc/xerces-c3
BUILD_DEPENDS= zip:archivers/zip
-NOT_FOR_ARCHS= aarch64 armv6
+NOT_FOR_ARCHS= aarch64 armv6 armv7
NOT_FOR_ARCHS_REASON= Cannot determine whether the target CPU is big or little endian - please fix PwsPlatform.h
CONFLICTS= pwsafe-[0-9]*
diff --git a/sysutils/pesign/Makefile b/sysutils/pesign/Makefile
index 8a382cef1176..9a9ad1b6b69c 100644
--- a/sysutils/pesign/Makefile
+++ b/sysutils/pesign/Makefile
@@ -24,7 +24,7 @@ GH_ACCOUNT= rhinstaller
USES= gmake localbase pkgconfig
USE_LDCONFIG= yes
-ONLY_FOR_ARCHS= aarch64 armv6 amd64 i386
+ONLY_FOR_ARCHS= aarch64 armv6 armv7 amd64 i386
ONLY_FOR_ARCHS_REASON= UEFI specification only supports little-endian processors
BROKEN_armv6= fails to compile: error: EFI_VARIABLE_NON_VOLATILE redefined
diff --git a/sysutils/radeontop/Makefile b/sysutils/radeontop/Makefile
index 88ee6926f344..d30dfbba9fd1 100644
--- a/sysutils/radeontop/Makefile
+++ b/sysutils/radeontop/Makefile
@@ -14,7 +14,7 @@ LICENSE= GPLv3
LIB_DEPENDS= libpciaccess.so:devel/libpciaccess \
libdrm.so:graphics/libdrm
-NOT_FOR_ARCHS= aarch64 armv6 mips mips64
+NOT_FOR_ARCHS= aarch64 armv6 armv7 mips mips64
NOT_FOR_ARCHS_REASON= fails to compile: fatal error: amdgpu_drm.h file not found
USE_GITHUB= yes