From nobody Thu Sep 12 20:56:19 2024 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 4X4V9909cgz5WmL4 for ; Thu, 12 Sep 2024 20:56:29 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from mail.nomadlogic.org (mail.nomadlogic.org [66.165.241.226]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4X4V976GpZz461g for ; Thu, 12 Sep 2024 20:56:27 +0000 (UTC) (envelope-from pete@nomadlogic.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=nomadlogic.org header.s=04242021 header.b=PthdUbUk; dmarc=pass (policy=quarantine) header.from=nomadlogic.org; spf=pass (mx1.freebsd.org: domain of pete@nomadlogic.org designates 66.165.241.226 as permitted sender) smtp.mailfrom=pete@nomadlogic.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nomadlogic.org; s=04242021; t=1726174576; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=J03SbX5TgNsGRBxdCmKPmoukbQUwu0AKv/c1bwFY1lo=; b=PthdUbUkFN8iijg28zPlfsL918W5HeBBOgtMD/KuTK3OFsAesFnK8yrXS6G8rSIUWIqcK5 Q6KYGQ+kbnqu0HDguv0ttrhPZ+42cVdyLMtwBxuH4ZtpKLBhGgh+6+sg3zB2XcX63QvReI G3Y1l4GZkRsegJG4cw0iNO0ipYKrK1A= Received: from [192.168.1.160] ( [47.154.20.141]) by mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id 3205fb91 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Thu, 12 Sep 2024 20:56:15 +0000 (UTC) Message-ID: <93e13bd4-6b01-4de3-8368-799aa3031520@nomadlogic.org> Date: Thu, 12 Sep 2024 13:56:19 -0700 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: port installation basics To: questions@freebsd.org References: <1UDlGbz6DvIgGns6@aceecat.org> Content-Language: en-US From: Pete Wright In-Reply-To: <1UDlGbz6DvIgGns6@aceecat.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.99)[-0.990]; DMARC_POLICY_ALLOW(-0.50)[nomadlogic.org,quarantine]; R_SPF_ALLOW(-0.20)[+mx]; R_DKIM_ALLOW(-0.20)[nomadlogic.org:s=04242021]; MIME_GOOD(-0.10)[text/plain]; XM_UA_NO_VERSION(0.01)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; ASN(0.00)[asn:29802, ipnet:66.165.240.0/22, country:US]; RCVD_COUNT_ONE(0.00)[1]; RCPT_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_ALL(0.00)[]; MLMMJ_DEST(0.00)[questions@freebsd.org]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[questions@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[nomadlogic.org:+] X-Rspamd-Queue-Id: 4X4V976GpZz461g On 9/12/24 13:30, fatty.merchandise677@aceecat.org wrote: > Another thing I seem to remember from my previous dabblings (long > ago): if I install a package (say bash) and later I build a port that > has bash as a dependency, it will be rebuilt (and maybe even > reinstalled, I don't remember that part anymore). I'd say this is > broken, but maybe it's different now? i don't think that's really an issue at this point.  but if you want to ensure that a locally built package doesn't get touched you can always "pkg lock" it.  I do this for the drm related packages so that when upstream updates happen they don't get upgraded until i've built one custom for my workstations. -pete -- Pete Wright pete@nomadlogic.org