Leonardo Taccari <iaml...@gmail.com> wrote:
> Hello Daniel and the entire vimb community!
> 
> Daniel Carl writes:
> > It's time for another vimb release with some improvements and bugfixes. 
> > [...]
> That's a great news! :)
> 
> > I don't have a FreeBSD machine so I ask you to check if the current master
> > compiles on FreeBSD and the other BSD derivates too. If not, we have to 
> > spent
> > some more time to fix it.
> I have just tested it on NetBSD/amd64 -current (7.99.24) and
> pkgsrc-current and not noted any regression.
Does the pkgsrc-current use the master branch?
 
> While here a very small tip, I think that you can simplify
> PROJECT_UCFIRST variable in config.mk AWK one-liner with just tr(1),
> e.g.:
> 
>  tr '[:lower:]' '[:upper:]'
The tr will change the case for all chars in the string 'vimb', but the awk
mess turns only the first char to upper case 'vimb' -> 'Vimb'. But I'll
simplify this for the webkit2 branch and remove the PROJECT in favor to use
'vimb' or 'Vimb' directly.

daniel

------------------------------------------------------------------------------
_______________________________________________
vimb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vimb-users

Reply via email to