aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-04-01 13:16:19 +0800
committerlinimon <linimon@FreeBSD.org>2010-04-01 13:16:19 +0800
commitda8f0853adae8aab3297cf3b94ab0872013558e2 (patch)
treee379b79fc9599ab2ffed8b3205c51b8669e842fb /mail
parentbb38fa1017be9dbd2be5987793912f413376ed2b (diff)
downloadfreebsd-ports-gnome-da8f0853adae8aab3297cf3b94ab0872013558e2.tar.gz
freebsd-ports-gnome-da8f0853adae8aab3297cf3b94ab0872013558e2.tar.zst
freebsd-ports-gnome-da8f0853adae8aab3297cf3b94ab0872013558e2.zip
Mark various ports as broken or ignore on powerpc.
While here, remove remnants of alpha.
Diffstat (limited to 'mail')
-rw-r--r--mail/smtp-gated/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/smtp-gated/Makefile b/mail/smtp-gated/Makefile
index 1e8035fa929d..9d78762cc38c 100644
--- a/mail/smtp-gated/Makefile
+++ b/mail/smtp-gated/Makefile
@@ -26,6 +26,10 @@ MAN8= smtp-gated.8
.include <bsd.port.pre.mk>
+.if ${ARCH} == "powerpc"
+BROKEN= Does not compile on powerpc: cannot determine endianness
+.endif
+
post-patch:
${REINPLACE_CMD} -e 's,install-man: install-man5 install-man8 install-manh,install-man: install-man5 install-man8,' ${WRKSRC}/doc/Makefile.in