On Sun Sep 24, 2023 at 08:51:58AM +0000, Klemens Nanni wrote:
> On Mon, Sep 04, 2023 at 03:40:02PM +0000, Klemens Nanni wrote:
> > builds and starts with this diff, I don't see the connection error, but this
> > on the console when trying to connect to my account which just works with
> > other clients like net/dino:
> >
> > [20230904 16:36:16] Unknown signature value: 794 (unknown:0, unknown)
> > [20230904 16:36:16] Unknown signature value: 795 (unknown:0, unknown)
> > *loads of them printed in batches*
> >
> > Does psi work for anyone?
> > Upstream has new commits as of this may, but there's still no release newer
> > than 1.5 from 2020.
>
> psi fails to communicate with every account/server I tried.
>
> We might as well remove a BROKEN port that noone cares for.
Let's nuke it!
>
> >
> >
> > Index: Makefile
> > ===================================================================
> > RCS file: /cvs/ports/net/psi/Makefile,v
> > retrieving revision 1.41
> > diff -u -p -r1.41 Makefile
> > --- Makefile 24 Apr 2023 11:41:24 -0000 1.41
> > +++ Makefile 4 Sep 2023 14:59:26 -0000
> > @@ -1,7 +1,5 @@
> > USE_WXNEEDED = Yes
> >
> > -BROKEN = Connection Error: Unable to connect to server
> > -
> > COMMENT= multiplatform Jabber client
> >
> > V= 1.5
> > @@ -37,6 +35,9 @@ RUN_DEPENDS= devel/desktop-file-utils \
> > x11/gtk+4,-guic
> >
> > CONFIGURE_ARGS= -DUSE_CCACHE=OFF -DUSE_HUNSPELL=OFF
> > +
> > +# use bundled version, archivers/minizip is ABI incompatible minizip-ng
> > +CONFIGURE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_MINIZIP=ON
> >
> > # For QSettings to write its setup
> > PORTHOME= ${WRKDIST}
> >