pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/bash



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Fri Oct 25 12:36:50 UTC 2019

Modified Files:
        pkgsrc/shells/bash: options.mk

Log Message:
bash: make nls option enabled by default


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/shells/bash/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/shells/bash/options.mk
diff -u pkgsrc/shells/bash/options.mk:1.1 pkgsrc/shells/bash/options.mk:1.2
--- pkgsrc/shells/bash/options.mk:1.1   Thu Oct 24 11:53:13 2019
+++ pkgsrc/shells/bash/options.mk       Fri Oct 25 12:36:50 2019
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2019/10/24 11:53:13 triaxx Exp $
+# $NetBSD: options.mk,v 1.2 2019/10/25 12:36:50 triaxx Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.bash
 PKG_SUPPORTED_OPTIONS= nls
+PKG_SUGGESTED_OPTIONS= nls
 
 PLIST_VARS+=           nls
 



Home | Main Index | Thread Index | Old Index