databases/kbibtex: Bump C++ version to C++17

Backport upstream commit 4d9ce600fdd1deb035a26e4f7922d35b2f41beaf
Fixes build with ICU 76+

Reference:
4d9ce600fd

PR:		278420
Approved by:	portmgr (blanket, build fix)
This commit is contained in:
Daniel Engberg 2025-01-25 17:05:22 +01:00
parent c926301a27
commit 4d2097aab2
2 changed files with 9 additions and 3 deletions

View File

@ -4,6 +4,9 @@ PORTREVISION= 9
CATEGORIES= databases kde CATEGORIES= databases kde
MASTER_SITES= KDE/stable/KBibTeX/${DISTVERSION} MASTER_SITES= KDE/stable/KBibTeX/${DISTVERSION}
PATCH_SITES= https://github.com/KDE/kbibtex/commit/
PATCHFILES= 4d9ce600fdd1deb035a26e4f7922d35b2f41beaf.patch:-p1
MAINTAINER= kde@FreeBSD.org MAINTAINER= kde@FreeBSD.org
COMMENT= Bibliography editor for KDE COMMENT= Bibliography editor for KDE
WWW= https://userbase.kde.org/KBibTeX WWW= https://userbase.kde.org/KBibTeX
@ -15,7 +18,7 @@ LIB_DEPENDS= libicuuc.so:devel/icu \
libpoppler.so:graphics/poppler \ libpoppler.so:graphics/poppler \
libpoppler-qt5.so:graphics/poppler-qt5 libpoppler-qt5.so:graphics/poppler-qt5
USES= cmake compiler:c++11-lang desktop-file-utils gettext-tools \ USES= cmake compiler:c++17-lang desktop-file-utils gettext-tools \
kde:5 pkgconfig qt:5 shared-mime-info tar:xz xorg kde:5 pkgconfig qt:5 shared-mime-info tar:xz xorg
USE_KDE= auth bookmarks codecs completion config configwidgets \ USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash i18n iconthemes itemviews jobwidgets kio \ coreaddons crash i18n iconthemes itemviews jobwidgets kio \
@ -28,7 +31,8 @@ USE_QT= concurrent core dbus gui location network networkauth \
USE_XORG= x11 USE_XORG= x11
USE_LDCONFIG= yes USE_LDCONFIG= yes
CMAKE_ARGS+= -DKDE_INSTALL_MANDIR:PATH=${PREFIX}/share/man CMAKE_OFF= CMAKE_CXX_EXTENSIONS
CMAKE_ARGS= -DKDE_INSTALL_MANDIR:PATH=${PREFIX}/share/man
OPTIONS_DEFINE= WEBENGINE OPTIONS_DEFINE= WEBENGINE
OPTIONS_DEFAULT_aarch64= WEBENGINE OPTIONS_DEFAULT_aarch64= WEBENGINE

View File

@ -1,3 +1,5 @@
TIMESTAMP = 1681627178 TIMESTAMP = 1737801777
SHA256 (kbibtex-0.10.0.tar.xz) = b127b240a7cd77c538619dc882a399b3c6ccd77a04428a497af906f14d09b8c4 SHA256 (kbibtex-0.10.0.tar.xz) = b127b240a7cd77c538619dc882a399b3c6ccd77a04428a497af906f14d09b8c4
SIZE (kbibtex-0.10.0.tar.xz) = 3885328 SIZE (kbibtex-0.10.0.tar.xz) = 3885328
SHA256 (4d9ce600fdd1deb035a26e4f7922d35b2f41beaf.patch) = d07e245d0480e82c4d6fc989dcfbeb521bb0d367e40f047481d87d7aba28ad6a
SIZE (4d9ce600fdd1deb035a26e4f7922d35b2f41beaf.patch) = 881