git: fbc665e696d7 - main - Fix KDE_INVENT use
Adriaan de Groot
adridg at FreeBSD.org
Sat Apr 10 23:51:20 UTC 2021
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fbc665e696d78af040da5a3b0c735d09dd595d9e
commit fbc665e696d78af040da5a3b0c735d09dd595d9e
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-10 23:50:51 +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