Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2024 12:01:09 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: dbba2efb8087 - main - devel/concurrencpp: drop nowadays unnecessary ports LLVM on powerpc*
Message-ID:  <202408041201.474C19MU012489@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by pkubaj:

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

commit dbba2efb80879c08498259914e0669780480aa8a
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-07-30 14:31:28 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-08-04 12:00:23 +0000

    devel/concurrencpp: drop nowadays unnecessary ports LLVM on powerpc*
---
 devel/concurrencpp/Makefile | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/devel/concurrencpp/Makefile b/devel/concurrencpp/Makefile
index abef06fe736c..6d434dc334e4 100644
--- a/devel/concurrencpp/Makefile
+++ b/devel/concurrencpp/Makefile
@@ -17,13 +17,6 @@ GH_ACCOUNT=	David-Haim
 
 CMAKE_ON=	BUILD_SHARED_LIBS
 
-.include <bsd.port.options.mk>
-
-.if ${ARCH} == powerpc64le || ${ARCH} == powerpc64 || ${ARCH} == powerpc
-CXX=		clang++${LLVM_VERSION}
-USES+=		llvm:min=16
-.endif
-
 do-test: # same as recommended in https://github.com/David-Haim/concurrencpp#building-installing-and-testing
 	@cd ${WRKSRC} && \
 		${CMAKE_BIN} -S test -B build/test && \


home | help

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