pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/bison



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat Oct 30 07:46:10 UTC 2021

Modified Files:
        pkgsrc/devel/bison: options.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/bison/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/bison/options.mk
diff -u pkgsrc/devel/bison/options.mk:1.4 pkgsrc/devel/bison/options.mk:1.5
--- pkgsrc/devel/bison/options.mk:1.4   Fri Jan  3 19:23:27 2020
+++ pkgsrc/devel/bison/options.mk       Sat Oct 30 07:46:10 2021
@@ -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