pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lldb-git: fix lint and PLIST



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Tue Feb 23 00:51:28 2016 +0100
Changeset:	52a7ac640b46677e1fb893717deb6ac453f33875

Modified Files:
	lldb-git/Makefile
	lldb-git/PLIST

Log Message:
lldb-git: fix lint and PLIST

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=52a7ac640b46677e1fb893717deb6ac453f33875

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lldb-git/Makefile | 7 +++----
 lldb-git/PLIST    | 3 ++-
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/lldb-git/Makefile b/lldb-git/Makefile
index db6b830..293bd06 100644
--- a/lldb-git/Makefile
+++ b/lldb-git/Makefile
@@ -8,7 +8,7 @@ GIT_REPO.lldb=		git://github.com/llvm-mirror/lldb.git
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://lldb.org/
-COMMENT=	next generation, high-performance debugger
+COMMENT=	Next generation, high-performance debugger
 LICENSE=	modified-bsd
 
 WRKSRC=			${WRKDIR}/${PKGBASE}
@@ -16,15 +16,14 @@ CONFIGURE_DIRS=		${WRKDIR}/build
 CMAKE_ARG_PATH=		${WRKSRC}
 
 USE_LANGUAGES=		c c++
-USE_CMAKE+=		yes
+USE_CMAKE=		yes
 GCC_REQD+=		4.8
 PY_PATCHPLIST=		yes
 
+CMAKE_ARGS+=	-DLLVM_CONFIG=${LLVM_CONFIG_PATH}
 CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=Release
 CMAKE_ARGS+=	-DCMAKE_C_COMPILER=gcc
 CMAKE_ARGS+=	-DCMAKE_CXX_COMPILER=g++
-# Try to optimize building LLVM for now.
-CMAKE_ARGS+=	-DLLVM_TARGETS_TO_BUILD="X86"
 
 CHECK_PORTABILITY_SKIP=	utils/buildit/build_llvm
 
diff --git a/lldb-git/PLIST b/lldb-git/PLIST
index cc2ac06..3192915 100644
--- a/lldb-git/PLIST
+++ b/lldb-git/PLIST
@@ -486,6 +486,7 @@ include/lldb/Utility/regutils.h
 include/lldb/lldb-defines.h
 include/lldb/lldb-enumerations.h
 include/lldb/lldb-forward.h
+include/lldb/lldb-private-defines.h
 include/lldb/lldb-private-enumerations.h
 include/lldb/lldb-private-forward.h
 include/lldb/lldb-private-interfaces.h
@@ -516,7 +517,7 @@ lib/liblldbPluginABISysV_mips.a
 lib/liblldbPluginABISysV_mips64.a
 lib/liblldbPluginABISysV_ppc.a
 lib/liblldbPluginABISysV_ppc64.a
-lib/liblldbPluginABISysV_${MACHINE_ARCH}.a
+lib/liblldbPluginABISysV_x86_64.a
 lib/liblldbPluginAppleObjCRuntime.a
 lib/liblldbPluginCPlusPlusLanguage.a
 lib/liblldbPluginCXXItaniumABI.a


Home | Main Index | Thread Index | Old Index