pkgsrc-WIP-changes archive

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

lldb-netbsd: lldb-git: Forget about py-six dependency from pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Feb 1 02:09:19 2017 +0100
Changeset:	5154b3a6c11b14675118bc4c0945e516f1554c2b

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

Log Message:
lldb-netbsd: lldb-git: Forget about py-six dependency from pkgsrc

The local copy of six.py will be placed in a subdir of lldb.

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=5154b3a6c11b14675118bc4c0945e516f1554c2b

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-netbsd/Makefile | 2 --
 2 files changed, 4 deletions(-)

diffs:
diff --git a/lldb-git/Makefile b/lldb-git/Makefile
index 2e6673b..7f837ac 100644
--- a/lldb-git/Makefile
+++ b/lldb-git/Makefile
@@ -11,8 +11,6 @@ HOMEPAGE=	http://lldb.org/
 COMMENT=	Next generation, high-performance debugger
 LICENSE=	modified-bsd
 
-#DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-
 WRKSRC=			${WRKDIR}/${PKGBASE}
 CONFIGURE_DIRS=		${WRKDIR}/build
 CMAKE_ARG_PATH=		${WRKSRC}
diff --git a/lldb-netbsd/Makefile b/lldb-netbsd/Makefile
index 50df887..ee470ab 100644
--- a/lldb-netbsd/Makefile
+++ b/lldb-netbsd/Makefile
@@ -12,8 +12,6 @@ HOMEPAGE=	http://lldb.org/
 COMMENT=	Next generation, high-performance debugger
 LICENSE=	modified-bsd
 
-#DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-
 WRKSRC=			${WRKDIR}/${PKGBASE}
 CONFIGURE_DIRS=		${WRKDIR}/build
 CMAKE_ARG_PATH=		${WRKSRC}


Home | Main Index | Thread Index | Old Index