pkgsrc-WIP-changes archive

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

lldb-git: Bump to 5.0.0 and remove obsolete pre-libpanel.h option



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jan 28 21:00:43 2017 +0100
Changeset:	c72bb4bb8781b055f0324bcf3540de039939cc90

Modified Files:
	lldb-git/Makefile

Log Message:
lldb-git: Bump to 5.0.0 and remove obsolete pre-libpanel.h option

Sync version with LLVM.

libpanel(3) will land NetBSD-8.0. Earlier stable versions won't be supported.

Sponsored by <The NetBSD Foundation>

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

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

diffstat:
 lldb-git/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diffs:
diff --git a/lldb-git/Makefile b/lldb-git/Makefile
index 1ab1c9a..2e6673b 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-4.0.0
+PKGNAME=	lldb-5.0.0
 CATEGORIES=	lang devel
 
 GIT_REPOSITORIES=	lldb
@@ -50,12 +50,6 @@ REPLACE_PYTHON+=	scripts/shush
 TEST_TARGET=		check-lldb
 TEST_ENV+=		LD_LIBRARY_PATH=${WRKDIR}/build/lib
 
-.if exists(/usr/include/panel.h)
-CMAKE_ARGS+=	-DLLDB_DISABLE_CURSES:BOOL=FALSE
-.else
-CMAKE_ARGS+=	-DLLDB_DISABLE_CURSES:BOOL=TRUE
-.endif
-
 post-extract:
 	${RUN} mkdir -p ${WRKDIR}/build
 


Home | Main Index | Thread Index | Old Index