pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ghc7 Use BROKEN_EXCEPT_ON_PLATFORM instead of ONL...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b92a3cc6611
branches:  trunk
changeset: 646571:6b92a3cc6611
user:      pho <pho%pkgsrc.org@localhost>
date:      Wed Feb 11 13:38:42 2015 +0000

description:
Use BROKEN_EXCEPT_ON_PLATFORM instead of ONLY_FOR_PLATFORM because it's merely broken on unlisted platforms, not inappropriate

diffstat:

 lang/ghc7/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d73522ba3bff -r 6b92a3cc6611 lang/ghc7/Makefile
--- a/lang/ghc7/Makefile        Wed Feb 11 13:33:16 2015 +0000
+++ b/lang/ghc7/Makefile        Wed Feb 11 13:38:42 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2015/02/11 07:47:16 pho Exp $
+# $NetBSD: Makefile,v 1.16 2015/02/11 13:38:42 pho Exp $
 # -----------------------------------------------------------------------------
 # Package metadata
 #
@@ -20,7 +20,7 @@
 # possible. So we have to prepare stripped-down binaries sufficient to
 # bootstrap compilers for each platforms. If you want to build them
 # yourself, follow an instruction in the ./TODO file.
-ONLY_FOR_PLATFORM= \
+BROKEN_EXCEPT_ON_PLATFORM+= \
        Darwin-*-powerpc \
        FreeBSD-*-i386 \
        Linux-*-x86_64 \



Home | Main Index | Thread Index | Old Index