From owner-dev-commits-ports-all@freebsd.org Fri Aug 20 14:30:38 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4E874661906; Fri, 20 Aug 2021 14:30:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GrkZQ1cdpz3vqP; Fri, 20 Aug 2021 14:30:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2091F1A450; Fri, 20 Aug 2021 14:30:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17KEUctf007876; Fri, 20 Aug 2021 14:30:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17KEUc95007875; Fri, 20 Aug 2021 14:30:38 GMT (envelope-from git) Date: Fri, 20 Aug 2021 14:30:38 GMT Message-Id: <202108201430.17KEUc95007875@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Emanuel Haupt Subject: git: 169b8d35ec7a - main - devel/mimalloc: Don't depend on gcc MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ehaupt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 169b8d35ec7ae204ad56af65f9fa330f9f9ef892 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2021 14:30:38 -0000 The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=169b8d35ec7ae204ad56af65f9fa330f9f9ef892 commit 169b8d35ec7ae204ad56af65f9fa330f9f9ef892 Author: Emanuel Haupt AuthorDate: 2021-08-20 14:28:23 +0000 Commit: Emanuel Haupt CommitDate: 2021-08-20 14:30:23 +0000 devel/mimalloc: Don't depend on gcc - No longer depend on gcc - Add a test target - Pacify portclippy/portfmt Reported by: diizzy --- devel/mimalloc/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/devel/mimalloc/Makefile b/devel/mimalloc/Makefile index a62fe4bc2030..9aa9f3e7a751 100644 --- a/devel/mimalloc/Makefile +++ b/devel/mimalloc/Makefile @@ -3,6 +3,7 @@ PORTNAME= mimalloc DISTVERSIONPREFIX= v DISTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= ehaupt@FreeBSD.org @@ -11,17 +12,15 @@ COMMENT= General-purpose allocator with excellent performance characteristics LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS_i386= libatomic_ops>0:devel/libatomic_ops - -USES= cmake compiler:gcc-c++11-lib +USES= cmake compiler:c++17-lang USE_GITHUB= yes GH_ACCOUNT= microsoft USE_LDCONFIG= yes CMAKE_ON= MI_INSTALL_TOPLEVEL +TEST_TARGET= test -LDFLAGS_i386= -latomic -LDFLAGS_powerpc=-latomic +LDFLAGS_powerpc= -latomic # ci pipeline creates transient tags PORTSCOUT= ignore:1