CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/02/05 14:22:17
Modified files:
security/pcsc-lite: Makefile
Added files:
security/pcsc-lite/patches: patch-src_debug_c
patch-src_debuglog_c
Log message:
Disable colors by default
"pcscd --debug" prints dark blue lines background, rendering them unreadable
on dark background. The daemon has "-T" to enforce colored output, but no
switch to disable colors on TTYs.
Disable all detection logic such that "-T" is the only way to get colors.
OK sthen