From nobody Tue Feb 11 10:41:00 2025 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4YsdJz6QvXz5nN4w; Tue, 11 Feb 2025 10:41:07 +0000 (UTC) (envelope-from herbert@gojira.at) Received: from mail.bsd4all.net (mail.bsd4all.net [94.130.200.20]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail.bsd4all.net", Issuer "E6" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4YsdJz3w0kz3xP0; Tue, 11 Feb 2025 10:41:07 +0000 (UTC) (envelope-from herbert@gojira.at) Authentication-Results: mx1.freebsd.org; none Date: Tue, 11 Feb 2025 11:41:00 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail202005; t=1739270460; bh=E+IHC8zmnrKVAifjQcVIs82DXoU6vtugp7WR/O2FDm0=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type; b=c52mIA2cD8SmIsF6ECwRMCXTcXwhcVNard7UQEjUKS+AcRbxMTF7fTMNgBivQhb9u VYrEpTzIpiXrkMJK2R9o9A3Jj3kw3ue3CON0xULFGWuvDtaYayLDXuSbzbucgamcbn Z418zNZhyyfxiOvitJHHbS9XbFqvrzYbQhFd+p/b0qQ9zBPpfpfj1aemG4j3MwRfSM v0U6L+dKBIsC9waeYXsl54dQm8YgMX0ectWkecP3mmk/f6He0tehERrDBhTgPZTWea wc9LYikaC4vIPf2CsS+ObjsSqEzkSmzm8Cr3LdC+IOeMNeTg/wzBuvK/yhO7E6b8Rq Ne77Z0MsurHJQ== From: "Herbert J. Skuhra" To: Norikatsu Shigemura Cc: Tijl Coosemans , ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 70f72049e224 - main - security/gnutls: Update to 3.8.9 Message-ID: References: <202502100855.51A8t6mM053665@gitrepo.freebsd.org> <4d3cb017-3c66-49bd-ba19-c3369a5d3272@FreeBSD.org> List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4d3cb017-3c66-49bd-ba19-c3369a5d3272@FreeBSD.org> X-Rspamd-Queue-Id: 4YsdJz3w0kz3xP0 X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:24940, ipnet:94.130.0.0/16, country:DE] On Tue, Feb 11, 2025 at 06:07:26PM +0900, Norikatsu Shigemura wrote: > Hi Tijl. > > On 2025/02/10 17:55:06, Tijl Coosemans wrote: > > The branch main has been updated by tijl: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=70f72049e2248afb5f23502528af96e60dc6097c > > commit 70f72049e2248afb5f23502528af96e60dc6097c > > Author: Tijl Coosemans > > AuthorDate: 2025-02-10 08:53:52 +0000 > > Commit: Tijl Coosemans > > CommitDate: 2025-02-10 08:54:59 +0000 > > security/gnutls: Update to 3.8.9 > > This commit causes build error: > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > gmake[2]: Entering directory '/usr/ports/security/gnutls/work/gnutls-3.8.9/doc/manpages' > PYTHONPATH='../../cligen' \ > ../../cligen/cli-docgen.py \ > --format man --license=gpl3+ --package 'gnutls' --version='3.8.9' --authors='Nikos Mavrogiannopoulos, Simon Josefsson and others; see /usr/share/doc/gnutls/AUTHORS for a complete list.' --copyright-year=2020-2023 --copyright-holder='Free Software Foundation, and others all rights reserved.' --bug-email=bugs@gnutls.org \ > --include see-also=../../doc/srptool-see-also.texi \ > --include examples=../../doc/srptool-examples.texi \ > ../../src/srptool-options.json srptool.1 > /bin/sh: ../../cligen/cli-docgen.py: not found > gmake[2]: *** [Makefile:3903: srptool.1] Error 127 > gmake[2]: Leaving directory '/usr/ports/security/gnutls/work/gnutls-3.8.9/doc/manpages' > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > > To fix, please apply a patch: > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile > index 2916a9a9cef0..9848a3013ec8 100644 > --- a/security/gnutls/Makefile > +++ b/security/gnutls/Makefile > @@ -18,7 +18,7 @@ LIB_DEPENDS= libgmp.so:math/gmp \ > libunistring.so:devel/libunistring > USES= compiler:c11 cpe gmake iconv libtool localbase makeinfo \ > - pkgconfig tar:xz > + pkgconfig python:build tar:xz > CPE_VENDOR= gnu > USE_LDCONFIG= yes > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This is only needed if SRP=on (default: off). So maybe better fix is: diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 2916a9a9cef0..0059348076e6 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -66,6 +66,8 @@ NLS_USES= gettext NLS_CONFIGURE_OFF= ac_cv_lib_intl_gettext=no NLS_CONFIGURE_ENABLE= nls +SRP_USES= python:build +