I tried to use mentor[1]. It is GNU Emacs frontend for the rTorrent
bittorent client. I couldn't connect to running[2] instance of rtorrent
because it lacks XML-RPC support. I find out that XML-RPC is present
in ports and I added it as a dependency[3].

[1]: https://github.com/skangas/mentor
[2]: https://github.com/skangas/mentor#external-rtorrent
[3]: 
https://github.com/rakshasa/rtorrent/wiki/RPC-Setup-XMLRPC#configuring-rtorrent-and-your-webserver

I may reply from GMail mail client, because I didn't configure notmuch
yet. I hope that my Name Surname in UTF-8 would not get in a way,
because it is required to use email in such way in my alma mater. Same
reason is for using gmail.

I am writing this in commit message and using git format-patch[4] with
sendmail[5] ports@openbsd.org from base-system to send.

[4]: git format-patch -1 --relative . --to=ports@openbsd.org
[5]: cat file | sendmail ports@openbsd.org
---
 Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index f27e2bb9ece..1ca1801c7e5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 COMMENT=               ncurses BitTorrent client based on libTorrent
 
 DISTNAME=              rtorrent-0.9.6
-REVISION=              8
+REVISION=              9
 EPOCH=                 0
 CATEGORIES=            net
 
@@ -17,14 +17,16 @@ COMPILER =          base-clang ports-gcc base-gcc
 
 SITES=                 https://rtorrent.net/downloads/
 
-BUILD_DEPENDS=         devel/cppunit
+BUILD_DEPENDS=         devel/cppunit 
 LIB_DEPENDS=           net/libtorrent>=0.13.4 \
+                       net/xmlrpc-c>=1.07 \
                        net/curl
 
 CONFIGURE_STYLE=       autoconf
 AUTOCONF_VERSION=      2.69
 CONFIGURE_ENV +=       LDFLAGS=-pthread
-CONFIGURE_ARGS=                --disable-debug
+CONFIGURE_ARGS=                --disable-debug \
+                       --with-xmlrpc-c 
 
 DEBUG_PACKAGES =       ${BUILD_PACKAGES}
 
-- 
2.42.1

Reply via email to