git: 100d9fe6207c - main - sysutils/fluent-bit: drop GCC on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Aug 2023 01:38:28 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=100d9fe6207c6d99d6f712a6c756a9ec2f5f88f5 commit 100d9fe6207c6d99d6f712a6c756a9ec2f5f88f5 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-12 00:02:04 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-12 01:37:48 +0000 sysutils/fluent-bit: drop GCC on powerpc Not needed anymore. --- sysutils/fluent-bit/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/sysutils/fluent-bit/Makefile b/sysutils/fluent-bit/Makefile index 0a0ae9951ecc..cf5ae3e766ec 100644 --- a/sysutils/fluent-bit/Makefile +++ b/sysutils/fluent-bit/Makefile @@ -1,6 +1,7 @@ PORTNAME= fluent-bit DISTVERSIONPREFIX= v DISTVERSION= 2.1.7 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= girgen@FreeBSD.org @@ -15,7 +16,7 @@ BROKEN_mips64= fails to build: conflicting types for 'restrict' USE_GITHUB= yes GH_ACCOUNT= fluent -USES= bison cmake:noninja gmake localbase:ldflags +USES= bison cmake:noninja compiler:c11 gmake localbase:ldflags OPTIONS_DEFINE= SSL PGSQL OPTIONS_DEFAULT= SSL @@ -39,13 +40,6 @@ USE_RC_SUBR= ${PORTNAME} .include <bsd.port.options.mk> -.if ${ARCH} == powerpc -LDFLAGS+= -latomic -USES+= compiler:gcc-c++11-lib -.else -USES+= compiler:c11 -.endif - .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) CFLAGS+= -Wno-error=int-conversion .endif