svn commit: r565899 - head/security/ipguard

Mark Linimon linimon at FreeBSD.org
Thu Feb 18 05:51:43 UTC 2021


Author: linimon
Date: Thu Feb 18 05:51:42 2021
New Revision: 565899
URL: https://svnweb.freebsd.org/changeset/ports/565899

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

Modified:
  head/security/ipguard/Makefile

Modified: head/security/ipguard/Makefile
==============================================================================
--- head/security/ipguard/Makefile	Thu Feb 18 05:46:53 2021	(r565898)
+++ head/security/ipguard/Makefile	Thu Feb 18 05:51:42 2021	(r565899)
@@ -12,6 +12,9 @@ COMMENT=	Tool designed to protect LAN IP address space
 
 LICENSE=	BSD2CLAUSE
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: addr_nosubst
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: addr_nosubst
+
 LIB_DEPENDS=	libnet.so:net/libnet
 
 USE_RC_SUBR=	${PORTNAME}


More information about the svn-ports-all mailing list