chromium 36 almost there ...
Jia-Shiun Li
jiashiun at gmail.com
Tue Aug 12 11:03:13 UTC 2014
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
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.
More information about the freebsd-chromium
mailing list