Date: Sat, 10 Apr 2021 23:51:19 GMT From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fbc665e696d7 - main - Fix KDE_INVENT use Message-ID: <202104102351.13ANpJoW030688@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=fbc665e696d78af040da5a3b0c735d09dd595d9e commit fbc665e696d78af040da5a3b0c735d09dd595d9e Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2021-04-10 23:31:37 +0000 Commit: Adriaan de Groot <adridg@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104102351.13ANpJoW030688>