Re: make makepatch do nothing

2022-04-03 Thread Eugene Grosbein
04.04.2022 1:15, rollniak wrote: >>> I need to create a patch because the path in sendxmpp-rs are hardcoded: >>> @@ -91,7 +91,7 @@ >>> .die("cannot find home directory") >>> .join("sendxmpp.toml"), >>> ) >>> -.or_else(|_| parse_cfg("/etc/sendxmpp

Re: make makepatch do nothing

2022-04-03 Thread rollniak
On Sun Apr 3, 2022 at 10:25 PM CEST, Yuri wrote: > rollniak wrote: > > Hello, > > > > I'm continuing my work on porting senxmpp-rs on FreeBSD. > > > > I need to create a patch because the path in sendxmpp-rs are hardcoded: > > > > ``` > > There is no markup for emails (at least working in every

Re: make makepatch do nothing

2022-04-03 Thread Fernando ApesteguĆ­a
El dom., 3 abr. 2022 18:54, rollniak escribió: > Hello, > > I'm continuing my work on porting senxmpp-rs on FreeBSD. > > I need to create a patch because the path in sendxmpp-rs are hardcoded: > > ``` > --- work/sendxmpp-rs-2.0.0/src/main.rs.ori 2022-04-03 > 18:10:37.848333000 +0200 > +++ wo

Re: make makepatch do nothing

2022-04-03 Thread Yuri
rollniak wrote: > Hello, > > I'm continuing my work on porting senxmpp-rs on FreeBSD. > > I need to create a patch because the path in sendxmpp-rs are hardcoded: > > ``` There is no markup for emails (at least working in every MUA out there). > --- work/sendxmpp-rs-2.0.0/src/main.rs.ori202

make makepatch do nothing

2022-04-03 Thread rollniak
Hello, I'm continuing my work on porting senxmpp-rs on FreeBSD. I need to create a patch because the path in sendxmpp-rs are hardcoded: ``` --- work/sendxmpp-rs-2.0.0/src/main.rs.ori 2022-04-03 18:10:37.848333000 +0200 +++ work/sendxmpp-rs-2.0.0/src/main.rs 2022-04-03 18:11:24.329068000 +