pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ghc7 current bootstrap binary kit for SmartOS is ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b16ba5b3d02a
branches:  trunk
changeset: 639821:b16ba5b3d02a
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Sep 26 07:00:50 2014 +0000

description:
current bootstrap binary kit for SmartOS is built with ncurses5

diffstat:

 lang/ghc7/bootstrap.mk |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r d4489b5646ae -r b16ba5b3d02a lang/ghc7/bootstrap.mk
--- a/lang/ghc7/bootstrap.mk    Fri Sep 26 03:25:22 2014 +0000
+++ b/lang/ghc7/bootstrap.mk    Fri Sep 26 07:00:50 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bootstrap.mk,v 1.10 2014/05/21 16:07:59 jperkin Exp $
+# $NetBSD: bootstrap.mk,v 1.11 2014/09/26 07:00:50 obache Exp $
 # -----------------------------------------------------------------------------
 # Select a bindist of bootstrapping compiler based on a per-platform
 # basis.
@@ -40,6 +40,11 @@
 PKG_FAIL_REASON+=      "internal error: unsupported platform"
 .endif
 
+# current bootstrap binary kit for SmartOS is built with ncurses5
+.if !empty(MACHINE_PLATFORM:MSunOS-5.11-*) && !empty(OS_VARIANT:U:MSmartOS)
+BUILD_DEPENDS+=        ncurses>=5.0:../../devel/ncurses
+.endif
+
 BOOT_TARBALL=  ${BOOT_ARCHIVE:C/\.xz$//}
 
 



Home | Main Index | Thread Index | Old Index