From owner-freebsd-current@freebsd.org Tue Mar 16 12:42:23 2021 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D738D5ABD20 for ; Tue, 16 Mar 2021 12:42:23 +0000 (UTC) (envelope-from Krasznai.Andras@mands.hu) Received: from mail2.mands.hu (mail2.mands.hu [93.189.114.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.mands.hu", Issuer "e-Szigno SSL CA 2014" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F0Cby6Yxrz4Vyg for ; Tue, 16 Mar 2021 12:42:22 +0000 (UTC) (envelope-from Krasznai.Andras@mands.hu) From: =?iso-8859-1?Q?M=26S_-_Krasznai_Andr=E1s?= To: freebsd-current Subject: gnatcross-sysroot-aarch64 Thread-Topic: gnatcross-sysroot-aarch64 Thread-Index: AQHXGmB4yP9H2kBjukW3DMiM8Qo4DQ== Date: Tue, 16 Mar 2021 12:42:13 +0000 Message-ID: <1615898533718.11139@mands.hu> Accept-Language: en-US, hu-HU Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [192.168.16.11] MIME-Version: 1.0 X-Rspamd-Queue-Id: 4F0Cby6Yxrz4Vyg X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of Krasznai.Andras@mands.hu designates 93.189.114.146 as permitted sender) smtp.mailfrom=Krasznai.Andras@mands.hu X-Spamd-Result: default: False [-0.22 / 15.00]; MID_RHS_MATCH_FROM(0.00)[]; SUBJECT_ENDS_SPACES(0.50)[]; HAS_XOIP(0.00)[]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[93.189.114.146:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+a]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; DMARC_NA(0.00)[mands.hu]; ARC_NA(0.00)[]; NEURAL_SPAM_MEDIUM(0.87)[0.867]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[93.189.114.146:from:127.0.2.255]; TO_DN_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; R_MIXED_CHARSET(0.71)[subject]; ASN(0.00)[asn:47116, ipnet:93.189.112.0/21, country:HU]; MIME_TRACE(0.00)[0:+,1:+,2:~]; MAILMAN_DEST(0.00)[freebsd-current] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2021 12:42:23 -0000 Hi I use FreeBSD on a laptop with intel I3 CPU. I installed the base system, and a set of packages to make it a desktop sys= tem (xorg server, internet browser, libreoffice, gimp, rawtherapee, kdenliv= e, some pdf viewers, etc. pkg installs their dependencies automatically. The above package is installed on my freebsd-current as a dependency - I di= d not specify it in my install scripts . The strange is that pkg autoremove= deletes it every time as an unnecessairy package. I would like to get rid of this package, how could I prevent it from instal= ling? best regards Andr=E1s Krasznai