Created attachment 187261 [details] Patch to update deskutils/xfce4-notifyd - Update to 0.4.0 - Adjust dependencies (DBus is not anymore used, xfce4-notifyd uses gdbus-codegen from GLib) - Sort USES
I just submitted a patch [1] which fixes some assignment warnings (during build stage). It's not yet reviewed. [1] https://bugzilla.xfce.org/show_bug.cgi?id=13931
Looks good to me. I've tested it on 11.1 amd64. Would you like me to commit the update or wait till your external patch has received further review?
(In reply to Emanuel Haupt from comment #2) You can commit the update, my external patch fixes only warnings (and there are still), it's not blocking.
It seems like devel/dbus-glib and devel/dbus are still needed. # make stage-qa ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/xfce4-notifyd-config is linked to /usr/local/lib/libdbus-glib-1.so.2 from devel/dbus-glib but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libdbus-glib-1.so:devel/dbus-glib Error: /usr/local/bin/xfce4-notifyd-config is linked to /usr/local/lib/libdbus-1.so.3 from devel/dbus but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libdbus-1.so:devel/dbus
(In reply to Emanuel Haupt from comment #4) You are right. I saw only gdbus-codegen and not dbus-binding-tool.
A commit references this bug: Author: ehaupt Date: Thu Oct 19 07:13:05 UTC 2017 New revision: 452398 URL: https://svnweb.freebsd.org/changeset/ports/452398 Log: Update to 0.4.0 PR: 223079 Submitted by: duchateau.olivier@gmail.com Changes: head/deskutils/xfce4-notifyd/Makefile head/deskutils/xfce4-notifyd/distinfo head/deskutils/xfce4-notifyd/pkg-plist
Committed, thanks!