git: 3f06d27ed136 - main - devel/libclc: drop dependency on python2.7

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 26 15:08:35 UTC 2021


The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3f06d27ed1365275282e732ac3e9d8bd9e16b2fb

commit 3f06d27ed1365275282e732ac3e9d8bd9e16b2fb
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-05-26 15:00:52 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-05-26 15:05:36 +0000

    devel/libclc: drop dependency on python2.7
    
    It builds fine with python3, produced package contents are identical
    
    Approved by:    portmgr blanket
---
 devel/libclc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/libclc/Makefile b/devel/libclc/Makefile
index ebde9594a709..8cdabec66102 100644
--- a/devel/libclc/Makefile
+++ b/devel/libclc/Makefile
@@ -21,7 +21,7 @@ GH_ACCOUNT=	llvm-mirror
 GH_TAGNAME=	9f6204e
 
 # ninja based build is broken since commit 598792bc (16 sep 2016)
-USES=		gmake python:2.7,build gmake
+USES=		gmake python:build
 USE_LDCONFIG=	yes
 MAKE_ENV=	MAKE=${GMAKE} DESTDIR=${STAGEDIR}
 ALL_TARGET=


More information about the dev-commits-ports-all mailing list