svn commit: r397024 - head/devel/lldb37

Brooks Davis brooks at FreeBSD.org
Tue Sep 15 20:39:29 UTC 2015


Author: brooks
Date: Tue Sep 15 20:39:28 2015
New Revision: 397024
URL: https://svnweb.freebsd.org/changeset/ports/397024

Log:
  Mark IGNORE in the cases where lldb is disabled in devel/llvm37.

Modified:
  head/devel/lldb37/Makefile

Modified: head/devel/lldb37/Makefile
==============================================================================
--- head/devel/lldb37/Makefile	Tue Sep 15 20:23:44 2015	(r397023)
+++ head/devel/lldb37/Makefile	Tue Sep 15 20:39:28 2015	(r397024)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lldb
 PORTVERSION=	3.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 PKGNAMESUFFIX=	${LLVM_SUFFIX}
 
@@ -14,6 +14,12 @@ RUN_DEPENDS+=	lldb${LLVM_SUFFIX}:${PORTS
 
 LLVM_SUFFIX=	37
 
-USES=		metaport
+USES=		metaport compiler:c++11-lib
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == "FreeBSD" && ${COMPILER_TYPE} != clang
+IGNORE=	The devel/llvm${LLVM_SUFFIX} port does not build lldb on this platform
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-head mailing list