On Mon, Sep 08, 2014 at 08:14:00PM +0400, Vadim Zhukov wrote:
> From compile output:
> 
> 1) Hidden/broken dependency? See the devel/libexecinfo port for details.
> <stdin>:1:22: error: execinfo.h: No such file or directory
Well, no. It is not a mandatory dependency, but only required for
printing backtraces on crashes.
> 2) Needs patching (32-bit archs won't be happy otherwise):
> util.c:37: warning: format '%lu' expects type 'long unsigned int', but
> argument 3 has type 'time_t'
> dwbem.c:856: warning: format '%lu' expects type 'long unsigned int',
> but argument 4 has type 'time_t'
Done.

> 3) It looks like pick up a real issue here. But I didn't dig deep,
> maybe, it's guaranteed that there won't be more than 512 bytes of
> data... Please check.
I didn't bother to check, but it can't hurt to simply replace it
with the safer alternative. Done.

> Also, please clean up the DESCR: capitalize "gtk", shrink the "web
> browser based on the webkit web browser engine" phrase and so on.
Is this better?

"dwb is a lightweight web browser using webkit and the GTK toolkit.
It is highly customizable and can be easily configured through a web
interface.
The user interface is mostly keyboard driven,
inspired by firefox's vimperator plugin."


Updated port attached.

Attachment: dwb.tar.gz
Description: application/tar-gz

Reply via email to