svn commit: r565885 - head/net/ss5

Mark Linimon linimon at FreeBSD.org
Thu Feb 18 04:26:16 UTC 2021


Author: linimon
Date: Thu Feb 18 04:26:16 2021
New Revision: 565885
URL: https://svnweb.freebsd.org/changeset/ports/565885

Log:
  Mark BROKEN in 13/14 (via latest llvm update).

Modified:
  head/net/ss5/Makefile

Modified: head/net/ss5/Makefile
==============================================================================
--- head/net/ss5/Makefile	Thu Feb 18 04:20:18 2021	(r565884)
+++ head/net/ss5/Makefile	Thu Feb 18 04:26:16 2021	(r565885)
@@ -13,6 +13,9 @@ COMMENT=	SOCKS v4/v5 application layer gateway with ma
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/License
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: ACMutex
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: ACMutex
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION:C/-[0-9]+//}
 
 USES=		ssl


More information about the svn-ports-all mailing list