CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2018/03/22 17:15:29
Modified files:
productivity/calcurse: Makefile
Added files:
productivity/calcurse/patches: patch-src_calcurse_h
Log message:
In calcurse 4.3.0, the strftime(3) format string to display dates in
calendar was changed to '%B %-d, %Y'.
The %-* format string is a GNU libc extension which we don't support,
resulting in dates being displayed like 'March -d, 2018' instead of
showing the day of the month as a decimal number.
Switch to using the %d format string instead.
OK naddy@, jca@