From nobody Tue Dec 12 14:16:37 2023 X-Original-To: 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 4SqLKF45l6z541x6 for ; Tue, 12 Dec 2023 14:17:05 +0000 (UTC) (envelope-from ps.ports@smyrak.com) Received: from ipv6.s149.cyber-folks.pl (ipv6.s149.cyber-folks.pl [IPv6:2a02:1778::113:254]) (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 4SqLK76XcBz4LqJ for ; Tue, 12 Dec 2023 14:16:59 +0000 (UTC) (envelope-from ps.ports@smyrak.com) Authentication-Results: mx1.freebsd.org; dkim=none ("invalid DKIM record") header.d=smyrak.com header.s=x header.b=WNHDrk+r; spf=pass (mx1.freebsd.org: domain of ps.ports@smyrak.com designates 2a02:1778::113:254 as permitted sender) smtp.mailfrom=ps.ports@smyrak.com; dmarc=pass (policy=none) header.from=smyrak.com DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=smyrak.com; s=x; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:To:From:Date:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=tYHIBy/iI6uiwiH9vCVwEdMqAeNDWVSc7gVDaSssm0c=; b=WNHDrk+r+CGUqvbEpOsT+FWi4V hyFJpYLnHDZ9LxBKy7zUwmJxQ4q/iiH7DhCvwxDriz6skHA8j/Zn+KHz93bOzWsO8+eNYzruZ+C91 QgZSo8fPdbA2jO3b8ebTD8n0Y6QRLosSwkUf/XPc/DduNvAVZfTH+PCUL/jG+npWaXWRZgHIvLdF4 F+Hul8keL21vGNwzZIdY/IzW4wdUrgHr2doQfNhgqzFgfYB2yN8M0WGE92lIE3rK0dFIGZ4Z7sGKI 5/m9wXoth7QKL37kpI+X9k9cz0Op9Gjf/N9lxm93Rgrpe9UX6w+jBXTM90IY0qxClq74909Y3FsjU 3E7lSYNw==; Received: from 93-181-165-201.internetia.net.pl ([93.181.165.201] helo=daleth.home) by s149.cyber-folks.pl with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.96.2) (envelope-from ) id 1rD3ZC-000AiL-1Y for ports@freebsd.org; Tue, 12 Dec 2023 15:16:58 +0100 Date: Tue, 12 Dec 2023 15:16:37 +0100 From: Piotr Smyrak To: ports@freebsd.org Subject: Re: Another morning lost to bad ports choices (perl upgrade, plus postgres) Message-ID: <20231212151637.74a0a94b@daleth.home> In-Reply-To: References: <034BDF27-C9FC-4EBC-901E-21A4BB81AF31@gushi.org> 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 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Authenticated-Id: piero@smyrak.com X-Spamd-Result: default: False [2.13 / 15.00]; NEURAL_SPAM_LONG(1.00)[1.000]; NEURAL_SPAM_MEDIUM(1.00)[1.000]; NEURAL_SPAM_SHORT(0.83)[0.829]; DMARC_POLICY_ALLOW(-0.50)[smyrak.com,none]; R_SPF_ALLOW(-0.20)[+ip6:2a02:1778::113:0/116]; MIME_GOOD(-0.10)[text/plain]; ONCE_RECEIVED(0.10)[]; MIME_TRACE(0.00)[0:+]; R_DKIM_PERMFAIL(0.00)[smyrak.com:s=x]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:41079, ipnet:2a02:1778::/48, country:PL]; MLMMJ_DEST(0.00)[ports@freebsd.org]; RCVD_COUNT_ONE(0.00)[1]; DKIM_TRACE(0.00)[smyrak.com:~]; RCPT_COUNT_ONE(0.00)[1]; ARC_NA(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_NONE(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[] X-Rspamd-Queue-Id: 4SqLK76XcBz4LqJ X-Spamd-Bar: ++ On Tue, 12 Dec 2023 04:01:23 -0800 list_freebsd@bluerosetech.com wrote: > On 2023-10-24 15:12, Dan Mahoney (Ports) wrote: > > Yes, I know that I should be ready to upgrade to 15 at some point, > > on whatever quarterly port boundary it's decided, "I guess that's > > when", with no advance notice, via the full stupid dump-and-restore > > process. > > I know it's too late now, but run postgresql-server in its own jail. > Among other administrative advantages, it splits the > postgresql-client dependency tree so you don't have to upgrade your > database server every time the Ports Tree bumps PGSQL_DEFAULT. > PostgreSQL clients tend to have excellent backward compatibility, so > as a rule the server just needs to be a supported version. > Or you can diverge the PGSQL_DEFAULT between server and client: .if ${.CURDIR:M*/databases/postgresql${YOUR_FAV_SERVER_VERSION}-server} PGSQL_DEFAULT=foo .endif -- Piotr Smyrak