notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
qcoro Coroutines for Qt
0.10.0 devel on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.10.0Version of this port present on the latest quarterly branch.
Maintainer: kde@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-04-07 16:33:09
Last Update: 2023-12-09 05:12:11
Commit Hash: 49cfbca
People watching this port, also watch:: py39-pycparser, gstreamer1-plugins-pango, libdc1394, gstreamer1-plugins-openmpt, xerces-c3
Also Listed In: kde
License: MIT
WWW:
https://github.com/danvratil/qcoro
Description:
QCoro - Coroutines for Qt The QCoro library provides set of tools to make use of the C++20 coroutines in connection with certain asynchronous Qt actions.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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:
  • qcoro-qt5>0:devel/qcoro
To install the port:
cd /usr/ports/devel/qcoro/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/qcoro
  • pkg install qcoro-qt5
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: qcoro-qt5
Package flavors (<flavor>: <package>)
  • qt5: qcoro-qt5
  • qt6: qcoro-qt6
distinfo:
TIMESTAMP = 1701911182 SHA256 (danvratil-qcoro-v0.10.0_GH0.tar.gz) = b7c8f00273ad27d85814bf4ec93eb6922c75656800a61d11854d36355a4a1aec SIZE (danvratil-qcoro-v0.10.0_GH0.tar.gz) = 150114

Packages (timestamps in pop-ups are UTC):
qcoro-qt5
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.10.00.10.0-0.10.00.10.0---
FreeBSD:13:quarterly0.10.00.10.0-0.10.00.10.0-0.10.00.10.0
FreeBSD:14:latest0.10.00.10.0-0.10.00.10.0---
FreeBSD:14:quarterly0.10.00.10.0-0.10.00.10.0-0.10.00.10.0
FreeBSD:15:latest0.10.00.10.0n/a0.10.0n/a-0.10.00.10.0
FreeBSD:15:quarterly--n/a-n/a---
 

qcoro-qt6
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.10.00.10.0-0.10.00.10.0---
FreeBSD:13:quarterly0.10.00.10.0-0.10.00.10.0-0.10.00.10.0
FreeBSD:14:latest0.10.00.10.0-0.10.00.10.0---
FreeBSD:14:quarterly0.10.00.10.0-0.10.00.10.0-0.10.00.10.0
FreeBSD:15:latest0.10.00.10.0n/a0.10.0n/a-0.10.0-
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. pkgconf>=1.3.0_1 : devel/pkgconf
  4. qt5-buildtools>=5.15 : devel/qt5-buildtools
  5. libQt5Concurrent.so : devel/qt5-concurrent
  6. qt5-qmake>=5.15 : devel/qt5-qmake
  7. libQt5Test.so : devel/qt5-testlib
Library dependencies:
  1. libQt5Core.so : devel/qt5-core
  2. libQt5DBus.so : devel/qt5-dbus
  3. libQt5Qml.so : x11-toolkits/qt5-declarative
  4. libQt5Gui.so : x11-toolkits/qt5-gui
  5. libQt5Network.so : net/qt5-network
  6. libQt5WebSockets.so : www/qt5-websockets
This port is required by:
for Build
  1. net/kdenetwork-filesharing
for Libraries
  1. graphics/kontrast
  2. net-im/kaccounts-integration
  3. net-im/neochat

Configuration Options:
No options to configure
Options name:
devel_qcoro
USES:
cmake compiler:c++20-lang gl pkgconfig qt:5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/danvratil/qcoro/tar.gz/v0.10.0?dummy=/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.10.0
09 Dec 2023 05:12:11
commit hash: 49cfbca9d02a40730c8daf3988d1b5c162d2276ccommit hash: 49cfbca9d02a40730c8daf3988d1b5c162d2276ccommit hash: 49cfbca9d02a40730c8daf3988d1b5c162d2276ccommit hash: 49cfbca9d02a40730c8daf3988d1b5c162d2276c files touched by this commit
Jason E. Hale (jhale) search for other commits by this committer
devel/qcoro: Update to 0.10.0

Switch to using shared libraries and clean up deps in dependencies.

https://github.com/danvratil/qcoro/releases/tag/v0.10.0
0.9.0
29 Sep 2023 19:05:06
commit hash: 7553600dc9b93394640e15a410fcc0dadfe4150fcommit hash: 7553600dc9b93394640e15a410fcc0dadfe4150fcommit hash: 7553600dc9b93394640e15a410fcc0dadfe4150fcommit hash: 7553600dc9b93394640e15a410fcc0dadfe4150f files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/qcoro: Remove CC/CPP/CXX exports

