From owner-freebsd-ports@FreeBSD.ORG Mon Jun 9 13:55:19 2014 Return-Path: Delivered-To: freebsd-ports@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 6BC5277F for ; Mon, 9 Jun 2014 13:55:19 +0000 (UTC) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.31.24]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B0172709 for ; Mon, 9 Jun 2014 13:55:18 +0000 (UTC) Received: from [78.35.188.5] (helo=fabiankeil.de) by smtprelay01.ispgateway.de with esmtpsa (SSLv3:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1Wu02Y-0002fC-4v for freebsd-ports@freebsd.org; Mon, 09 Jun 2014 15:55:10 +0200 Date: Mon, 9 Jun 2014 15:55:07 +0200 From: Fabian Keil To: FreeBSD Ports Subject: Re: pkg: wrong architecture: freebsd:10:x86:64 instead of freebsd:11:x86:64 Message-ID: <20140609155507.51fc19a2@fabiankeil.de> In-Reply-To: <20140609110632.GJ73493@ivaldir.etoilebsd.net> References: <20140609121601.36208635@fabiankeil.de> <20140609110632.GJ73493@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/rVXsbIR.BSuyM9dQC8c9rF="; protocol="application/pgp-signature" X-Df-Sender: Nzc1MDY3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2014 13:55:19 -0000 --Sig_/rVXsbIR.BSuyM9dQC8c9rF= Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Baptiste Daroussin wrote: > On Mon, Jun 09, 2014 at 12:16:01PM +0200, Fabian Keil wrote: > > I'm looking for a way to let "pkg add" install packages that are > > known to work but supposedly have the "wrong" architecture: > >=20 > > root@privoxy-jail / #pkg > > add /var/ports/packages/ImageMagick-6.8.0.7_7,1.txz Installing > > ImageMagick-6.8.0.7_7,1...Installing libXrender-0.9.8_2...Installing > > libX11-1.6.2_2,1...Installing kbproto-1.0.6...pkg: wrong architecture: > > freebsd:10:x86:64 instead of freebsd:11:x86:64 > >=20 > > Failed to install the following 1 > > package(s): /var/ports/packages/ImageMagick-6.8.0.7_7,1.txz > >=20 > > I prefer not to recompile the port just to bump a version field > > that doesn't matter. > >=20 > > Any suggestions? > env ABI=3Dfreebsd:10:x86:64 pkg add >=20 > this will just work Thanks a lot. Unfortunately that causes the freebsd:11:x86:64 packages to be rejected, but "env ABI=3D pkg add ..." just works. Fabian --Sig_/rVXsbIR.BSuyM9dQC8c9rF= Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iEYEARECAAYFAlOVvL4ACgkQBYqIVf93VJ0zFgCfc7OVN9Co+Fp8ouDCVIR5IbEd N5YAoJ9/UWc750TsELjAKlvT3LM1yiCm =AO/+ -----END PGP SIGNATURE----- --Sig_/rVXsbIR.BSuyM9dQC8c9rF=--