From nobody Thu Apr 04 16:08:38 2024 X-Original-To: freebsd-ports@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 4V9RPv2nlYz5FWL3 for ; Thu, 4 Apr 2024 16:09:07 +0000 (UTC) (envelope-from 6yearold@gmail.com) Received: from mail-ot1-f47.google.com (mail-ot1-f47.google.com [209.85.210.47]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4V9RPv0q5zz4XJk; Thu, 4 Apr 2024 16:09:07 +0000 (UTC) (envelope-from 6yearold@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-ot1-f47.google.com with SMTP id 46e09a7af769-6e6888358dfso630658a34.2; Thu, 04 Apr 2024 09:09:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1712246945; x=1712851745; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=FXhh1K4PPESLLWGkTDwrCUVBsWa5Iy3osOZH32nR0Pk=; b=vSxj4EOXGs7NDHNd79Dfx5nKXz9cNQPI8w55oiQxQeXxOD97xZ7H+ZeRT5PERSfaRt L8lJa+tKf7+GRfD4lVH6UzStzIYQRCNF+Q0nhEVOA5UCMSXgK48vjIRRoOdUoClmclF2 nyNBryDlhttxWeEG8Khglm/4x71Bj0hX468x6ZprlpvDxTyRn8WGkm0jGdGGQSinHdx9 enqHSMA0FhtdG72u27QK9QGq5IeY2droDvF15+h4Yp/xnWQ2wmAyjrGBxBwEHge00nCN ZMt2/Outb2BW6+I3eteTQm+Ki3Zt2+2bU2KonNHrX4VqT5uzJkW+++ZbVZxxgnlV6WtW b5Xw== X-Gm-Message-State: AOJu0YxhN08RKeEZgAQ2PkfDTeJ+KtujNMBVhR91VHgcONOZKr8VshZO /XWcYZPOjppyFKJKSwpsVwv6LxkUbKRflGowFsEn/RRGvxIROmE/Y/0krMk/aa0= X-Google-Smtp-Source: AGHT+IEeV8wfR/quUGF/mUkr64tRAZktTq9MFkOVxmE/rTFQo4FnyE0A43J3SHPNEkDurKxk4XVQBg== X-Received: by 2002:a9d:7654:0:b0:6e5:371c:eb8 with SMTP id o20-20020a9d7654000000b006e5371c0eb8mr2200077otl.38.1712246945339; Thu, 04 Apr 2024 09:09:05 -0700 (PDT) Received: from mail-oi1-f174.google.com (mail-oi1-f174.google.com. [209.85.167.174]) by smtp.gmail.com with ESMTPSA id z2-20020a9d65c2000000b006e68a7fa66fsm3085587oth.45.2024.04.04.09.09.05 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 04 Apr 2024 09:09:05 -0700 (PDT) Received: by mail-oi1-f174.google.com with SMTP id 5614622812f47-3c5d50e190bso680618b6e.2; Thu, 04 Apr 2024 09:09:05 -0700 (PDT) X-Received: by 2002:a05:6808:320b:b0:3c2:18a7:dd70 with SMTP id cb11-20020a056808320b00b003c218a7dd70mr4764277oib.55.1712246944804; Thu, 04 Apr 2024 09:09:04 -0700 (PDT) List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 References: <20240404.202624.2016737165801435957.yasu@FreeBSD.org> In-Reply-To: <20240404.202624.2016737165801435957.yasu@FreeBSD.org> From: Gleb Popov Date: Thu, 4 Apr 2024 19:08:38 +0300 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: `pkg autoremove` uninstalls pkg itself To: Yasuhiro Kimura Cc: freebsd-ports@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] X-Rspamd-Queue-Id: 4V9RPv0q5zz4XJk On Thu, Apr 4, 2024 at 2:28=E2=80=AFPM Yasuhiro Kimura w= rote: > > I tried following steps. > ... > 6. pkg delete -afy Eh? Why did you do that? This probably removed pkg that you bootstrapped earlier and then reinstalled it from ports which changed the automatic flag value (my guess).