switch Xorg protos to xorgproto 2018.4

2019-02-10 Thread Matthieu Herrb
Hi, I've recently imported xorgproto 2018.4 in xenocara. This is a package the unifies all the previous *proto packages from X.Org (except xcb-proto which is special), and enabled it yesterday. I had to revert that last commit since it is suspected to be the cause for this regression mentionned

xtsscale - use abs() for integers

2019-02-10 Thread Matthieu Herrb
Noticed by clang warning. ok ? Index: xtsscale.c === RCS file: /cvs/OpenBSD/xenocara/app/xtsscale/xtsscale.c,v retrieving revision 1.23 diff -u -r1.23 xtsscale.c --- xtsscale.c 6 Mar 2012 23:24:37 - 1.23 +++ xtsscale.c

Re: install(1) broken

2019-02-10 Thread Ted Unangst
Marc Espie wrote: > Something similar to this perhaps ? > Not fully tested yet, but it should avoid the race of trying to > unlink tempfile several times, and also fix the file name in error messages. That's probably better.

Re: spelling correction

2019-02-10 Thread Sebastian Benoit
Peter Hessler(phess...@theapt.org) on 2019.02.10 17:27:09 +0100: > $ grep -c nonexistant /usr/share/dict/words > 0 > $ grep -c nonexistent /usr/share/dict/words > 2 > > OK > > or if someone else wants to give me an OK I can commit this. ok. I have checked that /usr/share/man/nonexistent does

Re: spelling correction

2019-02-10 Thread Peter Hessler
$ grep -c nonexistant /usr/share/dict/words 0 $ grep -c nonexistent /usr/share/dict/words 2 OK or if someone else wants to give me an OK I can commit this. On 2019 Feb 10 (Sun) at 11:13:04 -0500 (-0500), Pamela Mosiejczuk wrote: :Hi, :I noticed "non-existant" crop up in an error message and

Re: install(1) broken

2019-02-10 Thread Marc Espie
Something similar to this perhaps ? Not fully tested yet, but it should avoid the race of trying to unlink tempfile several times, and also fix the file name in error messages. Index: xinstall.c === RCS file:

Teach clang that long double == double on powerpc

2019-02-10 Thread Mark Kettenis
On OpenBSD/powerpc long double is the same as double. The diff below (from George Koehler for ports llvm) makes it so. ok? Index: gnu/llvm/tools/clang/lib/Basic/Targets/PPC.h === RCS file:

Re: httpd logging X509 cert subject when CA option is used.

2019-02-10 Thread Sebastian Benoit
Karel Gardas(gard...@gmail.com) on 2019.02.10 14:18:00 +0100: > > Any issues with the patch now? no, i just lost track of it. commited, thanks! > Anything I shall improve to get that > into acceptable/comitable state? > > Thanks, > Karel > > On Fri, 1 Feb 2019 17:48:46 +0100 > Karel Gardas

Re: httpd logging X509 cert subject when CA option is used.

2019-02-10 Thread Karel Gardas
Any issues with the patch now? Anything I shall improve to get that into acceptable/comitable state? Thanks, Karel On Fri, 1 Feb 2019 17:48:46 +0100 Karel Gardas wrote: > On Fri, 1 Feb 2019 16:53:14 +0100 > Sebastian Benoit wrote: > > > > + if (clt->clt_remote_user == NULL && > > >

Re: install(1) broken

2019-02-10 Thread Marc Espie
On Sat, Feb 09, 2019 at 05:23:09PM -0500, Ted Unangst wrote: > Marc Espie wrote: > > hey, your commit to install(1) broke something. > > > > Specifically lang/go-boostrap now produces a broken package which can't > > be used to build go. > > > > All the go/bootstrap/pkg/tool/openbsd_amd64/* > >