From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 21 18:26:22 2014 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0BC82134; Mon, 21 Jul 2014 18:26:22 +0000 (UTC) Received: from winston.madpilot.net (winston.madpilot.net [78.47.75.155]) by mx1.freebsd.org (Postfix) with ESMTP id B72F724AE; Mon, 21 Jul 2014 18:26:21 +0000 (UTC) Received: from winston.madpilot.net (localhost [127.0.0.1]) by winston.madpilot.net (Postfix) with ESMTP id 3hHBGH3hVvzFT9x; Mon, 21 Jul 2014 20:26:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-type:content-type:in-reply-to :references:subject:subject:mime-version:user-agent:from:from :date:date:message-id:received:received; s=mail; t=1405967173; x=1407781574; bh=TPUTRYc+cozvjPRV/8pB8ZIaav94FzPhnX+//PFWEzg=; b= UiknF2cfEn0Rwbmlq7SC8DOCrfrQhu+FWAjL2BohR0z5HT6VEdomh5S3zY/XOcwy ldvuZebYmqbzMRVIYQM4N12AvUftkVZ1z62etmu/6+SQ2i30Ph2dU/qxDDJdKSaT 4IHk2D85tnGBCKdLKiBoUOiARczlZ9gm3rNSh/EI9wk= Received: from winston.madpilot.net ([127.0.0.1]) by winston.madpilot.net (winston.madpilot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 41SMOrQm9k9T; Mon, 21 Jul 2014 20:26:13 +0200 (CEST) Received: from tommy.madpilot.net (micro.madpilot.net [88.149.173.206]) by winston.madpilot.net (Postfix) with ESMTPSA; Mon, 21 Jul 2014 20:26:13 +0200 (CEST) Message-ID: <53CD5B45.8030705@madpilot.net> Date: Mon, 21 Jul 2014 20:26:13 +0200 From: Guido Falsi User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Re: [patch] improvements to www/webkit-gtk2 port References: <20140721104734.GA36923@FreeBSD.org> <53CCF2FA.7050205@madpilot.net> <20140721114804.GA63311@FreeBSD.org> <20140721131508.GA97835@FreeBSD.org> <20140721161828.GA66376@FreeBSD.org> In-Reply-To: <20140721161828.GA66376@FreeBSD.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: gnome@FreeBSD.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2014 18:26:22 -0000 On 07/21/14 18:18, Alexey Dokuchaev wrote: > On Mon, Jul 21, 2014 at 01:15:08PM +0000, Alexey Dokuchaev wrote: >> Per request from kwm@, libtool -> libtool:keepla until all webkit users are >> converted to USES=libtool (and put .la files back to pkg-plist). New diff. You're right, my mistake, I forgot the keepla. > > kwm@ pointed out that USE_AUTOTOOLS=libtoolize is actually not required; he > seems right (redone the build with the previous diff with this line removed). Uhm, good, some ports do need that, ones including their own incompatible version of libtool if I get it right. I thought this was the case. -- Guido Falsi