From owner-svn-ports-head@FreeBSD.ORG Tue Aug 13 13:14:17 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id E4D07A28; Tue, 13 Aug 2013 13:14:17 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A577C25C3; Tue, 13 Aug 2013 13:14:17 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id F34E4BDC7F; Tue, 13 Aug 2013 15:14:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=date:from:to:cc :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=plouf; bh=gZj6BFl1yiM HsB4xGMhwikbqmJ8=; b=tjUTdZNeKtTtK4L1E2MS/d+yoPw1vo3t5Hx0S81rWZB YKQtNMR6HL8ulDa+YnNi1WF7U93o/DtIRIO9hjYcrsOcZcXsPefYh44mkAVjy0Ef uKKkhtLbY8h8yJyjs60145m/I7hjCqPUpk2Xw5TqxCxxW9M/vXFKQs0BYCAY20mU = Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by prod2.absolight.net (Postfix) with ESMTPA id CDE47BDC73; Tue, 13 Aug 2013 15:14:15 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 57AD05CB1ED3; Tue, 13 Aug 2013 15:14:15 +0200 (CEST) Date: Tue, 13 Aug 2013 15:14:14 +0200 From: Mathieu Arnold To: Andrej Zverev Subject: Re: svn commit: r324215 - head/graphics/icoutils Message-ID: <199D1F4FAE2CBF7571BA07F7@ogg.in.absolight.net> In-Reply-To: References: <201308040642.r746ggSh041434@svn.freebsd.org> <9828FD3C12022E202060C08C@ogg.in.absolight.net> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 13:14:18 -0000 +--On 12 ao=C3=BBt 2013 21:13:51 +0400 Andrej Zverev = wrote: | On Mon, Aug 12, 2013 at 1:28 PM, Mathieu Arnold wrote: |> +--On 4 ao=C3=BBt 2013 06:42:42 +0000 Andrej Zverev = wrote: |> | Log: |> | - Fix Makefile |> |=20 |> | -RESSCRIPTS_USES=3D perl5 |> |=20 |> | .if ${PORT_OPTIONS:MRESSCRIPTS} |> | +USES+=3D perl5 |>=20 |> Hum, not to say that what you did is wrong, but shouldn't this have |> worked in the first time ? |>=20 |> It's what I documented in Mk/bsd.options.mk from what I understood of = the |> code around lines 395-399. |>=20 | Frankly, I'm probably wrong here. At that moment I thought I saw | somewhere record that the build failed, but now I can not find it. | Return your revision? Well, I don't really care either way, but I think mine should have worked :-) --=20 Mathieu Arnold