mg: remove redundant include

2015-06-21 Thread Brian Callahan
Hi -- Kill a redundant include as chrdef.h is included in def.h OK? ~Brian Index: extend.c === RCS file: /cvs/src/usr.bin/mg/extend.c,v retrieving revision 1.62 diff -u -p -r1.62 extend.c --- extend.c12 Apr 2015 21:42:18 -

Re: patch/ mg(1) include for struct timespec

2015-06-21 Thread Brian Callahan
On 06/21/15 21:21, Anthony J. Bentley wrote: > Brian Callahan writes: >> >> >> On 06/21/15 19:56, Kamil Rytarowski wrote: >>> On 22.06.2015 01:55, Brian Callahan wrote: This is quite obviously the wrong place to put any headers. >>> >>> It's odd, otherwise then the code should be refact

Re: patch/ mg(1) include for struct timespec

2015-06-21 Thread Anthony J. Bentley
Brian Callahan writes: > > > On 06/21/15 19:56, Kamil Rytarowski wrote: > > On 22.06.2015 01:55, Brian Callahan wrote: > >> This is quite obviously the wrong place to put any headers. > >> > > > > It's odd, otherwise then the code should be refactored and the following > > struct perhaps moved a

Re: patch/ mg(1) include for struct timespec

2015-06-21 Thread Brian Callahan
On 06/21/15 19:56, Kamil Rytarowski wrote: > On 22.06.2015 01:55, Brian Callahan wrote: >> This is quite obviously the wrong place to put any headers. >> > > It's odd, otherwise then the code should be refactored and the following > struct perhaps moved away, together with struct buffer? > > /*

Re: patch/ mg(1) include for struct timespec

2015-06-21 Thread Kamil Rytarowski
On 22.06.2015 01:55, Brian Callahan wrote: > This is quite obviously the wrong place to put any headers. > It's odd, otherwise then the code should be refactored and the following struct perhaps moved away, together with struct buffer? /* * Previously from sysdef.h * Only used in struct buffer

Re: patch/ mg(1) include for struct timespec

2015-06-21 Thread Brian Callahan
This is quite obviously the wrong place to put any headers. On 06/21/15 19:41, Kamil Rytarowski wrote: > Caught on NetBSD. > > Index: def.h > === > > RCS file: /cvs/src/usr.bin/mg/def.h,v > retrieving revision 1.147 diff -u -r1.147

patch/ mg(1) include for struct timespec

2015-06-21 Thread Kamil Rytarowski
Caught on NetBSD. Index: def.h === RCS file: /cvs/src/usr.bin/mg/def.h,v retrieving revision 1.147 diff -u -r1.147 def.h --- def.h 3 Jun 2015 23:40:01 - 1.147 +++ def.h 21 Jun 2015 23:43:23 - @@ -10,6 +10,8 @

Re: freetype-2.6

2015-06-21 Thread Matthieu Herrb
On Sat, Jun 20, 2015 at 09:26:25PM +0200, David Coppa wrote: > On Sat, Jun 20, 2015 at 12:24 PM, Matthieu Herrb wrote: > > On Wed, Jun 17, 2015 at 04:34:15AM -0600, David Coppa wrote: > >> > >> Hi all, > >> > >> Here's an update to freetype-2.6 > >> > >> I'd like to have it in a ports bulk build.

Re: httpd rewrites with Lua's pattern matching

2015-06-21 Thread Reyk Floeter
On Sat, Jun 20, 2015 at 03:01:18PM +0200, Reyk Floeter wrote: > Hi, > > there is some great interest in getting support for rewrites and > better matching in httpd. I refused to implement this using regex, as > regex is extremely complicated code, there have been lots of bugs, > they allow, if no