Re: git: e83f0a9c84ea - main - */*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VER

From: Michael Osipov <michaelo_at_FreeBSD.org>
Date: Thu, 29 Feb 2024 11:30:41 UTC
On 2024-02-29 12:27, Max Brazhnikov wrote:
> On Wed, 28 Feb 2024 15:54:52 GMT Michael Osipov wrote:
>> The branch main has been updated by michaelo:
>>
>> URL: https://cgit.FreeBSD.org/ports/commit/?id=e83f0a9c84eabcc1307440925cc8d2d6b3dc4566
>>
>> commit e83f0a9c84eabcc1307440925cc8d2d6b3dc4566
>> Author:     Michael Osipov <michaelo@FreeBSD.org>
>> AuthorDate: 2024-02-12 14:31:19 +0000
>> Commit:     Michael Osipov <michaelo@FreeBSD.org>
>> CommitDate: 2024-02-28 15:53:37 +0000
>>
>>      */*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VER
>>      
>>      When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER)
>>      depending ports will still depend on latest version (devel/subversion)
>>      instead of LTS one (devel/subversion-lts). This will cause dependency
>>      conflicts when packages are distributed with Poudriere, namely pkg(8)
>>      will report them and fail to install.
>>      Make all affected ports properly depend on the right port based on the
>>      value set in WITH_SUBVERSION_VER.
>>      
>>      Approved by:    jrm (mentor), otis (mentor), lev (maintainer timeout)
>>      Differential Revision:  https://reviews.freebsd.org/D43864
> 
> Hi Michael,
> 
> we have DEFAULT_VERSIONS to cover cases like this one.

I know and that would have been my preference, but see 
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235935

I might take a look at this when I have spare cycles, but for the moment 
it can stay that way since no one stood up for five years to change that.

Michael