[UPDATE] Scrotwm-0.10.0

2012-01-11 Thread Gonzalo L. R.
Update of scrotwm to 0.10.0 with a lot of bugs fix and new keyboard mapping option. Ok? -- Sending from my Computer. Index: Makefile === RCS file: /cvs/ports/x11/scrotwm/Makefile,v retrieving revision 1.33 diff -u -p -r1.33 Makefi

Re: [UPDATE] Scrotwm-0.10.0

2012-01-11 Thread Lawrence Teo
Works for me on i386. For those who are interested in testing, the full release notes have been posted here: https://opensource.conformal.com/fluxbb/viewtopic.php?id=318 Lawrence On Wed, Jan 11, 2012 at 05:53:47PM -0300, Gonzalo L. R. wrote: > Update of scrotwm to 0.10.0 with a lot of bugs fix

Re: [UPDATE] Scrotwm-0.10.0

2012-01-11 Thread Anders Langworthy
On Wed, Jan 11, 2012 at 05:53:47PM -0300, Gonzalo L. R. wrote: > Update of scrotwm to 0.10.0 with a lot of bugs fix and new keyboard > mapping option. > > Ok? Works fine for me on i386.

Re: [UPDATE] Scrotwm-0.10.0

2012-01-12 Thread Daniel Bolgheroni
On Wed, Jan 11, 2012 at 05:53:47PM -0300, Gonzalo L. R. wrote: > Update of scrotwm to 0.10.0 with a lot of bugs fix and new keyboard > mapping option. > > Ok? Nice. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.

Re: [UPDATE] Scrotwm-0.10.0

2012-01-12 Thread Stuart Henderson
In gmane.os.openbsd.ports, you wrote: > This is a multi-part message in MIME format. > --030001020302030605060308 > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > Content-Transfer-Encoding: 7bit > > Update of scrotwm to 0.10.0 with a lot of bugs fix and new keyboard > ma

Re: [UPDATE] Scrotwm-0.10.0

2012-01-12 Thread Kristaps Dzonsons
The non-english manpages are broken, all the non-ascii characters get stripped when you view them. These should either be fixed or disabled. Check output in e.g. "man -m /usr/local/man/es scrotwm". You probably want to build them with nroff for now, as was done with the (commented-out) Russian ma

Re: [UPDATE] Scrotwm-0.10.0

2012-01-12 Thread Ingo Schwarze
Hi, Kristaps Dzonsons wrote on Thu, Jan 12, 2012 at 02:55:42PM +0100: > Stuart Henderson wrote: >> The non-english manpages are broken, all the non-ascii characters get >> stripped when you view them. These should either be fixed or disabled. >> Check output in e.g. "man -m /usr/local/man/es scro

Re: [UPDATE] Scrotwm-0.10.0

2012-01-14 Thread Stuart Henderson
On 2012-01-13, Ingo Schwarze wrote: >>> mandoc will warn you about manpage problems if you build with >>> 'make WARNINGS=yes' (or add WARNINGS=yes to mk.conf). I would suggest >>> that porters set this, it gives a good early indication when manpages >>> need further investigation. > > Sure; howeve