Re: git: 0d3f06e3f227 - main - net/kea: Revert part of d3b93d68cde7
Date: Thu, 14 Aug 2025 18:06:13 UTC
The shebang is actually #!@PYTHON@. I suppose I could use
SHEBANG_GLOB=@PYTHON@ ?
--
Cheers,
Cy Schubert <Cy.Schubert@cschubert.com>
FreeBSD UNIX: <cy@FreeBSD.org> Web: https://FreeBSD.org
NTP: <cy@nwtime.org> Web: https://nwtime.org
e**(i*pi)+1=0
On Thu, 14 Aug 2025 20:54:37 +0300
Dima Panov <fluffy@FreeBSD.org> wrote:
> Hello!
>
>
> Nope, it's a wrong solution, please avoid using legacy symlink python3 directly.
>
> Stage-qa (and real usage) solved by USES+=shebangfix and SHEBANG_GLOB=*.py
>
>
> On 14.08.2025 18:52, Cy Schubert wrote:
> > The branch main has been updated by cy:
> >
> > URL: https://cgit.FreeBSD.org/ports/commit/?id=0d3f06e3f227896b438c61c15e6d33103835cd10
> >
> > commit 0d3f06e3f227896b438c61c15e6d33103835cd10
> > Author: Cy Schubert <cy@FreeBSD.org>
> > AuthorDate: 2025-08-14 14:41:42 +0000
> > Commit: Cy Schubert <cy@FreeBSD.org>
> > CommitDate: 2025-08-14 15:11:21 +0000
> >
> > net/kea: Revert part of d3b93d68cde7
> >
> > Fixing stage-qa breaks configure on systems without python installed.
> >
> > Reported by: Andrey Pevnev <apevnev@me.com>
> > ---
> > net/kea/Makefile | 5 +++--
> > 1 file changed, 3 insertions(+), 2 deletions(-)
> >
> > diff --git a/net/kea/Makefile b/net/kea/Makefile
> > index f82c22f0efa5..c45f34cc5f40 100644
> > --- a/net/kea/Makefile
> > +++ b/net/kea/Makefile
> > @@ -1,6 +1,6 @@
> > PORTNAME= kea
> > DISTVERSION= 3.0.0
> > -PORTREVISION= 3
> > +PORTREVISION= 4
> > CATEGORIES= net
> > MASTER_SITES= ISC/kea/${DISTVERSION}
> >
> > @@ -20,7 +20,8 @@ MESON_ARGS= --auto-features=disabled \
> > -Dnetconf=disabled
> >
> > BUILD_DEPENDS= googletest>0:devel/googletest \
> > - rst2man:textproc/py-docutils@${PY_FLAVOR}
> > + rst2man:textproc/py-docutils@${PY_FLAVOR} \
> > + python3:lang/python3
> >
> > CPE_VENDOR= isc
> > CPE_VERSION= ${DISTVERSION:C/-.*//}
>