Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Sep 2015 20:39:29 +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: r397024 - head/devel/lldb37
Message-ID:  <201509152039.t8FKdTvw082794@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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