Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2024 12:01:33 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1836030092a9 - main - devel/qcoro: drop not necessary anymore LLVM from ports on powerpc*
Message-ID:  <202408041201.474C1XH4013477@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=1836030092a94004d0c474b9916f8f981b5aea19

commit 1836030092a94004d0c474b9916f8f981b5aea19
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-08-04 11:50:42 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-08-04 12:00:55 +0000

    devel/qcoro: drop not necessary anymore LLVM from ports on powerpc*
---
 devel/qcoro/Makefile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/devel/qcoro/Makefile b/devel/qcoro/Makefile
index e7e1fc7d74f1..eed6256410f2 100644
--- a/devel/qcoro/Makefile
+++ b/devel/qcoro/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	qcoro
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.10.0
+PORTREVISION=	1
 CATEGORIES=	devel kde
 PKGNAMESUFFIX=	-${FLAVOR}
 
@@ -33,10 +34,4 @@ PLIST_SUB=	QT_VER=${FLAVOR:S/qt//} \
 		SHORTVER=${DISTVERSION:R:R} \
 		FULLVER=${DISTVERSION}
 
-.include <bsd.port.options.mk>
-
-.if ${ARCH:Mpowerpc*}
-USES+=		llvm:min=16
-.endif
-
 .include <bsd.port.mk>



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