From owner-freebsd-ports@freebsd.org Mon Oct 5 16:55:12 2015 Return-Path: Delivered-To: freebsd-ports@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 167CD99AEBC for ; Mon, 5 Oct 2015 16:55:12 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) (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 A11A9D5B for ; Mon, 5 Oct 2015 16:55:11 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wicfx3 with SMTP id fx3so129504680wic.1 for ; Mon, 05 Oct 2015 09:55:10 -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=o/VMIqG2Uar7f+UXAM8DBc3d7AxQ5+1Jlcq75ZochrQ=; b=MHMpSmf/svq9GQDWM9dcfIpOG4PUy9PorMHyhNVBv4v7ggwNX6Q4HA5Hd4kM9Jc2LI guAL6wnQMBfsojCXBBBgBhBrZCMKygkg1ekHk0iujrqC+kYVN5EFvJP4MrVgH5erKIgy ztsvYT9lbC6oKU+T+DC3GOfofJj4jXQ7eayDCjbVgS8/yOfbluaYxlk35dzukktgoYQm WJY5PImnqkIlLYbGxzoGBtrh6EbY61hfraAAg4vOdHsqLegTqFeRncMHdzlxvtX3hyPG rq3VkvxpxSoAW81vAU7YqS2HgHzh2wuhB5Zo3iDkupJKz9ugrbtolq2zdxBJ97fhPVkG u8Bg== X-Received: by 10.194.112.162 with SMTP id ir2mr35763630wjb.40.1444064110016; Mon, 05 Oct 2015 09:55:10 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id wc12sm15535360wic.18.2015.10.05.09.55.08 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 05 Oct 2015 09:55:08 -0700 (PDT) Sender: Baptiste Daroussin Date: Mon, 5 Oct 2015 18:55:06 +0200 From: Baptiste Daroussin To: "O. Hartmann" Cc: freebsd-ports Subject: Re: pkg: fetching packages for 10.2 on 11-CURRENT Message-ID: <20151005165506.GB56064@ivaldir.etoilebsd.net> References: <20151005070001.55756de3@freyja.zeit4.iv.bundesimmobilien.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="O5XBE6gyVG5Rl6Rj" Content-Disposition: inline In-Reply-To: <20151005070001.55756de3@freyja.zeit4.iv.bundesimmobilien.de> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2015 16:55:12 -0000 --O5XBE6gyVG5Rl6Rj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 05, 2015 at 07:00:01AM +0200, O. Hartmann wrote: > Is it possible and doable via a simple setup (script/environment) to fetch > pre-built packages for 10.2-STABLE/10.2-RELEASE with pkg/pkgng on 11-CURR= ENT? >=20 > Background: running a development system on 11-CURRENT, on which I prefer= to > build my packages in the traditional way from sources without that massive > overhead poudriere pushes me sometimes into the situation for the need of= =20 > ordinary binary packages for a 10.2-platform. On 11-CURRENT, I use a lot = of > individual configurations on the ports making the binary packages useless= , but > for that specific project (based on NanoBSD), it would be great to to sim= ply > fetch binary packages for a "foreign" system's version. >=20 > Thank you very much in advance and pelase do CC me, I'm not subscribing t= he > list. as root pkg -o ABI=3DFreeBSD:10:amd64 -o ALTABI=3Dfreebsd:10:x86:64 -o PKG_DBDIR=3D= /tmp/tothrowaway fetch ... or as a user pkg -o ABI=3DFreeBSD:10:amd64 -o ALTABI=3Dfreebsd:10:x86:64 -o PKG_DBDIR=3D= /tmp/tothrowaway -o INSTALL_AS_USER=3Dyes fetch ... The fact you have to specify both ABI and ALTABI is a bug I will fix. Best regards, Bapt --O5XBE6gyVG5Rl6Rj Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlYSq2oACgkQ8kTtMUmk6Ey6WwCgntf291QS9ebjLIccFTVBGyaw gFMAnjoX3NhC5FfoKzY4J//Bk1aNs54r =MI3k -----END PGP SIGNATURE----- --O5XBE6gyVG5Rl6Rj--