pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
jitsi-meet: register git-base as a build-time dependency
Module Name: pkgsrc-wip
Committed By: Pierre Pronchery <khorben%defora.org@localhost>
Pushed By: khorben
Date: Sun Sep 13 03:23:40 2020 +0200
Changeset: b859c79c59714d7439b21c1260fc202f15c69a0b
Modified Files:
jitsi-meet/Makefile
Log Message:
jitsi-meet: register git-base as a build-time dependency
This seems to confirm that this package is not suitable for importing
into pkgsrc as-is: it fetches source code over the network while
building.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b859c79c59714d7439b21c1260fc202f15c69a0b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
jitsi-meet/Makefile | 2 ++
1 file changed, 2 insertions(+)
diffs:
diff --git a/jitsi-meet/Makefile b/jitsi-meet/Makefile
index a5139735a7..40b16ae343 100644
--- a/jitsi-meet/Makefile
+++ b/jitsi-meet/Makefile
@@ -18,6 +18,8 @@ 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
Home |
Main Index |
Thread Index |
Old Index