USES=llvm now by default exports CC/CPP/CXX so remove those

Approved by:	portmgr (blanket)
0.9.0
17 May 2023 13:42:49
commit hash: f9499ed93c84cc54ee9a8a8339ac2c21f069f613commit hash: f9499ed93c84cc54ee9a8a8339ac2c21f069f613commit hash: f9499ed93c84cc54ee9a8a8339ac2c21f069f613commit hash: f9499ed93c84cc54ee9a8a8339ac2c21f069f613 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
devel/qcoro: fix build on powerpc*

Fixed in LLVM 16:
fatal error: error in backend: failed to perform tail call elimination on a call
site marked musttail
PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the
crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.	Program arguments: /usr/bin/c++ -DQT_CORE_LIB -DQT_NO_CAST_FROM_ASCII
-DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_FOREACH
-DQT_NO_KEYWORDS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT
-DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS
-DQT_TESTCASE_BUILDDIR=\"/wrkdirs/usr/ports/devel/qcoro/work-qt5/.build\"
-DQT_TESTLIB_LIB -DQT_USE_STRINGBUILDER
-I/wrkdirs/usr/ports/devel/qcoro/work-qt5/.build/tests/test-qcorosignal_autogen/include
-I/wrkdirs/usr/ports/devel/qcoro/work-qt5/qcoro-0.9.0/tests/testlibs
-I/wrkdirs/usr/ports/devel/qcoro/work-qt5/qcoro-0.9.0
-I/wrkdirs/usr/ports/devel/qcoro/work-qt5/qcoro-0.9.0/qcoro
-I/wrkdirs/usr/ports/devel/qcoro/work-qt5/qcoro-0.9.0/qcoro/core
-I/wrkdirs/usr/ports/devel/qcoro/work-qt5/.build/qcoro/core
-I/wrkdirs/usr/ports/devel/qcoro/work-qt5/.build/qcoro
-I/wrkdirs/usr/ports/devel/qcoro/work-qt5/qcoro-0.9.0/qcoro/test
-I/wrkdirs/usr/ports/devel/qcoro/work-qt5/.build/qcoro/test -isystem
/usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem
/usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtTest
-O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fcoroutines-ts -O2
-pipe -fstack-protector-strong -fno-strict-aliasing -DNDEBUG -std=gnu++20 -fPIC
-pthread -MD -MT tests/CMakeFiles/test-qcorosignal.dir/qcorosignal.cpp.o -MF
tests/CMakeFiles/test-qcorosignal.dir/qcorosignal.cpp.o.d -o
tests/CMakeFiles/test-qcorosignal.dir/qcorosignal.cpp.o -c
/wrkdirs/usr/ports/devel/qcoro/work-qt5/qcoro-0.9.0/tests/qcorosignal.cpp
1.	<eof> parser at end of file
2.	Code generation
3.	Running pass 'Function Pass Manager' on module
'/wrkdirs/usr/ports/devel/qcoro/work-qt5/qcoro-0.9.0/tests/qcorosignal.cpp'.
4.	Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function
'@_ZZ19qCoroSignalListenerI15MultiSignalTestM10SignalTestFvvEEN5QCoro14AsyncGeneratorINS4_6detail16QCoroSignalQueueIT_T0_E11result_type10value_typeEEEPS8_OS9_NSt3__16chrono8durationIxNSF_5ratioILl1ELl1000EEEEEENKUlNSF_10unique_ptrINS7_IS0_S3_EENSF_14default_deleteISM_EEEEE_clESP_.resume'
 #0 0x0000000014b1252c (/usr/bin/c+++0x14b1252c)
 #1 0x0000000014b0fd00 (/usr/bin/c+++0x14b0fd00)
 #2 0x0000000014aab0cc (/usr/bin/c+++0x14aab0cc)
 #3 0x0000000014aab020 (/usr/bin/c+++0x14aab020)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.9.0
28 Apr 2023 19:35:00
commit hash: b16f5807749660583908c375a11b0c16b23518e4commit hash: b16f5807749660583908c375a11b0c16b23518e4commit hash: b16f5807749660583908c375a11b0c16b23518e4commit hash: b16f5807749660583908c375a11b0c16b23518e4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel/qcoro: update to 0.9.0
0.8.0
30 Mar 2023 23:59:51
commit hash: 56932296b7bc5c29380a4c433c5a9250fb6b4fb5commit hash: 56932296b7bc5c29380a4c433c5a9250fb6b4fb5commit hash: 56932296b7bc5c29380a4c433c5a9250fb6b4fb5commit hash: 56932296b7bc5c29380a4c433c5a9250fb6b4fb5 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sunset 12.3-RELEASE from ports tree

