From nobody Sun Mar 05 16:30:22 2023 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4PV6dV2BwKz3wfcc for ; Sun, 5 Mar 2023 16:30:38 +0000 (UTC) (envelope-from 4250.82.1d4fb0000dee4a8.56f257839a459008da579bd53c82ae6f@email-od.com) Received: from s1-b0c6.socketlabs.email-od.com (s1-b0c6.socketlabs.email-od.com [142.0.176.198]) (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 4PV6dV1dcmz3DwK for ; Sun, 5 Mar 2023 16:30:38 +0000 (UTC) (envelope-from 4250.82.1d4fb0000dee4a8.56f257839a459008da579bd53c82ae6f@email-od.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; d=email-od.com;i=@email-od.com;s=dkim; c=relaxed/relaxed; q=dns/txt; t=1678033838; x=1680625838; h=content-transfer-encoding:content-type:mime-version:references:in-reply-to:message-id:subject:cc:to:from:date:x-thread-info:subject:to:from:cc:reply-to; bh=5YswxhFLdHIcLh4x5ejCpLc30b0po1QCXEAg7/AEJyc=; b=itmAe6wwD2Z/37zLJ9h+PbgV9S5r+pJWLFpmB+zfmhNAoR4XAVJOe8511GqOpzCoOuw1kYZSphX5deDa1x83fFJfSL6mTLAsKP/do/ZQY1nCdbcIhocx2AJZw9atWBfmnDcB5+iadbVro2W9LhIMuiKlx/Gtai6PhdBWgwMFEGY= X-Thread-Info: NDI1MC4xMi4xZDRmYjAwMDBkZWU0YTgucXVlc3Rpb25zPWZyZWVic2Qub3Jn Received: from r1.us-west-2.aws.in.socketlabs.com (r1.us-west-2.aws.in.socketlabs.com [142.0.190.1]) by mxsg2.email-od.com with ESMTP(version=Tls12 cipher=Aes256 bits=256); Sun, 5 Mar 2023 11:30:27 -0500 Received: from smtp.lan.sohara.org (EMTPY [185.202.17.215]) by r1.us-west-2.aws.in.socketlabs.com with ESMTP(version=Tls12 cipher=Aes256 bits=256); Sun, 5 Mar 2023 11:30:24 -0500 Received: from [192.168.63.1] (helo=steve.lan.sohara.org) by smtp.lan.sohara.org with smtp (Exim 4.95 (FreeBSD)) (envelope-from ) id 1pYrFe-000H9m-F0; Sun, 05 Mar 2023 16:30:22 +0000 Date: Sun, 5 Mar 2023 16:30:22 +0000 From: Steve O'Hara-Smith To: Kyle Evans Cc: Ian Smith , Mel Pilgrim , questions@freebsd.org, ports@freebsd.org Subject: Re: How do I determine the ABI string used by pkg? Message-Id: <20230305163022.b25a783c58368c9aa8c4a416@sohara.org> In-Reply-To: References: <32d2e376-3f89-0588-316d-801d4cbf0b44@bluerosetech.com> <4DF870F0-89D5-45AA-B66C-93D2D1C0DD5E@nimnet.asn.au> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd13.0) X-Clacks-Overhead: "GNU Terry Pratchett" List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4PV6dV1dcmz3DwK X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7381, ipnet:142.0.176.0/22, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Sun, 5 Mar 2023 10:08:08 -0600 Kyle Evans wrote: > # pkg config ABI > # pkg config ALTABI They're case independent so you don't even need to use the shift key. ✓ steve@steve ~ $ pkg config abi FreeBSD:13:amd64 ✓ steve@steve ~ $ pkg config altabi freebsd:13:x86:64 -- Steve O'Hara-Smith