From owner-freebsd-ports@freebsd.org Wed Mar 16 08:29:50 2016 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 E9A61AD1B70 for ; Wed, 16 Mar 2016 08:29:50 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B05181D7 for ; Wed, 16 Mar 2016 08:29:50 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) for freebsd-ports@freebsd.org with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (envelope-from ) id <1ag6pp-000poD-UA>; Wed, 16 Mar 2016 09:29:41 +0100 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=freyja.zeit4.iv.bundesimmobilien.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) for freebsd-ports@freebsd.org with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (envelope-from ) id <1ag6pp-0003xE-KK>; Wed, 16 Mar 2016 09:29:41 +0100 Date: Wed, 16 Mar 2016 09:29:37 +0100 From: "O. Hartmann" To: freebsd-ports Subject: pkg: ALTABI - where is this variable documented? Message-ID: <20160316092937.4e6c9f36@freyja.zeit4.iv.bundesimmobilien.de> Organization: FU Berlin X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 87.138.105.249 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2016 08:29:51 -0000 I try to fetch freebsd:10:x86:64 binary packages from a CURRENT host for further processing. I got a hint using pkg with -o ALTABI=... -o ABI=... set to the specific ABI. I try to find some explanations what I'm doing by studying the documentation of pkg, pkg.conf, pkg-repo, and pkg-fetch. But I'm unable to find any documentation/explanation about ALTABI. Can someone shed some light onto my clouded view? Is there a manpage where all pkg-related variables are gathered an listed? Thanks in advance and kind regards, Oliver P.S. Please CC me as I'm not subsribing this specific list. Thanks.