From owner-freebsd-chromium@FreeBSD.ORG Tue Aug 12 11:10:08 2014 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 91A85702 for ; Tue, 12 Aug 2014 11:10:08 +0000 (UTC) Received: from mail-ob0-x22d.google.com (mail-ob0-x22d.google.com [IPv6:2607:f8b0:4003:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 58F542CF2 for ; Tue, 12 Aug 2014 11:10:08 +0000 (UTC) Received: by mail-ob0-f173.google.com with SMTP id vb8so7028138obc.4 for ; Tue, 12 Aug 2014 04:10:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=doTpE0azfhTbSWdHKSiaD0k1TEcb3/upsY4EEUrpRbg=; b=SN/elhx11SzbIxgEVLCiT9iSLz2tksLQaakB7drt4gyGfMFCH4Dio5ycpb7eZGxJIJ WPDqYLRNkTeB4cO99KCKi60s9DECaIOzyMzzMLp/Sy86USWt3ovksBxpeG1hA32zmpky TOqdMPq0tErYmJOxwGm6dZXN17KiOxlXEal3sxEQUZrzgPH2VppxBPC7RDCkttaomkM1 nDmwSdmCPIbNG95L+Kzh75TZeWZ895DAqsRK4b2/8+IFk/jnK0fn/0sKjz/DjQhCcRyg KB++q+44hg8oW0AHY6PzkWxOhV42HGHK3AQQ3KSKib1y8s1j3KC/L0ZWe0qkg17+3oWK RbRw== MIME-Version: 1.0 X-Received: by 10.182.102.97 with SMTP id fn1mr3885074obb.29.1407841807617; Tue, 12 Aug 2014 04:10:07 -0700 (PDT) Sender: r.c.ladan@gmail.com Received: by 10.182.146.5 with HTTP; Tue, 12 Aug 2014 04:10:07 -0700 (PDT) In-Reply-To: References: <53E941E9.1030501@freebsd.org> Date: Tue, 12 Aug 2014 13:10:07 +0200 X-Google-Sender-Auth: tCuxamTWXtOv5XqU1uDybeWgVKU Message-ID: Subject: Re: chromium 36 almost there ... From: =?UTF-8?Q?Ren=C3=A9_Ladan?= To: Jia-Shiun Li Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: chromium-list freebsd X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2014 11:10:08 -0000 2014-08-12 13:02 GMT+02:00 Jia-Shiun Li : > On Tue, Aug 12, 2014 at 6:21 AM, Ren=C3=A9 Ladan 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 > > Oops, late-ish night hacking ... will fix later. > RUN_DEPENDS=3D > > ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/a= lsa-plugins > \ > > > ${LOCALBASE}/lib/X11/fonts/Droid/fonts.dir:${PORTSDIR}/x11-fonts/droid-fo= nts-ttf > \ > jsli@jsli-2c:/root/freebsd-chromium % > > > > -Jia-Shiun. > Ren=C3=A9 --=20 http://www.rene-ladan.nl/