Re: git: 8a6ffe8081c9 - main - devel/fnc: unbundle sqlite3

From: Jason E. Hale <jhale_at_freebsd.org>
Date: Tue, 27 Jan 2026 08:33:50 UTC
On Mon, Jan 26, 2026 at 6:00 PM Robert Clausecker <fuz@freebsd.org> wrote:
>
> The branch main has been updated by fuz:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=8a6ffe8081c9a5d61f5d280b1578ed72c19f6303
>
> commit 8a6ffe8081c9a5d61f5d280b1578ed72c19f6303
> Author:     Robert Clausecker <fuz@FreeBSD.org>
> AuthorDate: 2026-01-23 20:50:32 +0000
> Commit:     Robert Clausecker <fuz@FreeBSD.org>
> CommitDate: 2026-01-26 22:59:49 +0000
>
>     devel/fnc: unbundle sqlite3
>
>     PR:             290972
>     Approved by:    ashish (maintainer)
>     MFH:            2026Q1
> ---
>  devel/fnc/Makefile               |  6 +++++-
>  devel/fnc/files/patch-fnc.bld.mk | 32 +++++++++++++++++++++++++++++++-
>  2 files changed, 36 insertions(+), 2 deletions(-)
>
> diff --git a/devel/fnc/Makefile b/devel/fnc/Makefile
> index 8808cc53a9a2..a4850df163ca 100644
> --- a/devel/fnc/Makefile
> +++ b/devel/fnc/Makefile
> @@ -1,5 +1,6 @@
>  PORTNAME=      fnc
>  DISTVERSION=   0.18
> +PORTREVISION=  1
>  CATEGORIES=    devel
>  MASTER_SITES=  https://fnc.bsdbox.org/tarball/${DISTVERSION}/ \
>                 https://distfiles.pirateparty.in/ashish/
> @@ -11,7 +12,9 @@ WWW=          https://fnc.bsdbox.org/
>  LICENSE=       ISCL
>  LICENSE_FILE=  ${WRKSRC}/LICENSE
>
> -USES=          ncurses
> +LIB_DEPENDS=   libsqlite3.so:databases/sqlite3
> +
> +USES=          localbase:ldflags ncurses

Sorry to pile on, but why LIB_DEPENDS instead of USES=sqlite:3?

- Jason