From cbacf4f486ff7eb182f870dbf6e94f2c7fdb7bed Mon Sep 17 00:00:00 2001 From: jnemeth Date: Sun, 16 Jun 2013 22:10:13 +0000 Subject: Asterisk is known to fail on 32-bit systems, specifically i386. Mark it as such until the bug is found and fixed. --- comms/asterisk/Makefile | 5 ++++- comms/asterisk10/Makefile | 5 ++++- comms/asterisk18/Makefile | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index e0bcecb8b45..42e8e25bf6b 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.93 2013/06/14 04:26:55 jnemeth Exp $ +# $NetBSD: Makefile,v 1.94 2013/06/16 22:10:13 jnemeth Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked @@ -18,6 +18,9 @@ HOMEPAGE= http://www.asterisk.org/ COMMENT= The Asterisk Software PBX LICENSE= gnu-gpl-v2 +# known to have issues on i386, block the package until the bug is fixed +NOT_FOR_PLATFORM= NetBSD-*-i386 + CONFLICTS+= asterisk-sounds-extra-[0-9]* .include "../../mk/bsd.prefs.mk" diff --git a/comms/asterisk10/Makefile b/comms/asterisk10/Makefile index 8239ff669ad..1fcc1fe6ec5 100644 --- a/comms/asterisk10/Makefile +++ b/comms/asterisk10/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2013/06/14 23:53:03 jnemeth Exp $ +# $NetBSD: Makefile,v 1.50 2013/06/16 22:10:13 jnemeth Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked @@ -18,6 +18,9 @@ HOMEPAGE= http://www.asterisk.org/ COMMENT= The Asterisk Software PBX LICENSE= gnu-gpl-v2 +# known to have issues on i386, block the package until the bug is fixed +NOT_FOR_PLATFORM= NetBSD-*-i386 + CONFLICTS+= asterisk-sounds-extra-[0-9]* .include "../../mk/bsd.prefs.mk" diff --git a/comms/asterisk18/Makefile b/comms/asterisk18/Makefile index f4fb5a6c1ab..b338447e45a 100644 --- a/comms/asterisk18/Makefile +++ b/comms/asterisk18/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2013/06/15 20:51:10 jnemeth Exp $ +# $NetBSD: Makefile,v 1.70 2013/06/16 22:10:13 jnemeth Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked @@ -18,6 +18,9 @@ HOMEPAGE= http://www.asterisk.org/ COMMENT= The Asterisk Software PBX LICENSE= gnu-gpl-v2 +# known to have issues on i386, block the package until the bug is fixed +NOT_FOR_PLATFORM= NetBSD-*-i386 + CONFLICTS+= asterisk-sounds-extra-[0-9]* .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3