summaryrefslogtreecommitdiffstats
path: root/mail/postfix25
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2001-03-10 17:20:56 +0000
committeralex <alex@FreeBSD.org>2001-03-10 17:20:56 +0000
commit7b0eedecb091f9d60d0f2215f8dff998d16da12e (patch)
tree3b7ba9aec8915b9fd7573c7084e075c52c4bf976 /mail/postfix25
parentc0b0be5403ab2b642132b6e73ca0a730aeadd9ce (diff)
downloadFreeBSD-ports-7b0eedecb091f9d60d0f2215f8dff998d16da12e.zip
FreeBSD-ports-7b0eedecb091f9d60d0f2215f8dff998d16da12e.tar.gz
Mark BROKEN for alpha: Unaligned access problems in postsuper and postlog
Diffstat (limited to 'mail/postfix25')
-rw-r--r--mail/postfix25/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile
index 78e92fc..aef05ec 100644
--- a/mail/postfix25/Makefile
+++ b/mail/postfix25/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"
OpenPOWER on IntegriCloud