Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2022 07:16:01 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ac63330c92ff - main - net/libusrsctp: Broken on 14
Message-ID:  <202211190716.2AJ7G1rK027380@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211190716.2AJ7G1rK027380>