non port: net-im/libquotient/Makefile |
Number of commits found: 25 |
Tuesday, 25 Mar 2025
|
21:57 Adriaan de Groot (adridg)
net-im/libquotient: update to 0.9.3, latest upstream
Release notes are at
https://github.com/quotient-im/libQuotient/releases/tag/0.9.3
which mention mostly small fixes.
38a57a70 |
Monday, 3 Feb 2025
|
17:02 Gleb Popov (arrowd) Author: Tobias C. Berner
KDE: It goes to 6!
This megacommit merges all the work from
https://github.com/freebsd/freebsd-ports-kde/tree/kde-it_goes_to_6
Specifically:
- KDE Plasma 6 ports updated to 6.2.5
- KDE Applications ports updated to 24.12.0
- Development ports of KDE Applications removed
- A lot of various ports switched to Qt 6 by default
- Some KDE Frameworks 5 and Plasma 5 ports are adapted to be coinstallable
with their 6 counterparts
PR: 284351
Exp-run by: antoine
Pull Request: https://github.com/freebsd/freebsd-ports/pull/341
Co-authored-by: Max Brazhnikov <makc@FreeBSD.org>
Co-authored-by: Kenneth Raplee <kenrap@kennethraplee.com>
Co-authored-by: Jason E. Hale <jhale@FreeBSD.org>
Co-authored-by: Gleb Popov <arrowd@FreeBSD.org>
b44569f |
Tuesday, 1 Oct 2024
|
18:56 Rene Ladan (rene)
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601
4485bd8 |
Monday, 5 Feb 2024
|
20:29 Adriaan de Groot (adridg)
net-im/libquotient: update to 0.8.1.2, latest upstream
While here, bump net-im/quaternion to a new release,
bump net-im/neochat to pick up the updated library.
PR: 275455
Reported-by: mizhka@
c10064d |
Friday, 29 Sep 2023
|
23:20 Muhammad Moinur Rahman (bofh)
net-im/libquotient: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those
Approved by: portmgr (blanket)
b38e67f |
Sunday, 10 Sep 2023
|
20:03 Tobias C. Berner (tcberner)
net-im/libquotient: flavorize port for Qt 5 and Qt 6
- To allow for co-instability, the header files have been moved to a
prefix. This location might change again in the future, if upstream
adapts their build system for co-instability.
- The android related file is simply not cared about in the Qt6 version,
to allow for co-instability.
Approved by: adridg
49eaa88 |
Thursday, 24 Aug 2023
|
19:53 Adriaan de Groot (adridg)
net-im/libquotient: uppdate to newer release
Chase neochat (primary consumer) and quaternion
(development example) as well.
ff17a73 |
Wednesday, 26 Jul 2023
|
00:48 Muhammad Moinur Rahman (bofh)
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
95274bf |
Monday, 17 Jul 2023
|
14:39 Adriaan de Groot (adridg)
net-im/libquotient: update to 0.8.0, latest upstream
Extensive release notes at
https://github.com/quotient-im/libQuotient/releases/tag/0.8.0
9215308 |
Sunday, 16 Jul 2023
|
13:42 Raphael Kubo da Costa (rakuco)
net-im/libquotient: Fix logic in patch-lib_qt__connection__util.h
Follow-up to commit e7f65a58f219 ("net-im/libquotient: Fix the build on
FreeBSD releases with LLVM < 14"). The `#ifdef` logic added there was
slightly wrong, and we were basically disabling that code path even when
it was supposed to work.
Add a missing set of parentheses to fix the issue.
This has been tested on 12.4-i386, 13.2-amd64 and 14-amd64.
MFH: 2023Q3
36ca9e3 |
13:05 Raphael Kubo da Costa (rakuco)
net-im/libquotient: Fix the build on FreeBSD releases with LLVM < 14
Older libc++ releases have a bug, https://reviews.llvm.org/D107199, that
prevents `connectSingleShot()` in this port from working in certain
cases. The current workaround was to just avoid compiling the test that
caused the build to fail, but it does not fix the problem for consumer
ports like net-im/neochat.
The easiest solution in this case is to make the port fall back to a
code path that does not use `std::bind_front()` on FreeBSD versions with
older LLVM releases.
Test Plan:
The port built fine on 12.4-i386 (LLVM 13.0.0), 13.2-amd64 (LLVM 14.0.3)
and 14-amd64 (LLVM 16). I didn't bother to test 13.1 because it's going
EOL at the end of the month anyway.
Approved by: kde (arrowd)
MFH: 2023Q3
Differential Revision: https://reviews.freebsd.org/D41044
e7f65a5 |
Saturday, 1 Jul 2023
|
19:36 Antoine Brodin (antoine)
net-im/libquotient: fix USES
04384b7 |
Friday, 30 Jun 2023
|
15:15 Tobias C. Berner (tcberner)
net-im/libquotient: work around compiler bug present on current
PR: 272285
8687670 |
Monday, 6 Mar 2023
|
21:34 Adriaan de Groot (adridg)
net-im/libquotient: try to fix build on 12.*, 13.0
This just avoids trying to build tests -- which fail with the error
/usr/include/c++/v1/__functional/perfect_forward.h:77:9: error: no
matching constructor for initialization of 'tuple<void (TestManager::*)(),
TestManager *>'
on 12.* and 13.0 and possibly 13.1 but not my local poudriere host,
which reports that it is 13-STABLE (from a month back or more). The
underlying problem seems to be tied to the LLVM / Clang STL that is
available. Patch from Eric, I tightened the bounds a bit.
Reported by: Eric Camachat
abfb459 |
Monday, 23 Jan 2023
|
21:38 Adriaan de Groot (adridg)
net-im/libquotient: update to 0.7.1, latest upstream
This jumps to the next minor release and then a patch,
https://github.com/quotient-im/libQuotient/releases/tag/0.7.0
https://github.com/quotient-im/libQuotient/releases/tag/0.7.1
There's a bunch of new features, but e2ee support is still alpha (and off)
647b0f6 |
Sunday, 11 Sep 2022
|
10:20 Felix Palmen (zirias)
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
ddae4e9 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Friday, 18 Feb 2022
|
15:00 Adriaan de Groot (adridg)
net-im/libquotient: update to latest release (+consumers)
Jump a couple of releases with libquotient, a Matrix-client-library.
- URL mangling bugfix (0.6.11)
- Missing invites bugfix (0.6.10)
- Assertion failure (0.6.9)
5b0382b |
Monday, 30 Aug 2021
|
10:36 Adriaan de Groot (adridg)
net-im/libquotient: update to latest release
Release notes are at
https://github.com/quotient-im/libQuotient/releases/tag/0.6.8
Bump consumers to get a rebuild.
85ec882 |
Sunday, 11 Jul 2021
|
09:32 Adriaan de Groot (adridg)
net-im/libquotient,x11/sddm: fix build-deps
These both needed Qt testlib, which was previously implicitly
dragged in as a (lib-)dep by something else. The cleanup of
dependencies makes it now necessary to state it explicitly.
9927377 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
11:32 Adriaan de Groot (adridg)
Update net-im/libquotient to 0.6.6 (latest upstream)
libQuotient is a Matrix-client library used by several Matrix
clients in the ports tree. 0.6.6 fixes a crash that can be
triggered remotely. Bump two consumers to make them rebuild.
net-im/spectral isn't bumped because it doesn't see any
development, needs a specific bundled git hash, etc ..
While here mark the old-old name of libQuotient as deprecated;
I don't think it has any consumers.
7143d36 |
Sunday, 17 Jan 2021
|
17:11 adridg
Update net-im/libquotient and consumers
New quotient release supports easier homeserver discovery. Chase it,
and then update neochat to the latest release that supports that,
and a newer quaternion (demonstration Matrix client).
Release notes for the three are at:
https://github.com/quotient-im/libQuotient/releases/tag/0.6.4
https://github.com/quotient-im/Quaternion/releases/tag/0.0.9.5-beta2
https://carlschwan.eu/2021/01/13/neochat-1.0.1-first-bugfix-release/
 |
Friday, 20 Nov 2020
|
20:35 adridg
New port: net-im/libquotient
The Quotient project aims to produce a Qt5-based SDK to develop applications
for Matrix. libQuotient is a library that enables client applications.
It is the backbone of Quaternion, Spectral and other projects.
Versions 0.5.x and older use the previous name - libQMatrixClient.
Release notes:
https://github.com/quotient-im/libQuotient/releases
This is repocopied from net-im/libqmatrixclient because libqmatrixclient
was renamed to libquotient some time ago; we've been wrestling to
keep the old port name with partly-updated library versions, and
that gets old. New clients -- modern Quaternion, and soon neoChat
(a successor to spectral, which will be deprecated) -- need the
newer version.
Leaving net-im/libqmatrixclient in the tree for now, although I think
it has 0 consumers once I update Quaternion (I'll deprecate it then).
 |
Number of commits found: 25 |