Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Dec 2023 18:03:00 -0500
From:      "Jason E. Hale" <jhale@freebsd.org>
To:        "Jason E. Hale" <jhale@freebsd.org>
Cc:        ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org,  dev-commits-ports-main@freebsd.org
Subject:   Re: git: 1c35fdc48d6a - main - textproc/redland: Unbreak BDB option
Message-ID:  <CAJE75NHhkdzZvzuQsZgE%2BrYS5hxWvPL9JFqPS6diGSDfYzL=HA@mail.gmail.com>
In-Reply-To: <202312122048.3BCKmSfI038896@gitrepo.freebsd.org>
References:  <202312122048.3BCKmSfI038896@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Dec 12, 2023 at 3:48=E2=80=AFPM Jason E. Hale <jhale@freebsd.org> w=
rote:
>
> The branch main has been updated by jhale:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=3D1c35fdc48d6ae9ff7d417ad6=
b5409bdf79a67511
>
> commit 1c35fdc48d6ae9ff7d417ad6b5409bdf79a67511
> Author:     Jason E. Hale <jhale@FreeBSD.org>
> AuthorDate: 2023-12-12 20:10:37 +0000
> Commit:     Jason E. Hale <jhale@FreeBSD.org>
> CommitDate: 2023-12-12 20:41:25 +0000
>
>     textproc/redland: Unbreak BDB option
>
>     Before [1] we had former port devel/virtuoso explicitly disabled as a
>     pseudo-option, but this configure argument was lost in that commit. T=
he
>     seemingly buggy configure script tries to use virtuoso despite its
>     non-existence.
>
>     rdf_storage_virtuoso.c:55:10: fatal error: 'sql.h' file not found
>
>     [1] https://cgit.freebsd.org/ports/commit/?id=3D134cdd54850031bfdc820=
2d27b1a69b2839d94bb
>
>     PR:             275700
>     Reported by:    <andy@neu.net>
> ---
>  textproc/redland/Makefile | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile
> index 4a9ed73772dd..72449e33a5bc 100644
> --- a/textproc/redland/Makefile
> +++ b/textproc/redland/Makefile
> @@ -22,7 +22,8 @@ USE_LDCONFIG=3D yes
>  USE_PERL5=3D     build
>  SHEBANG_FILES=3D scripts/touch-mtime.pl
>  GNU_CONFIGURE=3D yes
> -CONFIGURE_ARGS=3D        --with-threestore=3Dno
> +CONFIGURE_ARGS=3D        --with-threestore=3Dno \
> +               --with-virtuoso=3Dno
>
>  INSTALL_TARGET=3D        install-strip
>  TEST_TARGET=3D   check

That should read databases/virtuoso, not devel/virtuoso. Sorry for the conf=
usion



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJE75NHhkdzZvzuQsZgE%2BrYS5hxWvPL9JFqPS6diGSDfYzL=HA>