From owner-freebsd-ports@FreeBSD.ORG Sat Aug 20 22:34:18 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AD7C1065670; Sat, 20 Aug 2011 22:34:18 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3A58D8FC0C; Sat, 20 Aug 2011 22:34:17 +0000 (UTC) Received: by qwc9 with SMTP id 9so3314424qwc.13 for ; Sat, 20 Aug 2011 15:34:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=omg42hrHZa7aO/ndp9W8Bpl2dHJ5MRoYGroT/ACsUQc=; b=Y+2dnOiUDsB+iu1iq6e3cyrw77WPh5KsjnsPT30r9zjQD/pIcpE8s48RAM5r2ZJPvt NxZqxYz8Uv7dZ7Zj6sTJ2gb0XMFHu8g/aL3SicOy+O4tOxAJx3z1sJe92y8aElsDW9Id J2lRpLPrX2kl9p9jSXiJ1Arthpv/M7W+4DXb4= MIME-Version: 1.0 Received: by 10.229.43.146 with SMTP id w18mr405533qce.277.1313879657457; Sat, 20 Aug 2011 15:34:17 -0700 (PDT) Received: by 10.229.215.77 with HTTP; Sat, 20 Aug 2011 15:34:17 -0700 (PDT) In-Reply-To: References: Date: Sun, 21 Aug 2011 01:34:17 +0300 Message-ID: From: George Liaskos To: Patrick Ian Content-Type: text/plain; charset=UTF-8 Cc: ports@freebsd.org, chromium@freebsd.org Subject: Re: FreeBSD Port: chromium-13.0.782.112 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2011 22:34:18 -0000 On Fri, Aug 19, 2011 at 2:39 AM, Patrick Ian wrote: > Hey, > > I would like to use the chromedriver target from the chromium port. > However, I do not know how to add that target to my local ports > chromium configuration. How do I make the chromedriver target? > > -- > -Patrick Ranspach- Hello, Do a make patch in the port's directory, set GYP_DEFINES* and then you can cd into work/chromium-version directory and play with gmake target -jx. I believe that the makefiles are created automatically if they don't exist but if you have problems run the following : python ./build/gyp_chromium chrome/chrome.gyp --depth . I haven't heard of chromedriver before but please report your findings back so we can work on a port option. * setenv GYP_DEFINES "use_system_libxml=1 use_system_ffmpeg=0 use_system_yasm=1 python_ver=2.7 ffmpeg_branding=Chrome use_gconf=1 use_system_vpx=1 disable_nacl=1 use_ibus=0 linux_use_heapchecker=1 linux_link_gsettings=1 linux_link_gnome_keyring=1 use_gnome_keyring=1" Regards, George