chromium 36 almost there ...
René Ladan
rene at freebsd.org
Tue Aug 12 11:10:08 UTC 2014
2014-08-12 13:02 GMT+02:00 Jia-Shiun Li <jiashiun at gmail.com>:
> On Tue, Aug 12, 2014 at 6:21 AM, René Ladan <rene at 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 at 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= 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
>
> Oops, late-ish night hacking ... will fix later.
> RUN_DEPENDS=
>
> ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins
> \
>
>
> ${LOCALBASE}/lib/X11/fonts/Droid/fonts.dir:${PORTSDIR}/x11-fonts/droid-fonts-ttf
> \
> jsli at jsli-2c:/root/freebsd-chromium %
>
>
>
> -Jia-Shiun.
>
René
--
http://www.rene-ladan.nl/
More information about the freebsd-chromium
mailing list