Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Apr 2021 23:25:29 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 634c799cf3b9 - main - multimedia/libvlcpp: Fix build: framework failed to correctly set WRKSRC for this GitLab project
Message-ID:  <202104092325.139NPTiK085131@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=634c799cf3b99bc76fdea9ad3ccd18c76e7fba49

commit 634c799cf3b99bc76fdea9ad3ccd18c76e7fba49
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-04-09 23:24:02 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-04-09 23:24:02 +0000

    multimedia/libvlcpp: Fix build: framework failed to correctly set WRKSRC for this GitLab project
    
    Reported by:    linimon
---
 multimedia/libvlcpp/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/multimedia/libvlcpp/Makefile b/multimedia/libvlcpp/Makefile
index 408c7124f482..4661ce4700ce 100644
--- a/multimedia/libvlcpp/Makefile
+++ b/multimedia/libvlcpp/Makefile
@@ -18,6 +18,8 @@ GL_SITE=	https://code.videolan.org
 GL_ACCOUNT=	videolan
 GL_COMMIT=	17e622c6a23f685a60451e9611d50e361cee2278
 
+WRKSRC=		${WRKDIR}/${PORTNAME}-${GL_COMMIT}-${GL_COMMIT} # for some reason framework fails to determine WRKSRC, also with GL_PROJECT=${PORTNAME}
+
 GNU_CONFIGURE=	yes
 
 NO_BUILD=	yes



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