Date: Wed, 22 Jun 2022 09:40:02 GMT From: Lorenzo Salvadore <salvadore@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2703ae40a2ac - main - sysutils/fluxengine: Remove dependency on GCC Message-ID: <202206220940.25M9e2Xp050736@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/ports/commit/?id=2703ae40a2ac3720f7c798243cdaa3c51a090dd2 commit 2703ae40a2ac3720f7c798243cdaa3c51a090dd2 Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2022-06-07 00:15:23 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2022-06-22 09:39:42 +0000 sysutils/fluxengine: Remove dependency on GCC Build fails with GCC 11, which is soon to become GCC default version: use default compiler instead (clang). PR: 264365 Reported by: exp-run (antoine) Approved by: probono@puredarwin.org (maintainer timeout, 2 weeks) --- sysutils/fluxengine/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/fluxengine/Makefile b/sysutils/fluxengine/Makefile index f59f46613c09..98c3b198d600 100644 --- a/sysutils/fluxengine/Makefile +++ b/sysutils/fluxengine/Makefile @@ -1,5 +1,6 @@ PORTNAME= fluxengine DISTVERSION= 572 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= probono@puredarwin.org @@ -8,7 +9,7 @@ COMMENT= USB floppy disk interface for reading and writing non-PC disk formats LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING.md -USES= compiler:gcc-c++11-lib gmake ninja:build pkgconfig sqlite +USES= gmake ninja:build pkgconfig sqlite USE_GITHUB= yes GH_ACCOUNT= davidgiven
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206220940.25M9e2Xp050736>