From 4eda22e129bc83d3726f759a733bab306db64d33 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Fri, 5 Sep 2014 11:14:17 +0200 Subject: [PATCH] NetSurf: pull fixed sources from git repos. NetSurf devs helped fix the Haiku port after I noticed the 3.2 release was not working. Get the latest changes from their git repo so we can have a working release. Also add dependency on hubbub since this is now dynamically linked. --- www-client/netsurf/netsurf-3.2.recipe | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/www-client/netsurf/netsurf-3.2.recipe b/www-client/netsurf/netsurf-3.2.recipe index c2ddde2bc..43ed98c94 100644 --- a/www-client/netsurf/netsurf-3.2.recipe +++ b/www-client/netsurf/netsurf-3.2.recipe @@ -12,14 +12,19 @@ HOMEPAGE="http://www.netsurf-browser.org/" # Do NOT use the netsurf-all package. It contains a bunch of subprojects which # we build as separate packages. NetSurf is statically linked to them, so the # resulting binary is the same. -SRC_URI="http://download.netsurf-browser.org/netsurf/releases/source/netsurf-$portVersion-src.tar.gz" -CHECKSUM_SHA256="04ffeb8335c59cbc23371b79ae3b178002e6e95c35225ef62db4b155ecc7e213" +SRC_URI="git://git.netsurf-browser.org/netsurf.git#9b62f1ec53b089e6697131a3653c78ff85a5e4d1" REVISION="1" -ARCHITECTURES="!x86_gcc2" +ARCHITECTURES="x86_gcc2 x86 x86_64" REQUIRES=" + haiku >= $haikuVersion lib:libcurl + lib:libexpat + lib:libiconv lib:libpng lib:libjpeg + lib:libssl + lib:libz + lib:libhubbub " BUILD_REQUIRES="