pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/mc



Module Name:    pkgsrc
Committed By:   cheusov
Date:           Mon Jul  1 14:06:29 UTC 2024

Modified Files:
        pkgsrc/sysutils/mc: options.mk

Log Message:
Add PRINT_PLIST_AWK for improving print-PLIST output


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/mc/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/sysutils/mc/options.mk
diff -u pkgsrc/sysutils/mc/options.mk:1.21 pkgsrc/sysutils/mc/options.mk:1.22
--- pkgsrc/sysutils/mc/options.mk:1.21  Sat Jun 15 20:48:03 2024
+++ pkgsrc/sysutils/mc/options.mk       Mon Jul  1 14:06:29 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.21 2024/06/15 20:48:03 cheusov Exp $
+# $NetBSD: options.mk,v 1.22 2024/07/01 14:06:29 cheusov Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.mc
 PKG_OPTIONS_REQUIRED_GROUPS=   screen
@@ -11,6 +11,7 @@ PKG_SUGGESTED_OPTIONS=                mc-charset slang
 ### The charset option enables input/display support for various 8-bit
 ### codepages, chooseable at runtime.
 PLIST_VARS+=           mc-charset
+PRINT_PLIST_AWK+=      /mc[.]charsets$$/ { $$0 = "$${PLIST.mc-charset}" $$00}
 .if !empty(PKG_OPTIONS:Mmc-charset)
 CONFIGURE_ARGS+=       --enable-charset
 PLIST.mc-charset=      yes



Home | Main Index | Thread Index | Old Index