summaryrefslogtreecommitdiff
path: root/net-im (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net-im/telegram-desktop: unbreak build on FreeBSD versions with base LLVM < 16Dima Panov2024-01-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Minimal required LLVM version to build is 16 now. It is stated on the clang release page, that the proposals for doing these kinds of captures are implemented in Clang16 Error example: /wrkdirs/overlays/wip/net-im/telegram-desktop/work-qt5/tdesktop-4.14.4-full/Telegram/SourceFiles/window/window_session_controller.cpp /wrkdirs/overlays/wip/net-im/telegram-desktop/work-qt5/tdesktop-4.14.4-full/Telegram/SourceFiles/window/window_session_controller.cpp:1249:9: error: reference to local binding 'index' declared in enclosing lambda expression if (index >= list.size()) { ^ /wrkdirs/overlays/wip/net-im/telegram-desktop/work-qt5/tdesktop-4.14.4-full/Telegram/SourceFiles/window/window_session_controller.cpp:1246:29: note: 'index' declared here for (const auto [command, index] : accounts) { ^ /wrkdirs/overlays/wip/net-im/telegram-desktop/work-qt5/tdesktop-4.14.4-full/Telegram/SourceFiles/window/window_session_controller.cpp:1252:31: error: reference to local binding 'index' declared in enclosing lambda expression const auto account = list[index]; ^ /wrkdirs/overlays/wip/net-im/telegram-desktop/work-qt5/tdesktop-4.14.4-full/Telegram/SourceFiles/window/window_session_controller.cpp:1246:29: note: 'index' declared here for (const auto [command, index] : accounts) { ^ 2 errors generated. Reported by: Benjamin Takacs <nimaje+fbz@bureaucracy.de>
* net-im/yume: Broken on powerpc64leYuri Victorovich2024-01-141-0/+2
| | | | Reported by: fallout
* net-im/conduit: Broken on powerpc64leYuri Victorovich2024-01-141-0/+2
| | | | Reported by: fallout
* net-im/toot: Pass maintainershipMateusz Piotrowski2024-01-141-1/+1
| | | | PR: 276028
* net-im/toot: Update to 0.41.1Lexi Winter2024-01-142-4/+6
| | | | | PR: 276028 Approved by: maintainer
* net-im/telegram-desktop: update to 4.14.4 release (+)Dima Panov2024-01-142-4/+4
| | | | | | | | * Switch between logged in accounts using Ctrl+Shift+[1-6] shortcuts. * Add poll creation in groups to the attach menu, if exists. * Another fix for payment card validation. Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v4.14.4
* */*: Remove BROKEN in all ports that uses bsdforge.com for MASTER_SITESDaniel Engberg2024-01-141-2/+0
| | | | | | | Site is now back up Reported by: Jamie Landeg-Jones <jamie@catflap.org>, Chris <portmaster@bsdforge.com> Approved by: portmgr (blanket)
* */*: Sanitize MANPREFIX for meson portsMuhammad Moinur Rahman2024-01-124-4/+4
| | | | Approved by: portmgr
* net-im/libsignal-node: Fix build when git isn't installedMikael Urankar2024-01-121-0/+13
| | | | Git is not mandatory as we can use the 'patch' utility
* net-im/gotosocial: update to 0.13.1Dirk Meyer2024-01-112-6/+6
| | | | | PR: 276256 Changelog: https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.13.1
* MAN?PREFIX: eleminate its usage and move man to share/manBaptiste Daroussin2024-01-104-5/+6
|
* net-im/pidgin: remove useless @dir definitionsBaptiste Daroussin2024-01-101-64/+0
|
* net-im/py-slack-sdk: Update version 3.26.1=>3.26.2Muhammad Moinur Rahman2024-01-102-4/+4
| | | | Changelog: https://github.com/slackapi/python-slack-sdk/releases/tag/v3.26.2
* MAN[1-5]PREFIX: eleminate its usage and move man to share/manBaptiste Daroussin2024-01-091-1/+1
|
* net-im/signal-desktop: Update to 6.43.2Mikael Urankar2024-01-095-261/+222
| | | | | | | Changes: https://github.com/signalapp/Signal-Desktop/releases/tag/v6.43.0 https://github.com/signalapp/Signal-Desktop/releases/tag/v6.43.1 https://github.com/signalapp/Signal-Desktop/releases/tag/v6.43.2
* net-im/libsignal-node: Update to 0.36.0Mikael Urankar2024-01-097-1201/+1536
|
* lang/rust: Bump revisions after 1.75.0Mikael Urankar2024-01-098-7/+8
| | | | PR: 276033
* net-im/py-matrix-synapse: Update to 1.98.0Ashish SHUKLA2024-01-094-54/+44
| | | | | PR: 275417 Approved by: Sascha Biberhoffer <ports at skyforge.at> (maintainer)
* net-im/psi: Convert WEBKIT option to WEBENGINEJason E. Hale2024-01-062-14/+15
| | | | | | | | | | | | | | | | | www/qt5-webkit was removed in [1], leaving the WEBKIT option broken. This application supports using www/qt5-webengine as an alternative chatlog engine, so rename the WEBKIT option to WEBENGINE to avoid confusion and add the required dependencies. Enabling QtWebEngine still requires having the ENABLE_WEBKIT CMake argument set, so this was not an oversight [2], as strange as it may look. In fact, psi defaults to use QtWebEngine if it was found when the ENABLE_WEBKIT argument is set. [3] [1] https://cgit.freebsd.org/ports/commit/?id=cb3615b528c288d90aff6aa0e7a9778f80c9e85d [2] https://github.com/psi-im/psi/blob/1.5/CMakeLists.txt#L44 [3] https://github.com/psi-im/psi/blob/1.5/src/CMakeLists.txt#L17 Approved by: portmgr (blanket) MFH: 2024Q1
* net-im/gtkcord4: update to 0.0.17Jan Beich2024-01-062-29/+28
| | | | | Changes: https://github.com/diamondburned/gtkcord4/releases/tag/v0.0.17 Reported by: GitHub (watch releases)
* net-im/telegram-desktop: updte to 4.13.3 release (+)Dima Panov2024-01-062-4/+4
| | | | | | | | | | * Allow sending single-time voice messages. * Fix payments card validation. * Fix crash when trying to join channels above the limit. * Add "Quit Telegram" to the Taskbar context menu. (Windows) * Fix opened windows list in the Dock icon context menu. (macOS) Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v4.14.3
* sysutils/signon-ui: revert bad flavorizationTobias C. Berner2024-01-051-2/+2
| | | | | | - this was premature, unfinished, and unneeded This reverts commit 6d08faea51214414969d21706dead305e9eab673.
* sysutils/signon-ui: flavorize for Qt5 and Qt6Tobias C. Berner2024-01-051-2/+2
|
* net-im/libaccounts-glib: update WWWTobias C. Berner2024-01-051-1/+1
|
* net-im/libaccounts-qt: update WWWTobias C. Berner2024-01-051-1/+1
|
* net-im/libaccounts-qt5: rename to libaccounts-qt and flavorizeTobias C. Berner2024-01-0510-42/+50
| | | | | | | - rename to get rid of qt5 in name - switch to fork [1] to add Qt6 support [1] https://gitlab.com/nicolasfella/libaccounts-qt/-/tree/qt6
* sysutils/signon-qt5: rename port to sysutils/signond and flavorizeTobias C. Berner2024-01-053-5/+7
| | | | | | | | - switch to fork [1] - flavorize to be used against Qt6 - rename port to match upstream (and get rid of the qt-version in the name) [1] https://gitlab.com/nicolasfella/signond/
* */*: Mark all ports that uses bsdforge.com in MASTER_SITES brokenDaniel Engberg2024-01-041-0/+2
| | | | | | | | | The domain bsdforge.com has expired, mark all ports that only uses bsdforge.com as broken (unfetchable). Additionally set ports that uses bsdforge.com as primary site and have broken mirrors as broken too as they're also unfetchable. Approved by: portmgr (blanket)
* net-im/telegram-desktop: update 4.14.1 -> 4.14.2 (+)Sergey A. Osokin2024-01-022-5/+5
| | | | Add a missing component to -qt6 flavor build.
* net-im/t*: update Telegram Desktop to 4.14.1 (+)Sergey A. Osokin2024-01-014-12/+12
| | | | Update net-im/tg_owt to the recent snapshot.
* net-im/telegram-desktop: update to 4.14.0 release (+)Dima Panov2024-01-013-5/+14
| | | | | | | | Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v4.14.0 https://github.com/telegramdesktop/tdesktop/releases/tag/v4.13.1 https://github.com/telegramdesktop/tdesktop/releases/tag/v4.13.0 Sponsored by: Serenity Cybersecurity, LLC
* */*: Sunset 12.4-RELEASE/12-STABLE from ports treeMuhammad Moinur Rahman2023-12-312-53/+0
| | | | | | | | | | | | | | | | | | | | | - Remove all references to defunct ARCH arm - Remove all references to defunct ARCH sparc64 - Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64 ARCH - Remove sysutils/afbinit requires defunct sparc64 ARCH - Remove all references to bktr driver - Remove all references to defunct FreeBSD_12 - Remove all references to OSVERSION/OSREL corresponding to 12 - Remove conditionals in Mk/Uses/cabal.mk - Remove sparc reference from Mk/Uses/qt-dist.mk - Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64 - Remove BROKEN_FreeBSD_12* from: - Remove OpenSSL patches from: - Remove conditional flags for OSVERSION >= 1300000 to fixed flags. Also move conditional flags for non sparc64/arm ARCH to fixed flags. Reviewed by: brooks, jbeich, rene, salvadore Differential Revision: https://reviews.freebsd.org/D42068
* net-im/teamwords: Remove expired portMuhammad Moinur Rahman2023-12-315-60/+0
| | | | 2023-12-31 net-im/teamwords: Depends on deprecated www/qt5-webkit
* net-im/gitterdone: Remove expired portMuhammad Moinur Rahman2023-12-315-107/+0
| | | | 2023-12-31 net-im/gitterdone: Upstream has gone away
* net-im/tokodon: Add missing dependencyLexi Winter2023-12-301-1/+3
| | | | | | misc/kf5-purpose is required for runtime. PR: 276025
* */*: Refactor with IGNORE_WITH_MYSQLMuhammad Moinur Rahman2023-12-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - There are multiple ports which has MYSQL options and are non-DEFAULT. Most of the time committers actually forget to check with the OPTION enabled and in some cases they are BROKEN with newr versions of mysql. So test with different versions of mysql and mark IGNOPRE_WITH_MYSQL appropriately. Due to the EOL of 5.7 this has not been checked. - Unbreak sysutils/cfengine* with MySQL 8.0 and later - The primary purpose of running this check is having statistics of the MySQL usability over MariaDB to explore the future possibility of shifting to MariaDB as the default as major ports upstream have moved their codebase to support MariaDB over MySQL. - The following actions will also be taken after the sunset of MySQL 5.7 If a port is broken on all instances of MySQL/MariaDB: - If a port has the option of multiple DB backends and MySQL is the default then the DEFAULT will be changed to PGSQL/SQLITE before 2024Q1. And the OPTION will be removed before 2024Q2. If a MAINTAINER is aware about such cases and want to prefer PGSQL over SQLITE or vice versa please do so at your own accord. Otherwise PGSQL will be preferred over SQLITE. - If a port has the option of multiple DB backends and MySQL is not the default then the the OPTION will be removed before 2024Q1. Approved by: portmgr (blanket)
* net-im/tdlib-purple: add gettext-dependencies, when NLS is enabled.Mikhail Teterin2023-12-241-0/+1
| | | | Prodded by: pkg-fallout
* */*: Bump consumers of x11-toolkits/gtk30Nuno Teixeira2023-12-235-4/+5
| | | | New version of gtk3 in tree
* net-im/tdlib-purple: add libpurple to LIB_DEPENDSMikhail Teterin2023-12-211-0/+1
| | | | | | Duh... Prodded by: pkg-fallout
* net-im/tdlib-purple: add the pkgconfig to USESMikhail Teterin2023-12-201-1/+1
| | | | Prodded by: pkg-fallout
* net-im/gotosocial: Upgrade to 0.13.0 SpiderSlothKamigishi Rei2023-12-183-10/+11
| | | | | | | | | | | | Explicitly use go 1.21. Changelogs since 0.11.0: - https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.13.0 - https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.12.2 - https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.12.1 - https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.11.1 PR: 275827
* textproc/fmtlib: remove the duplicate of devel/libfmtMikhail Teterin2023-12-181-1/+1
| | | | | | Correct net-im/tdlib-purple to depend on the correct one. Notified by: vanilla@
* net-im/tdlib-purple: add replacement for telegram-purple.Mikhail Teterin2023-12-1810-0/+141
| | | | Deprecate the latter.
* net-im/signal-desktop: Update to 6.42.0Mikael Urankar2023-12-164-11/+11
| | | | | Changes: https://github.com/signalapp/Signal-Desktop/releases/tag/v6.42.0
* net-im/nextcloud-talk: Update to 18.0.1Bernard Spil2023-12-152-4/+4
|
* devel/protobuf: Update to 24.4Po-Chuan Hsieh2023-12-152-2/+2
| | | | | | | - Use USES=pathfix to fix .pc installation - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases
* net-im/ricochet: Fix build with protobuf 22+Po-Chuan Hsieh2023-12-152-2/+13
|
* devel/libfmt: Update to 10.1.1Po-Chuan Hsieh2023-12-142-1/+2
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/fmtlib/fmt/releases
* net-im/nheko: Fix build with libfmt 10.1.0+Po-Chuan Hsieh2023-12-142-1/+72
| | | | | Obtained from: https://nheko.im/nheko-reborn/nheko/-/commit/e89e65dc17020772eb057414b4f0c5d6f4ad98d0 https://nheko.im/nheko-reborn/nheko/-/commit/871e403f6799df48cfbbe08eba56d473a0c34216
* net-im/nextcloud-talk: Update to 18.0.0Bernard Spil2023-12-132-5/+5
|