Date: Fri, 19 Feb 2021 05:38:08 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566026 - in head/net-mgmt: netmagis-topo netmagis-www Message-ID: <202102190538.11J5c8w4026248@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Fri Feb 19 05:38:07 2021 New Revision: 566026 URL: https://svnweb.freebsd.org/changeset/ports/566026 Log: Mark BROKEN in 13/14 (via latest llvm update). Modified: head/net-mgmt/netmagis-topo/Makefile head/net-mgmt/netmagis-www/Makefile Modified: head/net-mgmt/netmagis-topo/Makefile ============================================================================== --- head/net-mgmt/netmagis-topo/Makefile Fri Feb 19 05:33:44 2021 (r566025) +++ head/net-mgmt/netmagis-topo/Makefile Fri Feb 19 05:38:07 2021 (r566026) @@ -9,6 +9,9 @@ COMMENT= Netmagis topology module LICENSE= CECILL-B +BROKEN_FreeBSD_13= ld: error: duplicate symbol: mobjlist +BROKEN_FreeBSD_14= ld: error: duplicate symbol: mobjlist + RUN_DEPENDS= netmagis-config:net-mgmt/netmagis-common \ rancid-run:net-mgmt/rancid3 \ fping:net/fping Modified: head/net-mgmt/netmagis-www/Makefile ============================================================================== --- head/net-mgmt/netmagis-www/Makefile Fri Feb 19 05:33:44 2021 (r566025) +++ head/net-mgmt/netmagis-www/Makefile Fri Feb 19 05:38:07 2021 (r566026) @@ -9,6 +9,9 @@ COMMENT= Netmagis web module LICENSE= CECILL-B +BROKEN_FreeBSD_13= ld: error: duplicate symbol: mobjlist +BROKEN_FreeBSD_14= ld: error: duplicate symbol: mobjlist + RUN_DEPENDS= netmagis-config:net-mgmt/netmagis-common \ dot:graphics/graphviz \ pwgen:sysutils/pwgen \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102190538.11J5c8w4026248>