- Mk/bsd.port.mk: mark FreeBSD 12.3 as unsupported.
- Mk/Uses/cabal.mk: Remove the text-2 workaround for 12.3-RELEASE
- biology/wfa2-lib: remove obsolete patch
- databases/mongodb60: remove IGNORE for EOL FreeBSD 12.3
- devel/concurrencpp: remove workaround for EOL FreeBSD 12.3
- devel/electron22: remove IGNORE for EOL FreeBSD 12.3
- devel/malloy: this should build fine on 12.4-RELEASE
- devel/qcoro: remove BROKEN for EOL FreeBSD 12.3
- devel/root: remove workaround for EOL FreeBSD 12.3
- editors/imhex: remove IGNORE for EOL FreeBSD 12.3
- emulators/ppsspp: remove workaround for EOL FreeBSD 12.3
- emulators/rpcs3: remove workaround for EOL FreeBSD 12.3
- emulators/yuzu: remove workaround for EOL 12.3-RELEASE
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.8.0
18 Feb 2023 22:37:19
commit hash: de7a1dec96e8accfbebc48c8d1fcd8cf257a7f5dcommit hash: de7a1dec96e8accfbebc48c8d1fcd8cf257a7f5dcommit hash: de7a1dec96e8accfbebc48c8d1fcd8cf257a7f5dcommit hash: de7a1dec96e8accfbebc48c8d1fcd8cf257a7f5d files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/qcoro: limit BROKEN to 12.3/libc++ (12.4 is fine)
0.8.0
06 Feb 2023 19:25:04
commit hash: 7574e39d8bffa6eff33c5fe103b62b66aa5509b3commit hash: 7574e39d8bffa6eff33c5fe103b62b66aa5509b3commit hash: 7574e39d8bffa6eff33c5fe103b62b66aa5509b3commit hash: 7574e39d8bffa6eff33c5fe103b62b66aa5509b3 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/qcoro: update to 0.8.0 release (+)

Changelog:	https://github.com/danvratil/qcoro/releases/tag/v0.8.0
0.7.0_1
29 Dec 2022 22:35:30
commit hash: 84fda3dfd1f57b6b3dbf7a47d598a3d8593f61f8commit hash: 84fda3dfd1f57b6b3dbf7a47d598a3d8593f61f8commit hash: 84fda3dfd1f57b6b3dbf7a47d598a3d8593f61f8commit hash: 84fda3dfd1f57b6b3dbf7a47d598a3d8593f61f8 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel/qcoro: flavorize with qt5 and qt6

Requested by: KDE upstream
0.7.0
21 Nov 2022 21:40:35
commit hash: dbc1fed1a110c1ea278cf2d845e7b9b2505cd606commit hash: dbc1fed1a110c1ea278cf2d845e7b9b2505cd606commit hash: dbc1fed1a110c1ea278cf2d845e7b9b2505cd606commit hash: dbc1fed1a110c1ea278cf2d845e7b9b2505cd606 files touched by this commit
Adriaan de Groot (adridg) search for other commits by this committer
devel/qcoro: update to 0.7.0, latest upstream

Adds Qt Quick / declarative support.

The release announcement is here:
	https://dvratil.cz/2022/11/qcoro-0.7.0-release-announcement/
0.6.0
11 Sep 2022 10:20:14
commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaeecommit hash: ddae4e92d8313a1461145e3b4f0232fe463feaeecommit hash: ddae4e92d8313a1461145e3b4f0232fe463feaeecommit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee files touched by this commit
Felix Palmen (zirias) search for other commits by this committer
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
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.6.0
11 Jul 2022 08:26:58
commit hash: bebea0912317051a4ccf777e841b3e644b8d10d8commit hash: bebea0912317051a4ccf777e841b3e644b8d10d8commit hash: bebea0912317051a4ccf777e841b3e644b8d10d8commit hash: bebea0912317051a4ccf777e841b3e644b8d10d8 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel/qcoro: update to 0.6.0

