From 69dba5786995b6075474f8df3a6625291cd73970 Mon Sep 17 00:00:00 2001 From: Mohamed Akram Date: Mon, 20 Apr 2026 20:19:10 +0400 Subject: [PATCH] various ports: add dbus dep --- comms/telepathy-farstream/Portfile | 3 ++- comms/telepathy-glib/Portfile | 5 +++-- comms/telepathy-haze/Portfile | 3 ++- devel/geoclue/Portfile | 3 ++- gnome/libsocialweb/Portfile | 3 ++- gnome/libunique/Portfile | 5 +++-- gnome/libunique3/Portfile | 5 +++-- gnome/seed/Portfile | 3 ++- gnome/vino/Portfile | 3 ++- xfce/xfwm4/Portfile | 5 +++-- 10 files changed, 24 insertions(+), 14 deletions(-) diff --git a/comms/telepathy-farstream/Portfile b/comms/telepathy-farstream/Portfile index 92f45499cc4..1913accebdd 100644 --- a/comms/telepathy-farstream/Portfile +++ b/comms/telepathy-farstream/Portfile @@ -5,7 +5,7 @@ PortGroup gobject_introspection 1.0 name telepathy-farstream version 0.6.2 -revision 2 +revision 3 license LGPL-2.1+ description The ${name} component of Telepathy - a Flexible Communications Framework long_description \ @@ -28,6 +28,7 @@ depends_build port:pkgconfig \ depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ port:telepathy-glib \ port:dbus-glib \ + port:dbus \ port:farstream gobject_introspection no diff --git a/comms/telepathy-glib/Portfile b/comms/telepathy-glib/Portfile index 5c1d3ba7fa2..a9d51bb26c5 100644 --- a/comms/telepathy-glib/Portfile +++ b/comms/telepathy-glib/Portfile @@ -5,7 +5,7 @@ PortGroup gobject_introspection 1.0 name telepathy-glib version 0.24.1 -revision 1 +revision 2 license LGPL-2.1+ description The ${name} component of Telepathy - a Flexible Communications Framework. long_description \ @@ -26,7 +26,8 @@ checksums rmd160 a01ea8180f4cc25f40b5aeadb1564230b46a0b57 \ depends_build port:pkgconfig \ port:python27 -depends_lib port:dbus-glib +depends_lib port:dbus-glib \ + port:dbus license_noconflict python27 diff --git a/comms/telepathy-haze/Portfile b/comms/telepathy-haze/Portfile index 451d2f0535a..c257ae94af1 100644 --- a/comms/telepathy-haze/Portfile +++ b/comms/telepathy-haze/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 name telepathy-haze version 0.8.0 -revision 3 +revision 4 license GPL-2+ description The ${name} component of Telepathy - a Flexible Communications Framework long_description \ @@ -25,6 +25,7 @@ depends_build port:pkgconfig \ port:python27 depends_lib port:dbus-glib \ + port:dbus \ port:telepathy-glib \ port:libpurple diff --git a/devel/geoclue/Portfile b/devel/geoclue/Portfile index 3dfe9b7d7be..afecbd540b9 100644 --- a/devel/geoclue/Portfile +++ b/devel/geoclue/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 name geoclue version 0.12.99 -revision 5 +revision 6 categories devel net license LGPL-2.1+ maintainers nomaintainer @@ -27,6 +27,7 @@ depends_build \ depends_lib \ path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \ port:dbus-glib \ + port:dbus \ port:libsoup-2.4 # this old version of geoclue will not build with gpsd API 6.0+ (gpsd 3.12+) diff --git a/gnome/libsocialweb/Portfile b/gnome/libsocialweb/Portfile index 153b6e97047..e4bd0474100 100644 --- a/gnome/libsocialweb/Portfile +++ b/gnome/libsocialweb/Portfile @@ -5,7 +5,7 @@ PortGroup gobject_introspection 1.0 name libsocialweb version 0.25.21 -revision 2 +revision 3 license LGPL-2.1 set branch [join [lrange [split ${version} .] 0 1] .] description A personal social data server. @@ -31,6 +31,7 @@ depends_build port:pkgconfig \ depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ port:gconf \ port:dbus-glib \ + port:dbus \ port:json-glib \ port:libsoup-2.4 \ port:libgnome-keyring \ diff --git a/gnome/libunique/Portfile b/gnome/libunique/Portfile index ad1dcebdf3c..f18bd04c575 100644 --- a/gnome/libunique/Portfile +++ b/gnome/libunique/Portfile @@ -5,7 +5,7 @@ PortGroup gobject_introspection 1.0 name libunique version 1.1.6 -revision 10 +revision 11 set branch [join [lrange [split ${version} .] 0 1] .] description Unique is a library for writing single instance applications. long_description Unique is a library for writing single instance applications. \ @@ -28,7 +28,8 @@ patch.pre_args-replace -p0 -p1 depends_build port:pkgconfig depends_lib path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \ - port:dbus-glib + port:dbus-glib \ + port:dbus gobject_introspection yes diff --git a/gnome/libunique3/Portfile b/gnome/libunique3/Portfile index 0041be92f63..7d53dded245 100644 --- a/gnome/libunique3/Portfile +++ b/gnome/libunique3/Portfile @@ -6,7 +6,7 @@ PortGroup gobject_introspection 1.0 name libunique3 set gname libunique version 3.0.2 -revision 1 +revision 2 set branch [join [lrange [split ${version} .] 0 1] .] description Unique is a library for writing single instance applications. long_description \ @@ -30,7 +30,8 @@ checksums rmd160 dca2ee6d37f459acf38b5623626e3885c942353f \ depends_build port:pkgconfig depends_lib path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \ - port:dbus-glib + port:dbus-glib \ + port:dbus gobject_introspection yes diff --git a/gnome/seed/Portfile b/gnome/seed/Portfile index 7863f1bbc99..5e58a84b52e 100644 --- a/gnome/seed/Portfile +++ b/gnome/seed/Portfile @@ -8,7 +8,7 @@ set git_name ${name} set git_commit e8026f7f9f026cf389d2772fa5b72c7851401e59 set git_date 20201009 version 4.0.0-${git_date} -revision 3 +revision 4 description GObject JavaScriptCore bridge long_description Seed is a library and interpreter, dynamically bridging (through gobject-introspection) \ @@ -46,6 +46,7 @@ depends_lib port:gettext \ path:lib/pkgconfig/cairo.pc:cairo \ path:lib/pkgconfig/javascriptcoregtk-4.0.pc:webkit2-gtk \ port:dbus-glib \ + port:dbus \ port:libffi \ port:mpfr \ port:libxml2 \ diff --git a/gnome/vino/Portfile b/gnome/vino/Portfile index 7b9c45fc8c2..952c52e97ae 100644 --- a/gnome/vino/Portfile +++ b/gnome/vino/Portfile @@ -5,7 +5,7 @@ PortGroup active_variants 1.1 name vino version 3.22.0 -revision 2 +revision 3 license GPL-2+ set branch [join [lrange [split ${version} .] 0 1] .] homepage https://wiki.gnome.org/Projects/Vino @@ -31,6 +31,7 @@ depends_build port:pkgconfig \ depends_lib port:desktop-file-utils \ path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \ port:dbus-glib \ + port:dbus \ port:telepathy-glib \ port:libnotify \ port:libsecret \ diff --git a/xfce/xfwm4/Portfile b/xfce/xfwm4/Portfile index fdd1411bfe0..615e2e3245a 100644 --- a/xfce/xfwm4/Portfile +++ b/xfce/xfwm4/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 name xfwm4 version 4.12.5 -revision 0 +revision 1 set branch [join [lrange [split ${version} .] 0 1] .] categories xfce platforms darwin @@ -24,6 +24,7 @@ patchfiles patch-stacking4nonX11.diff configure.args --enable-randr --enable-startup-notification \ --disable-compositor --disable-xsync -depends_lib port:xfconf path:lib/pkgconfig/gtk+-2.0.pc:gtk2 port:dbus-glib port:libwnck \ +depends_lib port:xfconf path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \ + port:dbus-glib port:dbus port:libwnck \ port:libglade2 port:libxfce4ui depends_build port:intltool port:xfce4-dev-tools port:pkgconfig