git: 3236f55cdc4f - 2021Q2 - Fix KDE_INVENT use
Adriaan de Groot
adridg at FreeBSD.org
Tue Apr 13 20:55:45 UTC 2021
The branch 2021Q2 has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3236f55cdc4fa8c030f517486333eb45e6239c5c
commit 3236f55cdc4fa8c030f517486333eb45e6239c5c
Author: Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-04-10 23:31:37 +0000
Commit: Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-04-13 20:55:43 +0000
Fix KDE_INVENT use
Not all GitLab installations are the same; KDE_INVENT is one
that still uses the "old" naming scheme, so set WRKSRC for
ports that use that (all of which as "this should be a
temporary solution until there is a real release again").
Fixes build failures (patch, actually, since the extracted
directories didn't match expectations) in e.g. audio/amarok.
---
Mk/Uses/kde.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk
index 00d6eebff849..5dc9fc1e14a0 100644
--- a/Mk/Uses/kde.mk
+++ b/Mk/Uses/kde.mk
@@ -131,6 +131,7 @@ GL_SITE= https://invent.kde.org
GL_ACCOUNT= ${_invent_category}
GL_PROJECT= ${_invent_name}
GL_COMMIT= ${_invent_hash}
+WRKSRC= ${WRKDIR}/${GL_PROJECT}-${GL_COMMIT}-${GL_COMMIT}
. endif
. endif
More information about the dev-commits-ports-all
mailing list