Port details |
- libquotient Matrix IM support library using Qt technologies
- 0.8.1.2 net-im =2 0.8.1.2Version of this port present on the latest quarterly branch.
- Maintainer: adridg@FreeBSD.org
- Port Added: 2020-11-20 20:36:02
- Last Update: 2024-10-01 18:56:20
- Commit Hash: 4485bd8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL21
- WWW:
- https://github.com/quotient-im/libQuotient
- Description:
- libQuotient is a Qt5-based library to make IM clients for the
Matrix protocol. It is the backbone of Quaternion, Spectral and some
other projects. (Previously, libQuotient was known as libQMatrixClient)
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- libquotient-qt5>0:net-im/libquotient
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/net-im/libquotient/ && make install clean
- To add the package, run one of these commands:
- pkg install net-im/libquotient
- pkg install libquotient-qt5
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libquotient-qt5
- Package flavors (<flavor>: <package>)
- qt5: libquotient-qt5
- qt6: libquotient-qt6
- distinfo:
- TIMESTAMP = 1707164175
SHA256 (quotient-im-libQuotient-0.8.1.2_GH0.tar.gz) = 5e5539fe9616c9f63985b0aabfab1858f1626e3d71a14709eeedd85af0471c7c
SIZE (quotient-im-libQuotient-0.8.1.2_GH0.tar.gz) = 730435
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- llvm-config15 : devel/llvm15
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- libQt5Test.so : devel/qt5-testlib
- Library dependencies:
-
- libqt5keychain.so : security/qtkeychain@qt5
- libolm.so : security/olm
- libQt5Concurrent.so : devel/qt5-concurrent
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Multimedia.so : multimedia/qt5-multimedia
- libQt5Network.so : net/qt5-network
- This port is required by:
- for Build
-
- net-im/neochat
- net-im/quaternion
Configuration Options:
- No options to configure
- Options name:
- net-im_libquotient
- USES:
- cmake compiler:c++20-lang qt:5 tar:xz llvm
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.1.2 01 Oct 2024 18:56:20 |
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 |
0.8.1.2 05 Feb 2024 20:29:42 |
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@ |
0.8.1_1 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- 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 |
0.8.1_1 29 Sep 2023 23:20:55 |
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) |
0.8.1_1 10 Sep 2023 20:03:47 |
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 |
0.8.1 24 Aug 2023 19:53:35 |
Adriaan de Groot (adridg) |
net-im/libquotient: uppdate to newer release
Chase neochat (primary consumer) and quaternion
(development example) as well. |
0.8.0 26 Jul 2023 00:48:20 |
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 |
0.8.0 17 Jul 2023 15:53:49 |
Raphael Kubo da Costa (rakuco) |
net-im/libquotient: Rename patch now that the file has moved in 0.8.0 |
0.8.0 17 Jul 2023 14:39:44 |
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 |
0.7.1_2 16 Jul 2023 13:42:55 |
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 |
0.7.1_1 16 Jul 2023 13:05:22 |
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 |
0.7.1 01 Jul 2023 19:36:05 |
Antoine Brodin (antoine) |
net-im/libquotient: fix USES |
0.7.1 30 Jun 2023 15:15:45 |
Tobias C. Berner (tcberner) |
net-im/libquotient: work around compiler bug present on current
PR: 272285 |
0.7.1 06 Mar 2023 21:34:18 |
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 |
0.7.1 23 Jan 2023 21:38:24 |
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) |
0.6.11 11 Sep 2022 10:20:14 |
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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.6.11 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
0.6.11 18 Feb 2022 15:00:37 |
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) |
0.6.8 30 Aug 2021 10:36:50 |
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. |
0.6.6_1 11 Jul 2021 09:32:39 |
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. |
0.6.6 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.6.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.6 06 Apr 2021 11:32:34 |
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. |
0.6.4 17 Jan 2021 17:11:20 |
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/ |
0.6.2 20 Nov 2020 20:35:54 |
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). |