git: 2703ae40a2ac - main - sysutils/fluxengine: Remove dependency on GCC
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Jun 2022 09:40:02 UTC
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