Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2020 21:39:23 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525098 - head/devel/llvm10
Message-ID:  <202002032139.013LdN6X051640@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Mon Feb  3 21:39:23 2020
New Revision: 525098
URL: https://svnweb.freebsd.org/changeset/ports/525098

Log:
  Fix: files/lld directory was removed due to a commit hook.

Modified:
  head/devel/llvm10/Makefile

Modified: head/devel/llvm10/Makefile
==============================================================================
--- head/devel/llvm10/Makefile	Mon Feb  3 21:34:09 2020	(r525097)
+++ head/devel/llvm10/Makefile	Mon Feb  3 21:39:23 2020	(r525098)
@@ -20,8 +20,6 @@ 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}
@@ -127,7 +125,6 @@ LIT_DESC=		Install lit and FileCheck test tools
 LIT_VARS=		_USES_PYTHON=python:3.6+
 LLD_DESC=		Install lld, the LLVM linker
 LLD_DISTFILES=		lld-${DISTVERSION}.src${EXTRACT_SUFX}
-LLD_EXTRA_PATCHES=	${PATCHDIR}/lld
 LLD_LINK_DESC=		Link ld.lld as ld to clang uses it
 LLD_LINK_IMPLIES=	LLD
 LLDB_BUILD_DEPENDS=	swig3.0:devel/swig30 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002032139.013LdN6X051640>