pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/bison TODO: avoid suggesting nls on macOS/x86_64...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce9b897d39f8
branches:  trunk
changeset: 768682:ce9b897d39f8
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Oct 30 07:46:10 2021 +0000

description:
TODO: avoid suggesting nls on macOS/x86_64 versions where bison will crash.
Seems like that might be just 11.6?

diffstat:

 devel/bison/options.mk |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r d6fbc8c9c016 -r ce9b897d39f8 devel/bison/options.mk
--- a/devel/bison/options.mk    Sat Oct 30 07:46:06 2021 +0000
+++ b/devel/bison/options.mk    Sat Oct 30 07:46:10 2021 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: options.mk,v 1.4 2020/01/03 19:23:27 jperkin Exp $
+# $NetBSD: options.mk,v 1.5 2021/10/30 07:46:10 schmonz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.bison
 PKG_SUPPORTED_OPTIONS= nls
-PKG_SUGGESTED_OPTIONS= nls
+# TODO: avoid suggesting nls on macOS/x86_64 versions where bison will crash
+# schmonz reports 11.6 crashes, earlier likely doesn't, 12.0.1 doesn't
+PKG_SUGGESTED_OPTIONS=  nls
 
 PLIST_VARS+=           nls
 



Home | Main Index | Thread Index | Old Index