Skip to content

Commit

Permalink
devel/eql5: Update g20220217 → g20220228; Fix build with clang-16
Browse files Browse the repository at this point in the history
... by adding USE_CXXSTD.

Reported by:	fallout (failure with clang-16 on 14)
  • Loading branch information
yurivict committed Jul 19, 2023
1 parent a3dc44a commit d7f3976
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions devel/eql5/Makefile
@@ -1,6 +1,5 @@
PORTNAME= eql5
PORTVERSION= g20220217
PORTREVISION= 1
PORTVERSION= g20220228
CATEGORIES= devel

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit d7f3976

Please sign in to comment.