svn commit: r524756 - head/devel/llvm10

Mark Linimon linimon at FreeBSD.org
Sat Feb 1 04:43:55 UTC 2020


Author: linimon
Date: Sat Feb  1 04:43:55 2020
New Revision: 524756
URL: https://svnweb.freebsd.org/changeset/ports/524756

Log:
  Mark BROKEN: files/lld subdirectory does not exist.

Modified:
  head/devel/llvm10/Makefile

Modified: head/devel/llvm10/Makefile
==============================================================================
--- head/devel/llvm10/Makefile	Sat Feb  1 04:22:52 2020	(r524755)
+++ head/devel/llvm10/Makefile	Sat Feb  1 04:43:55 2020	(r524756)
@@ -20,6 +20,8 @@ LICENSE_NAME_LLVM2=	Apache License 2.0 with LLVM Excep
 LICENSE_PERMS_LLVM2=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 LICENSE:=	${LICENSE:NARM}
 
+BROKEN=		fails to patch: devel/llvm10/files/lld: No such file or directory
+
 LLVM_RELEASE=	${DISTVERSION:C/rc.*//}
 LLVM_MAJOR=	${LLVM_RELEASE:C/\.[0-9]\.[0-9]$//}
 LLVM_SUFFIX=	${LLVM_MAJOR}


More information about the svn-ports-all mailing list