Re: 'make fix-permissions' directory ownership (PORTS_PRIVSEP)

2020-11-01 Thread Ricky Cintron
l just continue adjusting things manually after running 'make fix-permissions'. ‐‐‐ Original Message ‐‐‐ On Sunday, November 1, 2020 8:51 AM, Marc Espie wrote: > On Wed, Oct 28, 2020 at 08:07:34PM +, Ricky Cintron wrote: > > > While setting up the ports tree on my syste

'make fix-permissions' directory ownership (PORTS_PRIVSEP)

2020-10-28 Thread Ricky Cintron
While setting up the ports tree on my system with PORTS_PRIVSEP enabled, and after running 'doas make fix-permissions', I noticed that out of the six affected directories under /usr/ports/ (bulk, distfiles, packages, plist, pobj, update), both bulk and update were still owned by root. Looking at in

[UPDATE] x11/bspwm 0.9.9 -> 0.9.10

2020-10-27 Thread Ricky Cintron
Update x11/bspwm from version 0.9.9 to 0.9.10. Like the x11/sxhkd update, this is a simple update. However, I'd like to propose the removal of the following patch: patch-examples_bspwmrc. It doesn't seem necessary, and the change it applies would need to be undone in order to use a properly instal

[UPDATE] x11/sxhkd 0.6.1 -> 0.6.2

2020-10-27 Thread Ricky Cintron
Update x11/sxhkd from version 0.6.1 to 0.6.2. Index: Makefile === RCS file: /cvs/ports/x11/sxhkd/Makefile,v retrieving revision 1.3 diff -u -p -u -r1.3 Makefile --- Makefile1 Sep 2019 14:01:08 - 1.3 +++ Makefile27 Oc

Re: lang/lua: strftime conversion specifier support

2017-01-22 Thread Ricky Cintron
t 4:57 PM, Jonathan Gray wrote: > > On Sun, Jan 22, 2017 at 02:53:15AM -0600, Ricky Cintron wrote: >> Hello all, >> >> Apologies if I???m mistaken, but it appears that the Lua packages are built >> with the default conversion specifiers for strftime, which are defin

lang/lua: strftime conversion specifier support

2017-01-22 Thread Ricky Cintron
Hello all, Apologies if I’m mistaken, but it appears that the Lua packages are built with the default conversion specifiers for strftime, which are defined in loslib.c (if I searched correctly). Unfortunately these do not include %l, %k, %s, %v an %+, which are supported by OpenBSD’s strftime.