summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-03-10 20:35:11 +0000
committerAlexander Langer <alex@FreeBSD.org>2001-03-10 20:35:11 +0000
commitcebd59bc7312dc4ddbfe16b0c3c6dcc0f671df5b (patch)
tree5a5bcf6ba74966fb56b62f9203ea9a695f0794d5 /mail
parentAdd firebird 0.9, the open-source InterBase(tm) 6.0 spin-off (diff)
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.
Notes
Notes: svn path=/head/; revision=39464
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix-current/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index f996be8be3c6..7a43be29797b 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -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"