Skip to content

Commit

Permalink
audio/liblastfm-qt5: Fix build with Clang >= 16
Browse files Browse the repository at this point in the history
In file included from /wrkdirs/usr/ports/audio/liblastfm-qt5/work/liblastfm-1.0.9-5-g4433165/src/fingerprint/Fingerprint.cpp:21:
/wrkdirs/usr/ports/audio/liblastfm-qt5/work/liblastfm-1.0.9-5-g4433165/src/fingerprint/Fingerprint.h:74:49: error: ISO C++17 does not allow dynamic exception specifications [-Wdynamic-exception-spec]
        void generate( FingerprintableSource* ) throw( Error );

While here, pet portlint (1).

Reported by:	pkg-fallout
  • Loading branch information
BSDKaffee committed Jun 26, 2023
1 parent 10aecf3 commit a750fa1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion audio/liblastfm-qt5/Makefile
@@ -1,10 +1,13 @@
PORTNAME= liblastfm
DISTVERSION= 1.0.9-5
PORTREVISION= 3
DISTVERSIONSUFFIX= -g4433165
PORTREVISION= 3
CATEGORIES= audio
PKGNAMESUFFIX= -qt5

PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
PATCHFILES+= d51ad3e759331d7d79c6675c5d22541280bf9a70.patch:-p1 #Remove dynamic exception specs

MAINTAINER= jhale@FreeBSD.org
COMMENT= Qt C++ library for the Last.fm webservices
WWW= https://github.com/lastfm/liblastfm
Expand Down
4 changes: 3 additions & 1 deletion audio/liblastfm-qt5/distinfo
@@ -1,3 +1,5 @@
TIMESTAMP = 1524002793
TIMESTAMP = 1687757062
SHA256 (lastfm-liblastfm-1.0.9-5-g4433165_GH0.tar.gz) = 8cf1835af3f38f0c7c576e8a01c2d19ee32c7006a44d2d183fb64ed228bc5ca6
SIZE (lastfm-liblastfm-1.0.9-5-g4433165_GH0.tar.gz) = 119427
SHA256 (d51ad3e759331d7d79c6675c5d22541280bf9a70.patch) = a0c3454c57cc1b36cfc617d431bdcdff91adb3ead0c7ee0ec7c9b6c0211f601e
SIZE (d51ad3e759331d7d79c6675c5d22541280bf9a70.patch) = 2220

0 comments on commit a750fa1

Please sign in to comment.