Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 2023 18:26:12 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d7f39766ffb8 - main - =?utf-8?Q?devel/eql5:=20Update=20g20220217=20=E2=86=92=20g20220228;=20Fix=20build=20with=20clang-16=?=
Message-ID:  <202307191826.36JIQCRU016822@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit d7f39766ffb82b27b2d5c6bc6846a31c628da216
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-18 13:59:18 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-19 18:26:06 +0000

    devel/eql5: Update g20220217 → g20220228; Fix build with clang-16
    
    ... by adding USE_CXXSTD.
    
    Reported by:    fallout (failure with clang-16 on 14)
---
 devel/eql5/Makefile | 6 +++---
 devel/eql5/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/devel/eql5/Makefile b/devel/eql5/Makefile
index 30aaf0f6e850..a79b0f46052a 100644
--- a/devel/eql5/Makefile
+++ b/devel/eql5/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	eql5
-PORTVERSION=	g20220217
-PORTREVISION=	1
+PORTVERSION=	g20220228
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -18,11 +17,12 @@ USE_QT=		core declarative gui help location multimedia network \
 		buildtools:build uitools:build
 USE_GL=		gl
 USE_LDCONFIG=	yes
+USE_CXXSTD=	c++14 # fix build breakage with clang-16 due to ECL using the deprecated 'register' feature
 
 USE_GITLAB=	yes
 GL_ACCOUNT=	eql
 GL_PROJECT=	${PORTNAME:tu}
-GL_TAGNAME=	0bf4fbaf2e231a30a0173640c3bd478e6ea6ad7a
+GL_COMMIT=	440ac762a8345038c8fceb9ef0751b4b4d472342
 
 WRKSRC_SUBDIR=	src
 
diff --git a/devel/eql5/distinfo b/devel/eql5/distinfo
index 726625329eb6..d52a2c0dcabd 100644
--- a/devel/eql5/distinfo
+++ b/devel/eql5/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1645116690
-SHA256 (eql-EQL5-0bf4fbaf2e231a30a0173640c3bd478e6ea6ad7a_GL0.tar.gz) = 0d5c517c448281208b50024e6db73c4e1225595508e5dbc0307b81bc68d4a0ab
-SIZE (eql-EQL5-0bf4fbaf2e231a30a0173640c3bd478e6ea6ad7a_GL0.tar.gz) = 1561067
+TIMESTAMP = 1689789252
+SHA256 (eql-EQL5-440ac762a8345038c8fceb9ef0751b4b4d472342_GL0.tar.gz) = 86179559f043462eff8ee437c2ec4593664ae9989cce9098e38dad7beac96743
+SIZE (eql-EQL5-440ac762a8345038c8fceb9ef0751b4b4d472342_GL0.tar.gz) = 1561051



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