diff options
author | alex <alex@FreeBSD.org> | 2001-03-11 04:35:11 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-03-11 04:35:11 +0800 |
commit | 1cb6118c244d15157ec22051384a3555a24d5989 (patch) | |
tree | 765584f23af472493b1ce3dc188ee7d20548f1b7 /mail | |
parent | 90cf324e21b261a54b09cbe7bf637016209d59f8 (diff) | |
download | freebsd-ports-gnome-1cb6118c244d15157ec22051384a3555a24d5989.tar.gz freebsd-ports-gnome-1cb6118c244d15157ec22051384a3555a24d5989.tar.zst freebsd-ports-gnome-1cb6118c244d15157ec22051384a3555a24d5989.zip |
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.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 4 |
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" |