hpasmcli does not start on that FreeBSD versions because use unacceptable
permission mode 0700 for msgget() call. that small patch attached to this
message change hpasmcli to call msgget() with permissions 0600.
To apply this patch you need to use bspatch(1) utility.