diff options
author | billf <billf@FreeBSD.org> | 2001-03-11 00:26:20 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2001-03-11 00:26:20 +0000 |
commit | 29930ca5863137b2e97062fe226acf4f51b6f57c (patch) | |
tree | c2ca306f3413c01ddb77ff217ac035f7a4ece022 /mail/postfix23 | |
parent | 567a4c2b0d39103b3e56425170bc7338f692eec3 (diff) | |
download | FreeBSD-ports-29930ca5863137b2e97062fe226acf4f51b6f57c.zip FreeBSD-ports-29930ca5863137b2e97062fe226acf4f51b6f57c.tar.gz |
remove BROKEN for alpha, the unaligned access errors are a red herring.
I'm getting the same "unknown mail transport error" on my i386 at work.
Diffstat (limited to 'mail/postfix23')
-rw-r--r-- | mail/postfix23/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile index aef05ec..78e92fc 100644 --- a/mail/postfix23/Makefile +++ b/mail/postfix23/Makefile @@ -162,10 +162,6 @@ 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" |