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
Port details on branch 2025Q4
qt6-remoteobjects Qt6 Remote Objects module
6.9.3 devel on this many watch lists=0 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 6.9.3Version of this port present on the latest quarterly branch.
Maintainer: kde@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-10-04 04:15:09
Last Update: 2025-10-04 04:11:16
Commit Hash: 8af35e2
License: LGPL21
WWW:
https://www.qt.io/
Description:
Qt Remote Objects (QtRO) is an Inter-Process Communication (IPC) module developed for Qt. This module extends Qt's existing functionalities to enable information exchange between processes or computers, easily. One of Qt's key features, to enable this information exchange, is the distinction between an object's API (defined by its properties, signals, and slots) and the implementation of that API. QtRO's purpose is to meet that expected API, even if the true QObject is in a different process. A slot called on a copy of an object (the Replica in QtRO) is forwarded to the true object (the Source in QtRO) for handling. Every Replica receives updates to the Source, either property changes or emitted signals.
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
Expand this list (172 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/qt6-remoteobjects-6.9.3/catalog.mk
  3. /usr/local/share/licenses/qt6-remoteobjects-6.9.3/LICENSE
  4. /usr/local/share/licenses/qt6-remoteobjects-6.9.3/LGPL21
  5. include/qt6/QtRemoteObjects/6.9.3/QtRemoteObjects/private/qconnection_local_backend_p.h
  6. include/qt6/QtRemoteObjects/6.9.3/QtRemoteObjects/private/qconnection_tcpip_backend_p.h
  7. include/qt6/QtRemoteObjects/6.9.3/QtRemoteObjects/private/qconnectionfactories_p.h
  8. include/qt6/QtRemoteObjects/6.9.3/QtRemoteObjects/private/qremoteobjectabstractitemmodeladapter_p.h
  9. include/qt6/QtRemoteObjects/6.9.3/QtRemoteObjects/private/qremoteobjectabstractitemmodelreplica_p.h
  10. include/qt6/QtRemoteObjects/6.9.3/QtRemoteObjects/private/qremoteobjectabstractitemmodeltypes_p.h
  11. include/qt6/QtRemoteObjects/6.9.3/QtRemoteObjects/private/qremoteobjectcontainers_p.h
  12. include/qt6/QtRemoteObjects/6.9.3/QtRemoteObjects/private/qremoteobjectnode_p.h
  13. include/qt6/QtRemoteObjects/6.9.3/QtRemoteObjects/private/qremoteobjectpacket_p.h
  14. include/qt6/QtRemoteObjects/6.9.3/QtRemoteObjects/private/qremoteobjectpendingcall_p.h
  15. include/qt6/QtRemoteObjects/6.9.3/QtRemoteObjects/private/qremoteobjectregistrysource_p.h
  16. include/qt6/QtRemoteObjects/6.9.3/QtRemoteObjects/private/qremoteobjectreplica_p.h
  17. include/qt6/QtRemoteObjects/6.9.3/QtRemoteObjects/private/qremoteobjectrepparser_p.h
  18. include/qt6/QtRemoteObjects/6.9.3/QtRemoteObjects/private/qremoteobjectsource_p.h
  19. include/qt6/QtRemoteObjects/6.9.3/QtRemoteObjects/private/qremoteobjectsourceio_p.h
  20. include/qt6/QtRemoteObjects/6.9.3/QtRemoteObjects/private/qremoteobjectstructs_p.h
  21. include/qt6/QtRemoteObjects/6.9.3/QtRemoteObjects/private/qtremoteobjects-config_p.h
  22. include/qt6/QtRemoteObjects/6.9.3/QtRemoteObjects/private/rep_grammar_p.h
  23. include/qt6/QtRemoteObjects/QAbstractItemModelReplica
  24. include/qt6/QtRemoteObjects/QConnectionAbstractServer
  25. include/qt6/QtRemoteObjects/QIntHash
  26. include/qt6/QtRemoteObjects/QRemoteObjectAbstractPersistedStore
  27. include/qt6/QtRemoteObjects/QRemoteObjectDynamicReplica
  28. include/qt6/QtRemoteObjects/QRemoteObjectHost
  29. include/qt6/QtRemoteObjects/QRemoteObjectHostBase
  30. include/qt6/QtRemoteObjects/QRemoteObjectNode
  31. include/qt6/QtRemoteObjects/QRemoteObjectPendingCall
  32. include/qt6/QtRemoteObjects/QRemoteObjectPendingCallWatcher
  33. include/qt6/QtRemoteObjects/QRemoteObjectPendingReply
  34. include/qt6/QtRemoteObjects/QRemoteObjectRegistry
  35. include/qt6/QtRemoteObjects/QRemoteObjectRegistryHost
  36. include/qt6/QtRemoteObjects/QRemoteObjectReplica
  37. include/qt6/QtRemoteObjects/QRemoteObjectSettingsStore
  38. include/qt6/QtRemoteObjects/QRemoteObjectSourceLocation
  39. include/qt6/QtRemoteObjects/QRemoteObjectSourceLocationInfo
  40. include/qt6/QtRemoteObjects/QRemoteObjectSourceLocations
  41. include/qt6/QtRemoteObjects/QtROClientFactory
  42. include/qt6/QtRemoteObjects/QtROClientIoDevice
  43. include/qt6/QtRemoteObjects/QtROIoDeviceBase
  44. include/qt6/QtRemoteObjects/QtROServerFactory
  45. include/qt6/QtRemoteObjects/QtROServerIoDevice
  46. include/qt6/QtRemoteObjects/QtRemoteObjects
  47. include/qt6/QtRemoteObjects/QtRemoteObjectsDepends
  48. include/qt6/QtRemoteObjects/QtRemoteObjectsVersion
  49. include/qt6/QtRemoteObjects/qconnectionfactories.h
  50. include/qt6/QtRemoteObjects/qremoteobjectabstractitemmodelreplica.h
  51. include/qt6/QtRemoteObjects/qremoteobjectdynamicreplica.h
  52. include/qt6/QtRemoteObjects/qremoteobjectnode.h
  53. include/qt6/QtRemoteObjects/qremoteobjectpendingcall.h
  54. include/qt6/QtRemoteObjects/qremoteobjectregistry.h
  55. include/qt6/QtRemoteObjects/qremoteobjectreplica.h
  56. include/qt6/QtRemoteObjects/qremoteobjectsettingsstore.h
  57. include/qt6/QtRemoteObjects/qremoteobjectsource.h
  58. include/qt6/QtRemoteObjects/qtremoteobjectglobal.h
  59. include/qt6/QtRemoteObjects/qtremoteobjects-config.h
  60. include/qt6/QtRemoteObjects/qtremoteobjectsexports.h
  61. include/qt6/QtRemoteObjects/qtremoteobjectsversion.h
  62. include/qt6/QtRemoteObjects/repparser.h
  63. include/qt6/QtRemoteObjectsQml/6.9.3/QtRemoteObjectsQml/private/qremoteobjectsqml_p.h
  64. include/qt6/QtRemoteObjectsQml/QtRemoteObjectsQml
  65. include/qt6/QtRemoteObjectsQml/QtRemoteObjectsQmlDepends
  66. include/qt6/QtRemoteObjectsQml/QtRemoteObjectsQmlVersion
  67. include/qt6/QtRemoteObjectsQml/qtremoteobjectsqmlversion.h
  68. include/qt6/QtRepParser/QtRepParserDepends
  69. include/qt6/QtRepParser/parser.g
  70. include/qt6/QtRepParser/qregexparser.h
  71. lib/cmake/Qt6BuildInternals/StandaloneTests/QtRemoteObjectsTestsConfig.cmake
  72. lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsAdditionalTargetInfo.cmake
  73. lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsConfig.cmake
  74. lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsConfigVersion.cmake
  75. lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsConfigVersionImpl.cmake
  76. lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsTargets-release.cmake
  77. lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsTargets.cmake
  78. lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsAdditionalTargetInfo.cmake
  79. lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsConfig.cmake
  80. lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsConfigVersion.cmake
  81. lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsConfigVersionImpl.cmake
  82. lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsDependencies.cmake
  83. lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsMacros.cmake
  84. lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsTargets-release.cmake
  85. lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsTargets.cmake
  86. lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsVersionlessAliasTargets.cmake
  87. lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsVersionlessTargets.cmake
  88. lib/cmake/Qt6RemoteObjectsPrivate/Qt6RemoteObjectsPrivateAdditionalTargetInfo.cmake
  89. lib/cmake/Qt6RemoteObjectsPrivate/Qt6RemoteObjectsPrivateConfig.cmake
  90. lib/cmake/Qt6RemoteObjectsPrivate/Qt6RemoteObjectsPrivateConfigVersion.cmake
  91. lib/cmake/Qt6RemoteObjectsPrivate/Qt6RemoteObjectsPrivateConfigVersionImpl.cmake
  92. lib/cmake/Qt6RemoteObjectsPrivate/Qt6RemoteObjectsPrivateDependencies.cmake
  93. lib/cmake/Qt6RemoteObjectsPrivate/Qt6RemoteObjectsPrivateTargets.cmake
  94. lib/cmake/Qt6RemoteObjectsPrivate/Qt6RemoteObjectsPrivateVersionlessAliasTargets.cmake
  95. lib/cmake/Qt6RemoteObjectsPrivate/Qt6RemoteObjectsPrivateVersionlessTargets.cmake
  96. lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlAdditionalTargetInfo.cmake
  97. lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlConfig.cmake
  98. lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlConfigVersion.cmake
  99. lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlConfigVersionImpl.cmake
  100. lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlDependencies.cmake
  101. lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlTargets-release.cmake
  102. lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlTargets.cmake
  103. lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlVersionlessAliasTargets.cmake
  104. lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlVersionlessTargets.cmake
  105. lib/cmake/Qt6RemoteObjectsQmlPrivate/Qt6RemoteObjectsQmlPrivateAdditionalTargetInfo.cmake
  106. lib/cmake/Qt6RemoteObjectsQmlPrivate/Qt6RemoteObjectsQmlPrivateConfig.cmake
  107. lib/cmake/Qt6RemoteObjectsQmlPrivate/Qt6RemoteObjectsQmlPrivateConfigVersion.cmake
  108. lib/cmake/Qt6RemoteObjectsQmlPrivate/Qt6RemoteObjectsQmlPrivateConfigVersionImpl.cmake
  109. lib/cmake/Qt6RemoteObjectsQmlPrivate/Qt6RemoteObjectsQmlPrivateDependencies.cmake
  110. lib/cmake/Qt6RemoteObjectsQmlPrivate/Qt6RemoteObjectsQmlPrivateTargets.cmake
  111. lib/cmake/Qt6RemoteObjectsQmlPrivate/Qt6RemoteObjectsQmlPrivateVersionlessAliasTargets.cmake
  112. lib/cmake/Qt6RemoteObjectsQmlPrivate/Qt6RemoteObjectsQmlPrivateVersionlessTargets.cmake
  113. lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsAdditionalTargetInfo.cmake
  114. lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsConfig.cmake
  115. lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsConfigVersion.cmake
  116. lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsConfigVersionImpl.cmake
  117. lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsDependencies.cmake
  118. lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsTargets-release.cmake
  119. lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsTargets.cmake
  120. lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsVersionlessTargets.cmake
  121. lib/cmake/Qt6RepParser/Qt6RepParserAdditionalTargetInfo.cmake
  122. lib/cmake/Qt6RepParser/Qt6RepParserConfig.cmake
  123. lib/cmake/Qt6RepParser/Qt6RepParserConfigVersion.cmake
  124. lib/cmake/Qt6RepParser/Qt6RepParserConfigVersionImpl.cmake
  125. lib/cmake/Qt6RepParser/Qt6RepParserDependencies.cmake
  126. lib/cmake/Qt6RepParser/Qt6RepParserTargets.cmake
  127. lib/cmake/Qt6RepParser/Qt6RepParserVersionlessAliasTargets.cmake
  128. lib/cmake/Qt6RepParser/Qt6RepParserVersionlessTargets.cmake
  129. lib/cmake/Qt6RepParserPrivate/Qt6RepParserPrivateAdditionalTargetInfo.cmake
  130. lib/cmake/Qt6RepParserPrivate/Qt6RepParserPrivateConfig.cmake
  131. lib/cmake/Qt6RepParserPrivate/Qt6RepParserPrivateConfigVersion.cmake
  132. lib/cmake/Qt6RepParserPrivate/Qt6RepParserPrivateConfigVersionImpl.cmake
  133. lib/cmake/Qt6RepParserPrivate/Qt6RepParserPrivateDependencies.cmake
  134. lib/cmake/Qt6RepParserPrivate/Qt6RepParserPrivateTargets.cmake
  135. lib/cmake/Qt6RepParserPrivate/Qt6RepParserPrivateVersionlessAliasTargets.cmake
  136. lib/cmake/Qt6RepParserPrivate/Qt6RepParserPrivateVersionlessTargets.cmake
  137. lib/qt6/libQt6RemoteObjects.prl
  138. lib/qt6/libQt6RemoteObjects.so
  139. lib/qt6/libQt6RemoteObjects.so.6
  140. lib/qt6/libQt6RemoteObjects.so.6.9.3
  141. lib/qt6/libQt6RemoteObjectsQml.prl
  142. lib/qt6/libQt6RemoteObjectsQml.so
  143. lib/qt6/libQt6RemoteObjectsQml.so.6
  144. lib/qt6/libQt6RemoteObjectsQml.so.6.9.3
  145. lib/qt6/metatypes/qt6remoteobjects_release_metatypes.json
  146. lib/qt6/metatypes/qt6remoteobjectsqml_release_metatypes.json
  147. lib/qt6/mkspecs/features/remoteobjects_repc.prf
  148. lib/qt6/mkspecs/features/repcclient.pri
  149. lib/qt6/mkspecs/features/repccommon.pri
  150. lib/qt6/mkspecs/features/repcmerged.pri
  151. lib/qt6/mkspecs/features/repcserver.pri
  152. lib/qt6/mkspecs/features/repparser.prf
  153. lib/qt6/mkspecs/modules/qt_lib_remoteobjects.pri
  154. lib/qt6/mkspecs/modules/qt_lib_remoteobjects_private.pri
  155. lib/qt6/mkspecs/modules/qt_lib_remoteobjectsqml.pri
  156. lib/qt6/mkspecs/modules/qt_lib_remoteobjectsqml_private.pri
  157. lib/qt6/mkspecs/modules/qt_lib_repparser.pri
  158. lib/qt6/mkspecs/modules/qt_lib_repparser_private.pri
  159. lib/qt6/qml/QtRemoteObjects/libdeclarative_remoteobjectsplugin.so
  160. lib/qt6/qml/QtRemoteObjects/plugins.qmltypes
  161. lib/qt6/qml/QtRemoteObjects/qmldir
  162. lib/qt6/sbom/qtremoteobjects-6.9.3.spdx
  163. libdata/pkgconfig/Qt6RemoteObjects.pc
  164. libdata/pkgconfig/Qt6RemoteObjectsQml.pc
  165. libdata/pkgconfig/Qt6RepParser.pc
  166. libexec/qt6/repc
  167. share/qt6/modules/RemoteObjects.json
  168. share/qt6/modules/RemoteObjectsQml.json
  169. share/qt6/modules/RepParser.json
  170. @owner
  171. @group
  172. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • qt6-remoteobjects>0:devel/qt6-remoteobjects
To install the port:
cd /usr/ports/devel/qt6-remoteobjects/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/qt6-remoteobjects
  • pkg install qt6-remoteobjects
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: qt6-remoteobjects
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1759303215 SHA256 (KDE/Qt/6.9.3/qtremoteobjects-everywhere-src-6.9.3.tar.xz) = 98987c0055d4e1a6d31dac85c3445d99ed8142c21995f70b391ef0ebafaad85b SIZE (KDE/Qt/6.9.3/qtremoteobjects-everywhere-src-6.9.3.tar.xz) = 528744

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. vulkan-headers>0 : graphics/vulkan-headers
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
  4. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libOpenGL.so : graphics/libglvnd
  2. libQt6Core.so : devel/qt6-base
  3. libQt6Qml.so : x11-toolkits/qt6-declarative
This port is required by:
for Libraries
  1. devel/pyside6

Configuration Options:
No options to configure
Options name:
devel_qt6-remoteobjects
USES:
cmake compiler:c++17-lang gl pkgconfig qt-dist:6
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (6 items)
Collapse this list.
  1. http://master.qt.io/official_releases/qt/6.9/6.9.3/submodules/
  2. http://www.nic.funet.fi/pub/mirrors/download.qt-project.org/official_releases/qt/6.9/6.9.3/submodules/
  3. https://download.qt.io/official_releases/qt/6.9/6.9.3/submodules/
  4. https://ftp.jaist.ac.jp/pub/qtproject/official_releases/qt/6.9/6.9.3/submodules/
  5. https://www.mirrorservice.org/sites/download.qt-project.org/official_releases/qt/6.9/6.9.3/submodules/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
6.9.3
04 Oct 2025 04:11:16
commit hash: 8af35e2284b0f02c234129ba5693f4258e4933b1commit hash: 8af35e2284b0f02c234129ba5693f4258e4933b1commit hash: 8af35e2284b0f02c234129ba5693f4258e4933b1commit hash: 8af35e2284b0f02c234129ba5693f4258e4933b1 files touched by this commit
Jason E. Hale (jhale) search for other commits by this committer
Qt6: Update to 6.9.3

September 30, 2025 by Jani Heikkinen

The last release from the Qt 6.9 series, Qt 6.9.3, is now available for
download. As a patch release, Qt 6.9.3 does not introduce new features
but delivers over 250 bug fixes, security updates, and enhancements on
top of the Qt 6.9.2 release. For a detailed breakdown of the most
significant changes, refer to the Qt 6.9.3 release notes.

Announcement:
https://www.qt.io/blog/qt-6.9.3-released
Release notes:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.9.3/release-note.md
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 1