This portfile requires unmerged patches to the Makefile to build correctly
You will also need to patch your WebKit as indicated here: https://trac.macports.org/ticket/19896
Do this by downloading the patch to:
/opt/local/var/macports/sources/rsync.macports.org/release/ports/www/webkit-gtk/files
and adding “patch-purgable-buffer.diff” to the PortFile
# $Id$ # PortFile for the uzbl browser # Aaron Griffin <aaronmgriffin@gmail.com> PortSystem 1.0 name uzbl version 20090616 #Change to rebuild categories www maintainers aaronmgriffin@gmail.com description Uzbl Web Browser long_description A browser that adheres to the unix philosophy. homepage http://www.uzbl.org/ platforms darwin fetch.type git git.url git://github.com/Dieterbe/uzbl.git git.branch origin/master use_configure no destroot.args PREFIX=${destroot}${prefix} depends_lib port:gtk2 \ port:webkit-gtk \ port:libsoup depends_build port:pkgconfig
Put this in a file named PortFile and run
$ sudo port install
in the same directory