diff options
author | alex <alex@FreeBSD.org> | 2001-03-11 01:20:56 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-03-11 01:20:56 +0800 |
commit | 7b0eedecb091f9d60d0f2215f8dff998d16da12e (patch) | |
tree | 3b7ba9aec8915b9fd7573c7084e075c52c4bf976 | |
parent | c0b0be5403ab2b642132b6e73ca0a730aeadd9ce (diff) | |
download | freebsd-ports-gnome-7b0eedecb091f9d60d0f2215f8dff998d16da12e.tar.gz freebsd-ports-gnome-7b0eedecb091f9d60d0f2215f8dff998d16da12e.tar.zst freebsd-ports-gnome-7b0eedecb091f9d60d0f2215f8dff998d16da12e.zip |
Mark BROKEN for alpha: Unaligned access problems in postsuper and postlog
-rw-r--r-- | mail/postfix/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix1/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix20/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix21/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix22/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix23/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix24/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix25/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix26/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix27/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix28/Makefile | 4 |
11 files changed, 44 insertions, 0 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 78e92fc2e00f..aef05ece9ccc 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/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" diff --git a/mail/postfix1/Makefile b/mail/postfix1/Makefile index 78e92fc2e00f..aef05ece9ccc 100644 --- a/mail/postfix1/Makefile +++ b/mail/postfix1/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" diff --git a/mail/postfix20/Makefile b/mail/postfix20/Makefile index 78e92fc2e00f..aef05ece9ccc 100644 --- a/mail/postfix20/Makefile +++ b/mail/postfix20/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" diff --git a/mail/postfix21/Makefile b/mail/postfix21/Makefile index 78e92fc2e00f..aef05ece9ccc 100644 --- a/mail/postfix21/Makefile +++ b/mail/postfix21/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" diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile index 78e92fc2e00f..aef05ece9ccc 100644 --- a/mail/postfix22/Makefile +++ b/mail/postfix22/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" diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile index 78e92fc2e00f..aef05ece9ccc 100644 --- a/mail/postfix23/Makefile +++ b/mail/postfix23/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" diff --git a/mail/postfix24/Makefile b/mail/postfix24/Makefile index 78e92fc2e00f..aef05ece9ccc 100644 --- a/mail/postfix24/Makefile +++ b/mail/postfix24/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" diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile index 78e92fc2e00f..aef05ece9ccc 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" diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile index 78e92fc2e00f..aef05ece9ccc 100644 --- a/mail/postfix26/Makefile +++ b/mail/postfix26/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" diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index 78e92fc2e00f..aef05ece9ccc 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/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" 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" |