Port details on branch 2023Q4 |
- dbus Message bus system for inter-application communication
- 1.14.10_1,1 devel =0 1.14.10_1,1Version of this port present on the latest quarterly branch.
- Maintainer: desktop@FreeBSD.org
- Port Added: 2023-11-25 04:03:04
- Last Update: 2023-11-25 04:00:35
- Commit Hash: c3d4fda
- Also Listed In: gnome
- License: GPLv2
- WWW:
- https://www.freedesktop.org/Software/dbus
- Description:
- D-BUS supplies both a system daemon (for events such as "new hardware device
added" or "printer queue changed") and a per-user-login-session daemon (for
general IPC needs among user applications). Also, the message bus is built on
top of a general one-to-one message passing framework, which can be used by
any two apps to communicate directly (without going through the message bus
daemon).
- ¦ ¦ ¦ ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/dbus/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/dbus
- pkg install dbus
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dbus
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1694356380
SHA256 (dbus-1.14.10.tar.xz) = ba1f21d2bd9d339da2d4aa8780c09df32fea87998b73da24f49ab9df1e36a50f
SIZE (dbus-1.14.10.tar.xz) = 1372328
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:
-
- minixmlto : textproc/minixmlto
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- Runtime dependencies:
-
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- Library dependencies:
-
- libexpat.so : textproc/expat2
- This port is required by:
- for Libraries
-
- devel/electron25
- mail/thunderbird
- net-im/telegram-desktop
- www/chromium
- www/firefox
- www/firefox-esr
- www/qt5-webengine
Configuration Options:
- ===> The following configuration options are available for dbus-1.14.10_1,1:
EXAMPLES=on: Build and/or install examples
MANPAGES=on: Build and/or install manual pages
X11=on: Support X11 Desktop Environments
===> Use 'make config' to modify these settings
- Options name:
- devel_dbus
- USES:
- cpe gmake libtool localbase pkgconfig python:build shebangfix tar:xz xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.14.10_1,1 25 Nov 2023 04:00:35 |
Jason E. Hale (jhale) |
devel/dbus: Fix CMake config
The CMake config was essentially searching for the dbus pkgconfig file
in ${LOCALBASE}/lib/pkgconfig instead of ${LOCALBASE}/libdata/pkgconfig.
Not finding it, DBus1_FOUND was being set to false. devel/qt6-base, in
particular, was not finding dbus before this change.
MFH: 2023Q4
(cherry picked from commit fe00c4f9a3f94b92dc13ca809a5937b7fa0230ac) |
Number of commits found: 1
|