mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
cca71f50d2
commit
cebd59bc73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39464
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue