pkgsrc-WIP-changes archive

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

lldb-git: Sync with upstream (and welcome to 3.9.0)



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Jan 19 00:25:07 2016 +0100
Changeset:	9fe9e4a17e5e8854245329bc07262bf7aae6a945

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

Log Message:
lldb-git: Sync with upstream (and welcome to 3.9.0)

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

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

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

diffs:
diff --git a/lldb-git/Makefile b/lldb-git/Makefile
index a768014..89b0846 100644
--- a/lldb-git/Makefile
+++ b/lldb-git/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile.common,v 1.7 2015/07/20 05:49:53 adam Exp $
 
-PKGNAME=	lldb-3.7.0
+PKGNAME=	lldb-3.9.0
 CATEGORIES=	lang devel
 
 GIT_REPOSITORIES=	lldb
diff --git a/lldb-git/PLIST b/lldb-git/PLIST
index 0730045..cc2ac06 100644
--- a/lldb-git/PLIST
+++ b/lldb-git/PLIST
@@ -1,11 +1,11 @@
 @comment $NetBSD$
 bin/lldb
-bin/lldb-3.8.0
+bin/${PKGNAME}
 bin/lldb-argdumper
 bin/lldb-mi
-bin/lldb-mi-3.8.0
+bin/lldb-mi-${PKGVERSION}
 bin/lldb-server
-bin/lldb-server-3.8.0
+bin/lldb-server-${PKGVERSION}
 include/lldb/API/LLDB.h
 include/lldb/API/SBAddress.h
 include/lldb/API/SBAttachInfo.h
@@ -122,6 +122,7 @@ include/lldb/Core/History.h
 include/lldb/Core/IOHandler.h
 include/lldb/Core/IOStreamMacros.h
 include/lldb/Core/Listener.h
+include/lldb/Core/LoadedModuleInfoList.h
 include/lldb/Core/Log.h
 include/lldb/Core/Logging.h
 include/lldb/Core/Mangled.h
@@ -494,7 +495,7 @@ include/lldb/lldb-public.h
 include/lldb/lldb-types.h
 include/lldb/lldb-versioning.h
 lib/liblldb.so
-lib/liblldb.so.3.8.0
+lib/liblldb.so.${PKGVERSION}
 lib/liblldbBase.a
 lib/liblldbBreakpoint.a
 lib/liblldbCommands.a


Home | Main Index | Thread Index | Old Index