git: ac63330c92ff - main - net/libusrsctp: Broken on 14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Nov 2022 07:16:01 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac63330c92ff43db8f4e2b8561ba131a71cc71e8 commit ac63330c92ff43db8f4e2b8561ba131a71cc71e8 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-11-19 07:15:30 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-11-19 07:15:30 +0000 net/libusrsctp: Broken on 14 Reported by: fallout --- net/libusrsctp/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/libusrsctp/Makefile b/net/libusrsctp/Makefile index 280c3e1964ea..da5b238cd9fd 100644 --- a/net/libusrsctp/Makefile +++ b/net/libusrsctp/Makefile @@ -9,6 +9,8 @@ WWW= https://github.com/sctplab/usrsctp LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md +BROKEN_FreeBSD_14= compilation fails: no netinet6/ip6protosw.h on FreeBSD 14, see https://github.com/sctplab/usrsctp/issues/667 + USES= cmake USE_LDCONFIG= yes