svn commit: r549073 - head/net/usockets

Yuri Victorovich yuri at FreeBSD.org
Sat Sep 19 22:00:43 UTC 2020


Author: yuri
Date: Sat Sep 19 22:00:43 2020
New Revision: 549073
URL: https://svnweb.freebsd.org/changeset/ports/549073

Log:
  net/usockets: Brpken on 11
  
  Reported by:	fallout

Modified:
  head/net/usockets/Makefile

Modified: head/net/usockets/Makefile
==============================================================================
--- head/net/usockets/Makefile	Sat Sep 19 21:17:53 2020	(r549072)
+++ head/net/usockets/Makefile	Sat Sep 19 22:00:43 2020	(r549073)
@@ -11,6 +11,8 @@ COMMENT=	Miniscule eventing, networking & crypto for a
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_11=	error: unknown type name 'u_short'; did you mean 'short'?, etc
+
 USES=		compiler:c++17-lang gmake ssl # c++17 only for temp C_++ code, otherwise it is c11
 USE_GITHUB=	yes
 GH_ACCOUNT=	uNetworking


More information about the svn-ports-all mailing list