pkgsrc-WIP-changes archive

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

llvm-*: lldb-*: More reduction of delta between similar packages



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat May 6 03:49:08 2017 +0200
Changeset:	1abcd0aa02528f0adefd084e9840fc3e797895e8

Modified Files:
	lldb-git/Makefile
	llvm-git/Makefile
	llvm-netbsd/Makefile

Log Message:
llvm-*: lldb-*: More reduction of delta between similar packages

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

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

diffstat:
 lldb-git/Makefile    | 4 ++++
 llvm-git/Makefile    | 4 ++++
 llvm-netbsd/Makefile | 4 ++++
 3 files changed, 12 insertions(+)

diffs:
diff --git a/lldb-git/Makefile b/lldb-git/Makefile
index 5321cdf768..ffe3ab906b 100644
--- a/lldb-git/Makefile
+++ b/lldb-git/Makefile
@@ -52,6 +52,9 @@ REPLACE_PYTHON+=	*/*/*/*/*/*/*/*.py
 REPLACE_PYTHON+=	scripts/shush
 
 TEST_TARGET=		check-lldb
+#TEST_TARGET=		check-lldb-unit # doesn't work in standalone build
+#TEST_TARGET=		check-lldb-single # check-lldb -j1
+#TEST_TARGET=		check-lldb-expr # unknown
 TEST_ENV+=		LD_LIBRARY_PATH=${WRKDIR}/build/lib
 
 .include "../../mk/bsd.prefs.mk"
@@ -72,6 +75,7 @@ CMAKE_ARGS+=	-DLLDB_DISABLE_CURSES:BOOL=TRUE
 post-extract:
 	${RUN} mkdir -p ${WRKDIR}/build
 
+#.include "../../devel/googletest/buildlink3.mk" # check-lldb-unit
 .include "../../devel/libatomic_ops/buildlink3.mk"
 .include "../../devel/swig/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
diff --git a/llvm-git/Makefile b/llvm-git/Makefile
index 12ad0b954c..7d177f7b38 100644
--- a/llvm-git/Makefile
+++ b/llvm-git/Makefile
@@ -8,6 +8,10 @@
 # lang/clang-static-analyzer
 # lang/libLLVM
 # lang/libunwind
+#
+# Always update all */buildlink3.mk to require the latest stable release
+# version in BUILDLINK_API_DEPENDS, as there is no backwards compatibility
+#
 
 PKGNAME=	llvm-5.0.0
 CATEGORIES=	lang devel
diff --git a/llvm-netbsd/Makefile b/llvm-netbsd/Makefile
index 6f1c8f5977..0c18b7f4ff 100644
--- a/llvm-netbsd/Makefile
+++ b/llvm-netbsd/Makefile
@@ -8,6 +8,10 @@
 # lang/clang-static-analyzer
 # lang/libLLVM
 # lang/libunwind
+#
+# Always update all */buildlink3.mk to require the latest stable release
+# version in BUILDLINK_API_DEPENDS, as there is no backwards compatibility
+#
 
 PKGNAME=	llvm-5.0.0
 CATEGORIES=	lang devel


Home | Main Index | Thread Index | Old Index