Re: [Mlt-devel] Some patches from FreeBSD

2012-09-16 Thread Alberto Villa
On Sun, Sep 16, 2012 at 8:55 PM, Dan Dennedy wrote: > This is done now. Thank you. -- Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla -- Everyone hates slow websites. So do we. Make your web apps fas

Re: [Mlt-devel] Some patches from FreeBSD

2012-09-16 Thread Dan Dennedy
On Thu, Sep 13, 2012 at 2:06 PM, Alberto Villa wrote: > On Thu, Sep 13, 2012 at 10:11 PM, Dan Dennedy wrote: >> doh, of course, this is sh script. So, that won't work. I suppose it >> is not OK to assume HAVE_SYS_PARAM_H on FreeBSD? > > It looks like it's been there since the beginning - > > r154

Re: [Mlt-devel] Some patches from FreeBSD

2012-09-13 Thread Alberto Villa
On Thu, Sep 13, 2012 at 10:11 PM, Dan Dennedy wrote: > doh, of course, this is sh script. So, that won't work. I suppose it > is not OK to assume HAVE_SYS_PARAM_H on FreeBSD? It looks like it's been there since the beginning - r1541 | rgrimes | 1994-05-24 12:09:53 +0200 (Tue, 24 May 1994) | 2 li

Re: [Mlt-devel] Some patches from FreeBSD

2012-09-13 Thread Dan Dennedy
On Thu, Sep 13, 2012 at 12:51 PM, Alberto Villa wrote: > On Thu, Sep 13, 2012 at 7:07 AM, Dan Dennedy wrote: >> That was a question if it was not clear. Looks good to me, but I >> really feel I need your approval on the below. > > It was clear, sorry, I just had no time to reply. > >>> +

Re: [Mlt-devel] Some patches from FreeBSD

2012-09-13 Thread Alberto Villa
On Thu, Sep 13, 2012 at 7:07 AM, Dan Dennedy wrote: > That was a question if it was not clear. Looks good to me, but I > really feel I need your approval on the below. It was clear, sorry, I just had no time to reply. >> + ifdef HAVE_SYS_PARAM_H >> + echo "CFL

Re: [Mlt-devel] Some patches from FreeBSD

2012-09-12 Thread Dan Dennedy
On Sun, Sep 9, 2012 at 10:15 AM, Dan Dennedy wrote: > On Sun, Sep 9, 2012 at 2:36 AM, Alberto Villa wrote: >> On Sun, Sep 9, 2012 at 4:56 AM, Dan Dennedy wrote: patch-src__modules__kdenlive__Makefile: it is needed to make src/framework/mlt_property.h include sys/param.h and define

Re: [Mlt-devel] Some patches from FreeBSD

2012-09-09 Thread Dan Dennedy
On Sun, Sep 9, 2012 at 2:36 AM, Alberto Villa wrote: > On Sun, Sep 9, 2012 at 4:56 AM, Dan Dennedy wrote: >>> patch-src__modules__kdenlive__Makefile: >>> it is needed to make src/framework/mlt_property.h include sys/param.h >>> and define __FreeBSD_version while building the Kdenlive module (so >

Re: [Mlt-devel] Some patches from FreeBSD

2012-09-09 Thread Alberto Villa
On Sun, Sep 9, 2012 at 4:56 AM, Dan Dennedy wrote: >> patch-src__modules__kdenlive__Makefile: >> it is needed to make src/framework/mlt_property.h include sys/param.h >> and define __FreeBSD_version while building the Kdenlive module (so >> that xlocale.h is correctly included, when available). It

Re: [Mlt-devel] Some patches from FreeBSD

2012-09-08 Thread Dan Dennedy
On Mon, Sep 3, 2012 at 5:02 PM, Alberto Villa wrote: > Hi Dan and list! > > I'm attaching some patches to improve FreeBSD support. thank you for the contribution > > patch-src__framework__mlt_property.h: > xlocale was backported to 9-STABLE. ok > patch-src__modules__kdenlive__Makefile: > it is

[Mlt-devel] Some patches from FreeBSD

2012-09-03 Thread Alberto Villa
Hi Dan and list! I'm attaching some patches to improve FreeBSD support. patch-src__framework__mlt_property.h: xlocale was backported to 9-STABLE. patch-src__modules__kdenlive__Makefile: it is needed to make src/framework/mlt_property.h include sys/param.h and define __FreeBSD_version while build