git: e1cd01b8a002 - main - dns/idnkit: Mark BROKEN on 14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Aug 2023 19:42:21 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e1cd01b8a0026d323f4a2c40ae4f2cfcabae1f32 commit e1cd01b8a0026d323f4a2c40ae4f2cfcabae1f32 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-18 18:04:47 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-18 19:42:05 +0000 dns/idnkit: Mark BROKEN on 14 Fails to build at configure stage with: configure: error: can't build runidn, since parameter type list of getnameinfo() is unknown to configure. Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- dns/idnkit/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dns/idnkit/Makefile b/dns/idnkit/Makefile index 4aa477bdbf45..e46ea97a415c 100644 --- a/dns/idnkit/Makefile +++ b/dns/idnkit/Makefile @@ -14,6 +14,8 @@ LICENSE_NAME= Japan Network Information Center license LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN_FreeBSD_14= fails to configure: can't build runidn, since parameter type list of getnameinfo() is unknown to configure + USES= iconv libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} \