Mark BROKEN on alpha: Problems with unaligned access.

On my box almost all commands coming with postfix produce unaligned
access errors.  Delivery of mails to another mailserver via SMTP works,
but it fails to deliver mails to local users.
This commit is contained in:
Alexander Langer 2001-03-10 20:35:11 +00:00
parent cca71f50d2
commit cebd59bc73
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39464

View file

@ -158,6 +158,10 @@ post-clean:
.include <bsd.port.pre.mk>
.if ${MACHINE_ARCH} == "alpha"
BROKEN= "Problems with unaligned access"
.endif
replace:
.if ${OSVERSION} >= 400014
@${ECHO_MSG} "===> Activating postfix in /etc/mail/mailer.conf"