diff options
author | billf <billf@FreeBSD.org> | 2001-03-11 08:26:20 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2001-03-11 08:26:20 +0800 |
commit | 29930ca5863137b2e97062fe226acf4f51b6f57c (patch) | |
tree | c2ca306f3413c01ddb77ff217ac035f7a4ece022 /mail/postfix24 | |
parent | 567a4c2b0d39103b3e56425170bc7338f692eec3 (diff) | |
download | freebsd-ports-gnome-29930ca5863137b2e97062fe226acf4f51b6f57c.tar.gz freebsd-ports-gnome-29930ca5863137b2e97062fe226acf4f51b6f57c.tar.zst freebsd-ports-gnome-29930ca5863137b2e97062fe226acf4f51b6f57c.zip |
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/postfix24')
-rw-r--r-- | mail/postfix24/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/postfix24/Makefile b/mail/postfix24/Makefile index aef05ece9ccc..78e92fc2e00f 100644 --- a/mail/postfix24/Makefile +++ b/mail/postfix24/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" |