Changelog:
 * Fix build with gcc 11.3.0 (resolves #57) by @danvratil in #58
 * Fix ODR violation when LTO is enabled by @danvratil in #59
 * Rework Github CI - add compilers and platforms by @danvratil in #60
 * CI: consolidate the CI builds into a single matrix by @danvratil in #61
 * Export QCoro wrapper classes by @danvratil in #65
 * CI: disable shared libs on Windows by @danvratil in #67
 * Enable "modern Qt" compiler definitions by @danvratil in #66
 * Introduce Generator and AsyncGenerator coroutine return types by @danvratil
in #69
 * Fix installing export header by @danvratil in #77
 * Deprecate task.h in favor of qcorotask.h (#70) by @danvratil in #76
 * QtWebSockets support by @danvratil in #75
 * Document -DQCORO_WITH_QTWEBSOCKETS by @dangelog in #81
 * Fix the build by #include'ing by @dangelog in #82
 * QCoroTask: fixup a template type parameter name by @dangelog in #83
 * Add support for clang-cl (fixes #84) by @danvratil in #86
 * Fix possible race in TestWsServer by @danvratil in #88
 * WebSocket bugfixes & documentation by @danvratil in #89
 * Explicitly enable exception support for clang-cl (fixes #90) by @danvratil in
#91
0.5.1_1
08 May 2022 21:21:43
commit hash: be9f120a6a6e56627179d8df123056844d8fad47commit hash: be9f120a6a6e56627179d8df123056844d8fad47commit hash: be9f120a6a6e56627179d8df123056844d8fad47commit hash: be9f120a6a6e56627179d8df123056844d8fad47 files touched by this commit
Adriaan de Groot (adridg) search for other commits by this committer
devel/qcoro: mark BROKEN on FreeBSD 12

The results from the cluster for previous commit to this port
are in: it's broken. Since we do not have a 'compiler:c++20-lang'
setting yet, we can't demand a compiler that understands <concepts>,
not easily. On FreeBSD 13 and later, we have Clang 13 or later and it
just happens to work out.
0.5.1_1
05 May 2022 10:01:32
commit hash: e58af116e1038fcb3eb4db089458136a0bd5848dcommit hash: e58af116e1038fcb3eb4db089458136a0bd5848dcommit hash: e58af116e1038fcb3eb4db089458136a0bd5848dcommit hash: e58af116e1038fcb3eb4db089458136a0bd5848d files touched by this commit
Adriaan de Groot (adridg) search for other commits by this committer
devel/qcoro: fix build on 13.0

Fetch an upstream patch that fixes the build for "Apple Clang".
While here, drop the "broken-on-12", at least so the cluster
tries to build it on 12 and we can see (again) what's left to fix.

PR:		263775
Reported by:	Eric Camachat
Obtained from:	Eric Camachat
0.5.1
28 Apr 2022 11:04:56
commit hash: 6f30ec641e0e4b1004f3c32e1a825a25357424fccommit hash: 6f30ec641e0e4b1004f3c32e1a825a25357424fccommit hash: 6f30ec641e0e4b1004f3c32e1a825a25357424fccommit hash: 6f30ec641e0e4b1004f3c32e1a825a25357424fc files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel/qcoro: update to 0.5.1

Changes:
  *  Fix build with GCC>=11.3 (#57, #58)
  *  Fix ODR violation when building with GCC and LTO enabled (#59)
0.5.0
26 Apr 2022 18:20:54
commit hash: ee4d88e874fa8c9ad5cad46f45db90e4fb985eefcommit hash: ee4d88e874fa8c9ad5cad46f45db90e4fb985eefcommit hash: ee4d88e874fa8c9ad5cad46f45db90e4fb985eefcommit hash: ee4d88e874fa8c9ad5cad46f45db90e4fb985eef files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
devel/qcoro: Update to 0.5

Reported by:	tcberner
0.4.0
07 Apr 2022 16:28:58
commit hash: 9b668b29c5d15adf03a37685639068223546ab81commit hash: 9b668b29c5d15adf03a37685639068223546ab81commit hash: 9b668b29c5d15adf03a37685639068223546ab81commit hash: 9b668b29c5d15adf03a37685639068223546ab81 files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
devel/qcoro: Update 0.4.0

Mark BROKEN on FreeBSD 12, as this port require more recent C++ compiler.
0.3.0
07 Apr 2022 16:26:35
commit hash: 1685a58f468b184f872e25e867ce1bf692d60436commit hash: 1685a58f468b184f872e25e867ce1bf692d60436commit hash: 1685a58f468b184f872e25e867ce1bf692d60436commit hash: 1685a58f468b184f872e25e867ce1bf692d60436 files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
Author: Tobias C. Berner
devel/qcoro: Create new port.

Number of commits found: 19