[Bug 279430] devel/subversion: silent dependency on pkgconf

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 22 Jul 2024 11:43:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279430

Michael Osipov <michaelo@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ports-bugs@FreeBSD.org      |michaelo@FreeBSD.org
             Status|New                         |In Progress

--- Comment #3 from Michael Osipov <michaelo@FreeBSD.org> ---
I believe that somthing is wrong on your end. Subversion already depends on
pkgconfig in shared and static mode:
osipovmi@deblndw011x:~/var/Projekte/freebsd/ports/devel/subversion-lts (main =)
$ make -V USES
shebangfix python:env cpe libtool pathfix pkgconfig shebangfix tar:bzip2
gettext

static:
osipovmi@deblndw011x:~/var/Projekte/freebsd/ports/devel/subversion-lts (main =)
$ make -V USES
shebangfix python:env cpe libtool pathfix pkgconfig shebangfix tar:bzip2
gettext gettext-tools

osipovmi@deblndw011x:~/var/Projekte/freebsd/ports/devel/subversion (main =)
$ make -V USES
shebangfix python:env cpe libtool pathfix pkgconfig shebangfix tar:bzip2
gettext

static:
osipovmi@deblndw011x:~/var/Projekte/freebsd/ports/devel/subversion (main =)
$ make -V USES
shebangfix python:env cpe libtool pathfix pkgconfig shebangfix tar:bzip2
gettext gettext-tools

-- 
You are receiving this mail because:
You are the assignee for the bug.