Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2024 11:05:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 279430] devel/subversion silent dependency on pkgconf
Message-ID:  <bug-279430-7788-a91h4O099g@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-279430-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-279430-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279430

Vladimir Druzenko <vvd@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vvd@FreeBSD.org

--- Comment #2 from Vladimir Druzenko <vvd@FreeBSD.org> ---
Try this:
 .if ${PORT_OPTIONS:MSTATIC}
+USES+=3D          pkgconfig
 LIBS_SQLITE3!=3D  pkgconf --libs --static sqlite3
 LIBS+=3D          ${LIBS_SQLITE3}
 # for work with ICU
 LIBS+=3D          -lc++ -lm
 .endif

Or this:
 .if ${PORT_OPTIONS:MSTATIC}
+USES+=3D                  pkgconfig
 .  if ${PORT_OPTIONS:MNLS}
 USES+=3D                  gettext-tools
 .  endif
 .  if ${PORT_OPTIONS:MBDB}
 BDB_BUILD_DEPENDS=3D      yes
 .  endif
 OLD_LIB_DEPENDS:=3D=20=20=20=20=20=20
${LIB_DEPENDS:S!^!${LOCALBASE}/lib/!:C!(\.so|\.[0-9]+)?:!.a:!}
 BUILD_DEPENDS+=3D         ${OLD_LIB_DEPENDS}
 LIB_DEPENDS=3D
 .endif

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279430-7788-a91h4O099g>