pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms NOT_FOR_PLATFORM->BROKEN_ON_PLATFORM as requeste...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b488c52e5ed1
branches:  trunk
changeset: 648638:b488c52e5ed1
user:      jnemeth <jnemeth%pkgsrc.org@localhost>
date:      Sun Mar 15 22:26:26 2015 +0000

description:
NOT_FOR_PLATFORM->BROKEN_ON_PLATFORM as requested by dholland@

diffstat:

 comms/asterisk/Makefile   |  4 ++--
 comms/asterisk10/Makefile |  4 ++--
 comms/asterisk18/Makefile |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 48f4526c99c0 -r b488c52e5ed1 comms/asterisk/Makefile
--- a/comms/asterisk/Makefile   Sun Mar 15 21:41:46 2015 +0000
+++ b/comms/asterisk/Makefile   Sun Mar 15 22:26:26 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.118 2015/01/29 21:54:33 jnemeth Exp $
+# $NetBSD: Makefile,v 1.119 2015/03/15 22:26:26 jnemeth Exp $
 #
 # NOTE: when updating this package, there are two places that sound
 #       tarballs need to be checked
@@ -19,7 +19,7 @@
 MAKE_JOBS_SAFE=        NO
 
 # known to have issues on i386, block the package until the bug is fixed
-NOT_FOR_PLATFORM=      NetBSD-*-i386
+BROKEN_ON_PLATFORM=    NetBSD-*-i386
 
 CONFLICTS+=    asterisk-sounds-extra-[0-9]*
 
diff -r 48f4526c99c0 -r b488c52e5ed1 comms/asterisk10/Makefile
--- a/comms/asterisk10/Makefile Sun Mar 15 21:41:46 2015 +0000
+++ b/comms/asterisk10/Makefile Sun Mar 15 22:26:26 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2015/01/29 21:52:28 jnemeth Exp $
+# $NetBSD: Makefile,v 1.63 2015/03/15 22:26:26 jnemeth Exp $
 #
 # NOTE: when updating this package, there are two places that sound
 #       tarballs need to be checked
@@ -19,7 +19,7 @@
 LICENSE=       gnu-gpl-v2
 
 # known to have issues on i386, block the package until the bug is fixed
-NOT_FOR_PLATFORM=      NetBSD-*-i386
+BROKEN_ON_PLATFORM=    NetBSD-*-i386
 
 CONFLICTS+=    asterisk-sounds-extra-[0-9]*
 
diff -r 48f4526c99c0 -r b488c52e5ed1 comms/asterisk18/Makefile
--- a/comms/asterisk18/Makefile Sun Mar 15 21:41:46 2015 +0000
+++ b/comms/asterisk18/Makefile Sun Mar 15 22:26:26 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2015/01/29 21:48:07 jnemeth Exp $
+# $NetBSD: Makefile,v 1.92 2015/03/15 22:26:26 jnemeth Exp $
 #
 # NOTE: when updating this package, there are two places that sound
 #       tarballs need to be checked
@@ -18,7 +18,7 @@
 LICENSE=       gnu-gpl-v2
 
 # known to have issues on i386, block the package until the bug is fixed
-NOT_FOR_PLATFORM=      NetBSD-*-i386
+BROKEN_ON_PLATFORM=    NetBSD-*-i386
 
 CONFLICTS+=    asterisk-sounds-extra-[0-9]*
 



Home | Main Index | Thread Index | Old Index