pkgsrc-WIP-changes archive

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

Revert "lldb: needs readline"



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Wed Mar 9 08:52:05 2016 +0100
Changeset:	c447bc175902ccef55afe7bb85d229ef6ed88b31

Modified Files:
	lldb-git/Makefile
	lldb/Makefile

Log Message:
Revert "lldb: needs readline"

The error is:
[  1%] Python script building LLDB Python wrapper
... /scripts/Python/modules/readline/readline.cpp:9:31: fatal error: editline/readline.h: No such file or directory
compilation terminated.

XXX not really sure what is going on here. Maybe it needs py27-readline.
This reverts commit c62d5a884b46165308e7c129cf9c05748f42dc9f.

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

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

diffstat:
 lldb-git/Makefile | 1 -
 lldb/Makefile     | 1 -
 2 files changed, 2 deletions(-)

diffs:
diff --git a/lldb-git/Makefile b/lldb-git/Makefile
index 286db7f..30cb4ec 100644
--- a/lldb-git/Makefile
+++ b/lldb-git/Makefile
@@ -126,7 +126,6 @@ DEPENDS+=	llvm-${PKGVERSION_NOREV}{,nb*}:../../wip/llvm-git
 DEPENDS+=	clang-${PKGVERSION_NOREV}{,nb*}:../../wip/clang-git
 .include "../../wip/clang-git/buildlink3.mk"
 .include "../../wip/mk/git-package.mk"
-.include "../../devel/readline/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/extension.mk"
 .include "../../lang/python/pyversion.mk"
diff --git a/lldb/Makefile b/lldb/Makefile
index 67cd946..3f35c4d 100644
--- a/lldb/Makefile
+++ b/lldb/Makefile
@@ -125,7 +125,6 @@ DEPENDS+=	llvm-${PKGVERSION_NOREV}{,nb*}:../../wip/llvm
 .include "../../wip/llvm/buildlink3.mk"
 DEPENDS+=	clang-${PKGVERSION_NOREV}{,nb*}:../../wip/clang
 .include "../../wip/clang/buildlink3.mk"
-.include "../../devel/readline/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/extension.mk"
 .include "../../lang/python/pyversion.mk"


Home | Main Index | Thread Index | Old Index