2015-07-18 9:31 GMT+03:00 Dmitrij D. Czarkoff <[email protected]>:
> Hi!
>
> The attached www/surf2 port is for "surf2" branch of surf web browser.
> It uses www/webkitgtk4 instead of www/webkit, which makes it usable with
> several websites that are problematic for mainline surf.
>
> Comments? OKs?
In addition to what did Joerg wrote; in patch-config_mk:
+LIBS = -pthread ${GTKLIB}
Is -pthread ever needed? At least webkit will link in -lpthread, and
we don't need -pthread special anymore, no?
Regarding checksum: I suspect you'll need to host distfile somewhere,
as the commit snapshot isn't stable.
BTW, -I/some/include flags in config.mk should go into CPPFLAGS, but
that's for upstream to handle...
--
WBR,
Vadim Zhukov