head 1.3; access; symbols pkgsrc-2025Q2:1.2.0.10 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.8 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.6 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.4 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.2 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.1.0.32 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.30 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.28 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.26 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.24 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.22 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.20 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.18 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.16 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.14 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.12 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.10 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.8 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.6 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.4 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.2 pkgsrc-2020Q2-base:1.1; locks; strict; comment @# @; 1.3 date 2025.08.13.10.13.57; author gdt; state dead; branches; next 1.2; commitid zzJWjsy6zvJgsy6G; 1.2 date 2024.05.15.13.11.13; author wiz; state Exp; branches; next 1.1; commitid uG5VyafVkbni36aF; 1.1 date 2020.06.12.14.20.51; author ryoon; state Exp; branches; next ; commitid mFfe84nz7oc9wWbC; desc @@ 1.3 log @chat/dino: Actually update to 0.4.5 Remove the forcing to a specific git commit, and... use the tag in the normal manner. (Previously, the package was on a commit after 0.4.3, to pick up an upstream fix.) Drop patch cherry-picked from upstream (confirmed present). @ text @$NetBSD: patch-main_CMakeLists.txt,v 1.2 2024/05/15 13:11:13 wiz Exp $ Always export symbols to fix startup on BSDs https://github.com/dino/dino/issues/438 --- main/CMakeLists.txt.orig 2024-05-15 13:01:44.837890255 +0000 +++ main/CMakeLists.txt @@@@ -233,6 +233,8 @@@@ add_dependencies(dino ${GETTEXT_PACKAGE} target_include_directories(dino PRIVATE src) target_link_libraries(dino libdino ${MAIN_PACKAGES}) +set_target_properties(dino PROPERTIES ENABLE_EXPORTS TRUE) + if(WIN32) target_link_libraries(dino -mwindows) endif(WIN32) @ 1.2 log @dino: update to 0.4.3nb1. PKGREVISION=1 because we use post-release branch commits, directly from upstream. 0.4.3 Maintenance release with bug fixes. 0.4.2 Maintenance release with fix for CVE-2023-28686 and bug fixes. 0.4.1 Maintenance release with bug fixes. v0.4.0 "Ilulissat" See the release blog post for details: https://dino.im/blog/2023/02/dino-0.4-release/ @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @chat/dino: import dino-0.1.0 Modern XMPP (Jabber) client using GTK+/Vala. @ text @d3 1 d6 1 a6 1 --- main/CMakeLists.txt.orig 2020-01-29 19:11:48.000000000 +0000 d8 5 a12 4 @@@@ -198,3 +198,5 @@@@ install(FILES DESTINATION ${ICON_INSTALL_DIR}/hicolor/scalable/status ) d14 3 a16 1 +set_target_properties(dino PROPERTIES ENABLE_EXPORTS TRUE) @