diff options
author | steve <steve@FreeBSD.org> | 1999-07-05 05:25:05 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-07-05 05:25:05 +0800 |
commit | 3d7aac0818e30819eb37232804a3a3ef7dfaa093 (patch) | |
tree | ffc7824e1b9f21e2563bf584ee59ca2317e46b9e /mail | |
parent | aa0af6be1972a7d856470acd7b5a0242ae1555ac (diff) | |
download | freebsd-ports-gnome-3d7aac0818e30819eb37232804a3a3ef7dfaa093.tar.gz freebsd-ports-gnome-3d7aac0818e30819eb37232804a3a3ef7dfaa093.tar.zst freebsd-ports-gnome-3d7aac0818e30819eb37232804a3a3ef7dfaa093.zip |
Mark this port broken for Alpha because it coredumps in sgmls.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/Makefile | 6 | ||||
-rw-r--r-- | mail/mutt/Makefile | 6 | ||||
-rw-r--r-- | mail/mutt14/Makefile | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 44007dca1413..67ef8e2b5917 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -4,7 +4,7 @@ # Date created: Thur July 25, 1996 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.60 1999/05/26 07:02:03 obrien Exp $ +# $Id: Makefile,v 1.61 1999/06/23 06:29:13 obrien Exp $ DISTNAME= mutt-0.95.6i PKGNAME= mutt-0.95.6 @@ -28,6 +28,10 @@ PATCHFILES= MAINTAINER= obrien@FreeBSD.org +.if ${MACHINE_ARCH} == "alpha" +BROKEN= coredump in sgmls +.endif + .if defined(BATCH) LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell \ diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 44007dca1413..67ef8e2b5917 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -4,7 +4,7 @@ # Date created: Thur July 25, 1996 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.60 1999/05/26 07:02:03 obrien Exp $ +# $Id: Makefile,v 1.61 1999/06/23 06:29:13 obrien Exp $ DISTNAME= mutt-0.95.6i PKGNAME= mutt-0.95.6 @@ -28,6 +28,10 @@ PATCHFILES= MAINTAINER= obrien@FreeBSD.org +.if ${MACHINE_ARCH} == "alpha" +BROKEN= coredump in sgmls +.endif + .if defined(BATCH) LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell \ diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 44007dca1413..67ef8e2b5917 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -4,7 +4,7 @@ # Date created: Thur July 25, 1996 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.60 1999/05/26 07:02:03 obrien Exp $ +# $Id: Makefile,v 1.61 1999/06/23 06:29:13 obrien Exp $ DISTNAME= mutt-0.95.6i PKGNAME= mutt-0.95.6 @@ -28,6 +28,10 @@ PATCHFILES= MAINTAINER= obrien@FreeBSD.org +.if ${MACHINE_ARCH} == "alpha" +BROKEN= coredump in sgmls +.endif + .if defined(BATCH) LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell \ |