Re: [update] net/transmission 4.0.1 - work in progress

2023-04-06 Thread Klemens Nanni
06.04.2023 12:51, Josh Grosse пишет: > Upstream is now at 4.0.2. I'd like to test that revision. 4.0.2 shows 20 compile errors on am64, I have not looked into it. Do you want to fix that and jump to .2 directly or commit what we have and then work on the minor update?

Re: [update] net/transmission 4.0.1 - work in progress

2023-04-06 Thread Josh Grosse
On Thu, Apr 06, 2023 at 11:55:18AM +, Klemens Nanni wrote: > On Tue, Mar 14, 2023 at 09:28:45PM -0400, Josh Grosse wrote: > > I think this may be ready for testing by transmission users. > > I saw now feedback on this. Shall we commit? > Works for me in light testing. Upstream is now at 4.0.

Re: [update] net/transmission 4.0.1 - work in progress

2023-04-06 Thread Klemens Nanni
On Tue, Mar 14, 2023 at 09:28:45PM -0400, Josh Grosse wrote: > I think this may be ready for testing by transmission users. I saw now feedback on this. Shall we commit? Works for me in light testing. Index: Makefile === RCS file: /c

Re: [update] net/transmission 4.0.1 - work in progress

2023-03-14 Thread Josh Grosse
On Sat, Mar 11, 2023 at 12:55:39PM +, Klemens Nanni wrote: > 10.03.2023 20:47, Klemens Nanni ??: > > +++ pkg/PLIST-main 10 Mar 2023 14:45:13 - > > @@ -22,81 +22,84 @@ > > @man man/man1/transmission-remote.1 > > @man man/man1/transmission-show.1 > > @comment share/applications/ >

Re: [update] net/transmission 4.0.1 - work in progress

2023-03-11 Thread Josh Grosse
On Sat, Mar 11, 2023 at 12:55:39PM +, Klemens Nanni wrote: > 10.03.2023 20:47, Klemens Nanni ??: > > +++ pkg/PLIST-main 10 Mar 2023 14:45:13 - > > @@ -22,81 +22,84 @@ > > @man man/man1/transmission-remote.1 > > @man man/man1/transmission-show.1 > > @comment share/applications/ >

Re: [update] net/transmission 4.0.1 - work in progress

2023-03-11 Thread Klemens Nanni
10.03.2023 20:47, Klemens Nanni пишет: > +++ pkg/PLIST-main10 Mar 2023 14:45:13 - > @@ -22,81 +22,84 @@ > @man man/man1/transmission-remote.1 > @man man/man1/transmission-show.1 > @comment share/applications/ (This @comment can probably go well and then get cleaned up from update-plis

Re: [update] net/transmission 4.0.1 - work in progress

2023-03-10 Thread Klemens Nanni
10.03.2023 19:57, Josh Grosse пишет: > On Fri, Mar 10, 2023 at 03:09:42PM +, Klemens Nanni wrote: > [snip] >> Here is a diff using cmake, qt6 and gtk4 as per upstream defaults. >> Above mentioned cmake issues should be mentioned upstream. >> The one new local patch is trivial, free PR for anyon

Re: [update] net/transmission 4.0.1 - work in progress

2023-03-10 Thread Josh Grosse
On Fri, Mar 10, 2023 at 03:09:42PM +, Klemens Nanni wrote: [snip] > Here is a diff using cmake, qt6 and gtk4 as per upstream defaults. > Above mentioned cmake issues should be mentioned upstream. > The one new local patch is trivial, free PR for anyone taking their time. > > Both gtk and qt ru

Re: [update] net/transmission 4.0.1 - work in progress

2023-03-10 Thread Klemens Nanni
On Fri, Mar 10, 2023 at 03:09:42PM +, Klemens Nanni wrote: > transmission's cmake code finds and prints libevent2's 2.1.12, but ends up > always using base libevent.so.* which I have not been able to fix. > > Looks like transmission wants to link against a single -levent like base, > but ports

Re: [update] net/transmission 4.0.1 - work in progress

2023-03-10 Thread Klemens Nanni
On Thu, Mar 09, 2023 at 06:02:31PM -0500, Josh Grosse wrote: > The attached "version 1" patch is a work-in-progress; I'm looking for > advice and corrections > > 1) I have (temporarily) disabled the Qt subpackage >build, because upstream has switched to using CMake for >everything, and I

Re: [update] net/transmission 4.0.1 - work in progress

2023-03-10 Thread Josh Grosse
On Fri, Mar 10, 2023 at 03:20:51PM +0100, Antoine Jacoutot wrote: > On Fri, Mar 10, 2023 at 09:10:56AM -0500, Josh Grosse wrote: > > On Fri, Mar 10, 2023 at 07:37:20AM +, Stuart Henderson wrote: > > > On 2023/03/09 18:02, Josh Grosse wrote: > > > > 2) I am having an issue with "size mismatch" w

Re: [update] net/transmission 4.0.1 - work in progress

2023-03-10 Thread Antoine Jacoutot
On Fri, Mar 10, 2023 at 09:10:56AM -0500, Josh Grosse wrote: > On Fri, Mar 10, 2023 at 07:37:20AM +, Stuart Henderson wrote: > > On 2023/03/09 18:02, Josh Grosse wrote: > > > 2) I am having an issue with "size mismatch" warnings as both > > >libevent and devel/libevent2 are required by the

Re: [update] net/transmission 4.0.1 - work in progress

2023-03-10 Thread Josh Grosse
On Fri, Mar 10, 2023 at 07:37:20AM +, Stuart Henderson wrote: > On 2023/03/09 18:02, Josh Grosse wrote: > > 2) I am having an issue with "size mismatch" warnings as both > >libevent and devel/libevent2 are required by the main and > >gtk subpackages. > > Mixing the two won't work, i

Re: [update] net/transmission 4.0.1 - work in progress

2023-03-09 Thread Stuart Henderson
On 2023/03/09 18:02, Josh Grosse wrote: > 2) I am having an issue with "size mismatch" warnings as both >libevent and devel/libevent2 are required by the main and >gtk subpackages. Mixing the two won't work, it will need to use either one or the other.

[update] net/transmission 4.0.1 - work in progress

2023-03-09 Thread Josh Grosse
The attached "version 1" patch is a work-in-progress; I'm looking for advice and corrections 1) I have (temporarily) disabled the Qt subpackage build, because upstream has switched to using CMake for everything, and I do not know enough about either CMake or QMake to get it to build. I c