Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Apr 2021 20:55:45 GMT
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 3236f55cdc4f - 2021Q2 - Fix KDE_INVENT use
Message-ID:  <202104132055.13DKtjht032693@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3236f55cdc4fa8c030f517486333eb45e6239c5c

commit 3236f55cdc4fa8c030f517486333eb45e6239c5c
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-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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104132055.13DKtjht032693>