From owner-svn-ports-head@freebsd.org Sat Oct 24 18:33:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB4DCA1EFF1; Sat, 24 Oct 2015 18:33:43 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 59D66AD5; Sat, 24 Oct 2015 18:33:43 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wicfv8 with SMTP id fv8so68571216wic.0; Sat, 24 Oct 2015 11:33:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=IeEf4Idx4FN3eB2CwmPK+TAiKUG4iZ29diL3KvhRLz4=; b=SRf6JCP3zaZWmzThL9PI0PclTPiW5IidciadApDHc2/PF3yD5JVNLsVvaSCdj8LwZS hOHVUbdl9+KDXwzfJaul9kCI9XgwPlIwJnoSEUO7D5xyz7UpswfvZ+Lg2gVJsvz628hv Gq7kfTBCYqNo+nNX0XyKdslPU5AwghC2ay8Jh9gcZQmJUiTtA4J6K8A8dytRKPWyJPfJ bQlBmcLJhokuz1abBIlTF4VmwGNCQTjrHjZ045IYy2n6aEouMDtXANhN8IE2wkTCJdsk /GJ2GUbfb6W5RCFxajMIvCXKjzjYzoVgUjodII/TTq5z2TL9HzmquW5M8xYiU26WQ5ty l1Fg== X-Received: by 10.180.73.46 with SMTP id i14mr10618290wiv.49.1445711621870; Sat, 24 Oct 2015 11:33:41 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id p4sm7482076wia.15.2015.10.24.11.33.40 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 24 Oct 2015 11:33:41 -0700 (PDT) Sender: Baptiste Daroussin Date: Sat, 24 Oct 2015 20:33:39 +0200 From: Baptiste Daroussin To: Alexey Dokuchaev Cc: Thierry Thomas , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r400131 - in head/sysutils/uniutils: . files Message-ID: <20151024183339.GF40371@ivaldir.etoilebsd.net> References: <201510241648.t9OGmnYG090145@repo.freebsd.org> <20151024172012.GA52037@FreeBSD.org> <20151024180757.GE40371@ivaldir.etoilebsd.net> <20151024182017.GA77173@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nYySOmuH/HDX6pKp" Content-Disposition: inline In-Reply-To: <20151024182017.GA77173@FreeBSD.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 24 Oct 2015 18:33:43 -0000 --nYySOmuH/HDX6pKp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 24, 2015 at 06:20:17PM +0000, Alexey Dokuchaev wrote: > On Sat, Oct 24, 2015 at 08:07:57PM +0200, Baptiste Daroussin wrote: > > On Sat, Oct 24, 2015 at 05:20:12PM +0000, Alexey Dokuchaev wrote: > > > On Sat, Oct 24, 2015 at 04:48:49PM +0000, Thierry Thomas wrote: > > > > New Revision: 400131 > > > > URL: https://svnweb.freebsd.org/changeset/ports/400131 > > > >=20 > > > > Log: > > > > - Fix hard-coded endian assumption; > > > > [...] > > > >=20 > > > > ++[ $(( $(printf '\1' | od -dAn) )) -eq 1 ] && end=3Dle || end=3Dbe > > >=20 > > > Nice trick! ;) > >=20 > > Nice trick for sure, but not really cross building friendly :( >=20 > Hmm, right, didn't think of that. Perhaps the framework should provide > some {HOST,TARGET}_ENDIANNESS variables (if it does not already)? >=20 > ./danfe As soon as cross building is officially supported, we will for sure provide= such vars. Bapt --nYySOmuH/HDX6pKp Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlYrzwMACgkQ8kTtMUmk6ExkJgCgix0mploT5nwg3qysvbqR9ObE dTAAn3CmKZzid6pIYEySHrg37glZxFvW =tCjM -----END PGP SIGNATURE----- --nYySOmuH/HDX6pKp--