svn commit: r565902 - head/security/passivedns

Mark Linimon linimon at FreeBSD.org
Thu Feb 18 06:22:00 UTC 2021


Author: linimon
Date: Thu Feb 18 06:21:59 2021
New Revision: 565902
URL: https://svnweb.freebsd.org/changeset/ports/565902

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

Modified:
  head/security/passivedns/Makefile

Modified: head/security/passivedns/Makefile
==============================================================================
--- head/security/passivedns/Makefile	Thu Feb 18 05:59:12 2021	(r565901)
+++ head/security/passivedns/Makefile	Thu Feb 18 06:21:59 2021	(r565902)
@@ -10,6 +10,9 @@ COMMENT=	Network sniffer that logs DNS replies for use
 
 LICENSE=	GPLv2
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: config
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: config
+
 LIB_DEPENDS=	libldns.so:dns/ldns
 
 USES=		autoreconf gmake libtool


More information about the svn-ports-all mailing list