Date: Tue, 12 Aug 2014 19:02:42 +0800 From: Jia-Shiun Li <jiashiun@gmail.com> To: =?UTF-8?Q?Ren=C3=A9_Ladan?= <rene@freebsd.org> Cc: chromium-list freebsd <freebsd-chromium@freebsd.org> Subject: Re: chromium 36 almost there ... Message-ID: <CAHNYxxOS5uq-v1ZAQZp4RyUCRnB4yHe_cywEoNYa2Y5L1N-2cA@mail.gmail.com> In-Reply-To: <53E941E9.1030501@freebsd.org> References: <53E941E9.1030501@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 12, 2014 at 6:21 AM, Ren=C3=A9 Ladan <rene@freebsd.org> wrote: > > I pushed the new WIP version to > https://github.com/gliaskos/freebsd-chromium/ > Hi Rene, looks it needs the following modification to find correct libxml2 library & webp ports dir: jsli@jsli-2c:/root/freebsd-chromium % git diff diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 43742a0..03b2155 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -48,8 +48,8 @@ LIB_DEPENDS=3D libcairo.so:${PORTSDIR}/graphics/cairo \ libsnappy.so:${PORTSDIR}/archivers/snappy \ libspeechd.so:${PORTSDIR}/accessibility/speech-dispatcher \ libspeex.so:${PORTSDIR}/audio/speex \ - libxml.so:${PORTSDIR}/textproc/libxml2 \ - libwebp.so:${PORTSDIR}/graphics/libwebp + libxml2.so:${PORTSDIR}/textproc/libxml2 \ + libwebp.so:${PORTSDIR}/graphics/webp RUN_DEPENDS=3D ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/als= a-plugins \ ${LOCALBASE}/lib/X11/fonts/Droid/fonts.dir:${PORTSDIR}/x11-fonts/droid-font= s-ttf \ jsli@jsli-2c:/root/freebsd-chromium % -Jia-Shiun.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHNYxxOS5uq-v1ZAQZp4RyUCRnB4yHe_cywEoNYa2Y5L1N-2cA>