diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-03-11 01:20:56 +0800 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-03-11 01:20:56 +0800 |
commit | bed498b1cf5add9430e7bbdf8bc49a2e07f3c7b0 (patch) | |
tree | b95b096c91af6b00fc717739452827cf6880f251 /mail/postfix28 | |
parent | 847680b774181a85da8dad70009c2d329aac8f96 (diff) | |
download | freebsd-ports-gnome-bed498b1cf5add9430e7bbdf8bc49a2e07f3c7b0.tar.gz freebsd-ports-gnome-bed498b1cf5add9430e7bbdf8bc49a2e07f3c7b0.tar.zst freebsd-ports-gnome-bed498b1cf5add9430e7bbdf8bc49a2e07f3c7b0.zip |
Mark BROKEN for alpha: Unaligned access problems in postsuper and postlog
Diffstat (limited to 'mail/postfix28')
-rw-r--r-- | mail/postfix28/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index 78e92fc2e00f..aef05ece9ccc 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -162,6 +162,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" |