Date: Wed, 7 Dec 2022 13:14:29 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 90bb8a348de3 - main - textproc/redland-bindings: unbreak build with Python 3.11, pet stage qa Message-ID: <202212071314.2B7DETlG056282@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=90bb8a348de3945584e5a8933d5d1cd140c79ed9 commit 90bb8a348de3945584e5a8933d5d1cd140c79ed9 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-12-07 13:13:50 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-12-07 13:13:50 +0000 textproc/redland-bindings: unbreak build with Python 3.11, pet stage qa --- textproc/redland-bindings/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/textproc/redland-bindings/Makefile b/textproc/redland-bindings/Makefile index f9b762558578..87df73b49449 100644 --- a/textproc/redland-bindings/Makefile +++ b/textproc/redland-bindings/Makefile @@ -1,6 +1,6 @@ PORTNAME= redland-bindings PORTVERSION= 1.0.17.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ @@ -13,7 +13,9 @@ WWW= https://librdf.org/bindings/ LICENSE= APACHE20 GPLv2 GPLv3 LGPL21 LICENSE_COMB= dual -LIB_DEPENDS= librdf.so:textproc/redland +LIB_DEPENDS= librdf.so:textproc/redland \ + libraptor2.so:textproc/raptor2 \ + librasqal.so:textproc/rasqal GNU_CONFIGURE= yes USES= pkgconfig @@ -24,7 +26,7 @@ OPTIONS_SUB= yes PHP_CONFIGURE_WITH= php PHP_USES= php:build -PYTHON_CONFIGURE_WITH= python +PYTHON_CONFIGURE_WITH= python python-libext=${PYTHON_EXT_SUFFIX}.so PYTHON_USES= python RUBY_CONFIGURE_WITH= ruby RUBY_USE= RUBY=yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212071314.2B7DETlG056282>