svn commit: r565887 - in head: net/thcrut sysutils/ucspi-ssl

Mark Linimon linimon at FreeBSD.org
Thu Feb 18 04:30:27 UTC 2021


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

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

Modified:
  head/net/thcrut/Makefile
  head/sysutils/ucspi-ssl/Makefile

Modified: head/net/thcrut/Makefile
==============================================================================
--- head/net/thcrut/Makefile	Thu Feb 18 04:30:00 2021	(r565886)
+++ head/net/thcrut/Makefile	Thu Feb 18 04:30:26 2021	(r565887)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://thc.org/releases/ \
 MAINTAINER=	lx at FreeBSD.org
 COMMENT=	Local network discovery tool
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: ip_tcp_sync_addr
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: ip_tcp_sync_addr
+
 GNU_CONFIGURE=	yes
 
 CONFIGURE_ARGS+=	--with-libnet=${LOCALBASE} \

Modified: head/sysutils/ucspi-ssl/Makefile
==============================================================================
--- head/sysutils/ucspi-ssl/Makefile	Thu Feb 18 04:30:00 2021	(r565886)
+++ head/sysutils/ucspi-ssl/Makefile	Thu Feb 18 04:30:26 2021	(r565887)
@@ -9,6 +9,9 @@ MASTER_SITES=	http://www.fehcom.de/ipnet/ucspi-ssl/
 MAINTAINER=	lx at FreeBSD.org
 COMMENT=	UCSPI tools for building SSL client-server applications
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: strnum
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: strnum
+
 RUN_DEPENDS=	tcpserver:sysutils/ucspi-tcp \
 		${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
 


More information about the svn-ports-all mailing list