04d6f52202
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
25 lines
533 B
Makefile
25 lines
533 B
Makefile
# Created by: Brooks Davis
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lldb
|
|
PORTVERSION= 3.8
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
PKGNAMESUFFIX= ${LLVM_SUFFIX}
|
|
|
|
MAINTAINER= brooks@FreeBSD.org
|
|
COMMENT= LLVM Debugger (use devel/llvm${LLVM_SUFFIX})
|
|
|
|
RUN_DEPENDS+= lldb${LLVM_SUFFIX}:devel/llvm${LLVM_SUFFIX}
|
|
|
|
LLVM_SUFFIX= 38
|
|
|
|
USES= metaport compiler:c++11-lib
|
|
|
|
.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>
|