diff options
author | flz <flz@FreeBSD.org> | 2005-04-15 12:39:47 +0000 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-04-15 12:39:47 +0000 |
commit | 53348590eb1f056b49a95d89ac3e9f79c82a7e70 (patch) | |
tree | 8745254196caae3018597195f039a6b7de9862ac /irc | |
parent | f21bb410492337fcd298b5e985f4d25f7cf63194 (diff) | |
download | FreeBSD-ports-53348590eb1f056b49a95d89ac3e9f79c82a7e70.zip FreeBSD-ports-53348590eb1f056b49a95d89ac3e9f79c82a7e70.tar.gz |
- Mark BROKEN on ia64.
PR: ports/79936
Submitted by: maintainer
Diffstat (limited to 'irc')
-rw-r--r-- | irc/riece-emacs21/Makefile | 8 | ||||
-rw-r--r-- | irc/riece/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/irc/riece-emacs21/Makefile b/irc/riece-emacs21/Makefile index d2c8cf4..997210a 100644 --- a/irc/riece-emacs21/Makefile +++ b/irc/riece-emacs21/Makefile @@ -23,7 +23,13 @@ USE_GMAKE= yes INFO= riece-en riece-ja +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" +BROKEN= "Byte compile fails on ia64. It is probably bug of emacs, not of riece. See ports/75832." +.endif + post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/irc/riece/Makefile b/irc/riece/Makefile index d2c8cf4..997210a 100644 --- a/irc/riece/Makefile +++ b/irc/riece/Makefile @@ -23,7 +23,13 @@ USE_GMAKE= yes INFO= riece-en riece-ja +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" +BROKEN= "Byte compile fails on ia64. It is probably bug of emacs, not of riece. See ports/75832." +.endif + post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |