diff options
Diffstat (limited to 'net-p2p/transmission-components')
3 files changed, 21 insertions, 1 deletions
diff --git a/net-p2p/transmission-components/Makefile b/net-p2p/transmission-components/Makefile index 790fe86855fe..5036d7bb937e 100644 --- a/net-p2p/transmission-components/Makefile +++ b/net-p2p/transmission-components/Makefile @@ -1,6 +1,6 @@ PORTNAME= transmission DISTVERSION= 4.0.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-p2p MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ diff --git a/net-p2p/transmission-components/files/patch-gtk_DetailsDialog.cc b/net-p2p/transmission-components/files/patch-gtk_DetailsDialog.cc new file mode 100644 index 000000000000..0964723351fa --- /dev/null +++ b/net-p2p/transmission-components/files/patch-gtk_DetailsDialog.cc @@ -0,0 +1,10 @@ +--- gtk/DetailsDialog.cc.orig 2025-08-09 13:07:00 UTC ++++ gtk/DetailsDialog.cc +@@ -49,6 +49,7 @@ + + #include <fmt/chrono.h> + #include <fmt/core.h> ++#include <fmt/ranges.h> + #include <fmt/format.h> + + #include <algorithm> diff --git a/net-p2p/transmission-components/files/patch-libtransmission_peer-msgs.cc b/net-p2p/transmission-components/files/patch-libtransmission_peer-msgs.cc new file mode 100644 index 000000000000..51acaa75fb0f --- /dev/null +++ b/net-p2p/transmission-components/files/patch-libtransmission_peer-msgs.cc @@ -0,0 +1,10 @@ +--- libtransmission/peer-msgs.cc.orig 2025-08-10 02:48:03 UTC ++++ libtransmission/peer-msgs.cc +@@ -17,6 +17,7 @@ + #include <vector> + + #include <fmt/format.h> ++#include <fmt/std.h> + + #include "transmission.h" + |