diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-02-01 05:28:21 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-02-01 05:28:21 +0000 |
commit | 67394ec35009ba058849007c5af88c433958fd8a (patch) | |
tree | 0576ad433df5768f2d1c87116d68ef9524954d7d /sysutils/hpacucli | |
parent | 989f559c13686c1b33040430cb7c803e2dcbc44e (diff) | |
download | freebsd-ports-67394ec35009ba058849007c5af88c433958fd8a.zip |
Mark as x86-specific.
The error that I was seeing was:
sysutils/hpacucli dependency on misc/compat4x has wrong PKGNAME of
'compat4x-i386' but should be 'compat4x-armv7'
This port dates from an era so long ago that the assumption was that
"32-bit" => "i386". I would be very surprised if any of this antique
code was still in use; it is certainly irrelevant for 32-bit arm.
Diffstat (limited to 'sysutils/hpacucli')
-rw-r--r-- | sysutils/hpacucli/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/hpacucli/Makefile b/sysutils/hpacucli/Makefile index 3a26dd09e190..cddd3d0fb3ef 100644 --- a/sysutils/hpacucli/Makefile +++ b/sysutils/hpacucli/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= LOCAL/brooks MAINTAINER= ports@FreeBSD.org COMMENT= HP configuration utility for Smart Array RAID cards +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= relies on compatXx features that are x86-specific + RUN_DEPENDS= compat4x-i386>0:misc/compat4x \ compat5x-${ARCH}>0:misc/compat5x |