pkgsrc-WIP-changes archive

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

jitsi-meet: remove unneeded dependencies



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Sun Nov 1 12:26:38 2020 +0100
Changeset:	4525e36fcb6c2d3dbca41f1dcb083217724d00e1

Modified Files:
	jitsi-meet/Makefile

Log Message:
jitsi-meet: remove unneeded dependencies

The build system of Jitsi Meet must have evolved, it no longer seems to
require Git, Python, nor to build C++ code.

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

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

diffstat:
 jitsi-meet/Makefile | 6 ------
 1 file changed, 6 deletions(-)

diffs:
diff --git a/jitsi-meet/Makefile b/jitsi-meet/Makefile
index 931f1e65ce..58f77e24eb 100644
--- a/jitsi-meet/Makefile
+++ b/jitsi-meet/Makefile
@@ -13,13 +13,8 @@ COMMENT=	Secure, Simple and Scalable Video Conferences
 LICENSE=	apache-2.0
 
 WRKSRC=		${WRKDIR}/jitsi-meet-${DISTNAME}
-USE_LANGUAGES=	c c++
 USE_TOOLS=	gmake tar
 
-PYTHON_VERSIONS_ACCEPTED=	27
-
-#XXX git(1) is used to pull source code over the network
-BUILD_DEPENDS+=	git-base-[0-9]*:../../devel/git-base
 BUILD_DEPENDS+=	npm-[0-9]*:../../lang/npm
 
 BUILD_TARGET=	compile
@@ -36,5 +31,4 @@ post-install:
 
 .include "../../lang/nodejs/buildlink3.mk"
 .include "../../lang/nodejs/nodeversion.mk"
-.include "../../lang/python/tool.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index