From nobody Wed Feb 05 17:05:07 2025 X-Original-To: dev-commits-ports-all@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 4Yp66s5Vcbz5n33P; Wed, 05 Feb 2025 17:05:09 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from omta004.cacentral1.a.cloudfilter.net (omta002.cacentral1.a.cloudfilter.net [3.97.99.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Yp66s4WXCz46S0; Wed, 05 Feb 2025 17:05:09 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Authentication-Results: mx1.freebsd.org; none Received: from shw-obgw-4001a.ext.cloudfilter.net ([10.228.9.142]) by cmsmtp with ESMTPS id feaYtroyXyLQGfipptbOtK; Wed, 05 Feb 2025 17:05:09 +0000 Received: from spqr.komquats.com ([70.66.136.217]) by cmsmtp with ESMTPSA id fipntM2uv4k0ofipotcZuh; Wed, 05 Feb 2025 17:05:09 +0000 X-Auth-User: cschuber X-Authority-Analysis: v=2.4 cv=fLKa3oae c=1 sm=1 tr=0 ts=67a39a45 a=h7br+8Ma+Xn9xscxy5znUg==:117 a=h7br+8Ma+Xn9xscxy5znUg==:17 a=kj9zAlcOel0A:10 a=T2h4t0Lz3GQA:10 a=6I5d2MoRAAAA:8 a=EkcXrb_YAAAA:8 a=YxBL1-UpAAAA:8 a=iO2rz8UqHBYG6AKwGPwA:9 a=CjuIK1q_8ugA:10 a=LK5xJRSDVpKd5WXXoEvA:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id 7119FB3; Wed, 05 Feb 2025 09:05:07 -0800 (PST) Received: by slippy.cwsent.com (Postfix, from userid 1000) id 4223384; Wed, 05 Feb 2025 09:05:07 -0800 (PST) X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.8+dev Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Alexey Dokuchaev cc: Cy Schubert , Yasuhiro Kimura , ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: b357fc278748 - main - www/squid: fix build with TDB enabled In-reply-to: References: <202502050639.5156dlIn090705@gitrepo.freebsd.org> <20250205160806.AE011201@slippy.cwsent.com> Comments: In-reply-to Alexey Dokuchaev message dated "Wed, 05 Feb 2025 16:43:40 +0000." List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 05 Feb 2025 09:05:07 -0800 Message-Id: <20250205170507.4223384@slippy.cwsent.com> X-CMAE-Envelope: MS4xfDrrrT7O87ST/NrITTLKfvtn2LoiEO2Qfx+Hc+v2KyMHTKPq1wT8paLdREKU9KumeSLuEvw93AsKvIf9fV+pJeoX0kCMCOLaWGjLN8N3vkDYTXmKXOsR But2yZZ+jD/584zJ4uMc4HUIgfsB2kDUYq9uMmpcc6jCXe+reZLMLtnKwOl01V5yLCEFBMlhLDUk1t9pjNPltbQUkb0Xwnl7AOiPoG4fGJrZ0cBf3qjT8ptM ev5eEfm+tuynUqX+y6u4bMrt5oBt31s2c204TdFA7rgTKN8ZdYbG4KvT7xcABOUthT80VtZK+hLL/Ofne5NrFB88AYWHPyPvSBGZA2EBy5PTK6YcYSL2t6yG Sl/C2byP4q1vuCYxzCi3lHT4CoqXeg== X-Rspamd-Queue-Id: 4Yp66s4WXCz46S0 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:16509, ipnet:3.96.0.0/15, country:US] In message , Alexey Dokuchaev writes: > On Wed, Feb 05, 2025 at 08:08:06AM -0800, Cy Schubert wrote: > > In message <202502050639.5156dlIn090705@gitrepo.freebsd.org>, Yasuhiro > > Kimura writes: > > > commit b357fc2787483896354af0635d24887d8d0dc277 > > > > > > www/squid: fix build with TDB enabled > > > ... > > > +PORTREVISION= 1 > > > > TDB is not a default option. A PORTREVISION bump is unnecessary. > > It is unnecessary not because it's not on by default, but because > it's a build fix: is there were no package before, there's nothing > to bump against. That too. > > ./danfe -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e^(i*pi)+1=0