svn commit: r565905 - head/sysutils/vcp

Mark Linimon linimon at FreeBSD.org
Thu Feb 18 06:51:16 UTC 2021


Author: linimon
Date: Thu Feb 18 06:51:15 2021
New Revision: 565905
URL: https://svnweb.freebsd.org/changeset/ports/565905

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

Modified:
  head/sysutils/vcp/Makefile

Modified: head/sysutils/vcp/Makefile
==============================================================================
--- head/sysutils/vcp/Makefile	Thu Feb 18 06:45:33 2021	(r565904)
+++ head/sysutils/vcp/Makefile	Thu Feb 18 06:51:15 2021	(r565905)
@@ -9,6 +9,9 @@ MASTER_SITES=	http://freebsdcluster.org/~mich/software
 MAINTAINER=	mich at FreeBSD.org
 COMMENT=	Copy files in curses interface
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: logw
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: logw
+
 CONFLICTS=	p5-VCP-[0-9]* \
 		p5-VCP-autrijus-[0-9]*
 


More information about the svn-ports-all mailing list