Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2020 10:28:56 -0800
From:      Ultima <ultima@ultimasbox.com>
To:        Kyle Evans <self@kyle-evans.net>
Cc:        ports-committers <ports-committers@freebsd.org>, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r525692 - in head: net/guacamole-server net/guacamole-server/files www/guacamole-client
Message-ID:  <CANJ8om5tQQgSdtgg-OZQTZ2Zx4uAMWhvAJ3RTBUJWG4kvXffeA@mail.gmail.com>
In-Reply-To: <CACNAnaGZBqSb9xhz81cCiNhTo=EbLVcFOVwSc7LzJH=cfoPA_w@mail.gmail.com>
References:  <202002100615.01A6FWEY064636@repo.freebsd.org> <CACNAnaGZBqSb9xhz81cCiNhTo=EbLVcFOVwSc7LzJH=cfoPA_w@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
 Wish I could express the same enthusiasm as you, but unfortunately
this has broken rdp in guacamole for FreeBSD ports.

 I'm not positive on what the issue yet, but I know it has something to
do with homedir not being set. I'm planning on taking a look later.

 This shouldn't stop the deprecation though! make that port walk the
plank! =]

Best regards,
Richard Gallamore

On Mon, Feb 10, 2020 at 5:55 AM Kyle Evans <self@kyle-evans.net> wrote:

> On Mon, Feb 10, 2020 at 12:15 AM Richard Gallamore <ultima@freebsd.org>
> wrote:
> >
> > Author: ultima
> > Date: Mon Feb 10 06:15:32 2020
> > New Revision: 525692
> > URL: https://svnweb.freebsd.org/changeset/ports/525692
> >
> > Log:
> >   Updated to 1.1.0
> >
> >   Changes: https://guacamole.apache.org/releases/1.1.0/
> >
> > Deleted:
> >   head/net/guacamole-server/files/patch-configure.ac
> > Modified:
> >   head/net/guacamole-server/Makefile
> >   head/net/guacamole-server/distinfo
> >   head/net/guacamole-server/pkg-plist
> >   head/www/guacamole-client/Makefile
> >   head/www/guacamole-client/distinfo
> >
> > Modified: head/net/guacamole-server/Makefile
> >
> ==============================================================================
> > --- head/net/guacamole-server/Makefile  Mon Feb 10 04:54:57 2020
> (r525691)
> > +++ head/net/guacamole-server/Makefile  Mon Feb 10 06:15:32 2020
> (r525692)
> > @@ -56,11 +57,14 @@ GUACENC_CONFIGURE_WITH=             libavcodec
> libavutil libswsca
> >  GUACENC_LIB_DEPENDS=   libavcodec.so:multimedia/ffmpeg
> >  GUACENC_CFLAGS=                -Wno-error=deprecated
> >  GUACLOG_CONFIGURE_ENABLE=      guaclog
> > +KUBERNETES_CONFIGURE_WITH=     kubernetes pango terminal
> > +KUBERNETES_LIB_DEPENDS=
> libwebsockets.so:net/libwebsockets
> > +KUBERNETES_USE=                        GNOME=pango
> >  NLS_USES=              gettext-runtime
> >  PULSEAUDIO_CONFIGURE_WITH=     pulse
> >  PULSEAUDIO_LIB_DEPENDS=        libpulse.so:audio/pulseaudio
> >  RDP_CONFIGURE_WITH=    rdp
> > -RDP_LIB_DEPENDS=       libfreerdp1.so:net/freerdp1
> > +RDP_LIB_DEPENDS=       libfreerdp2.so:net/freerdp
> >  SSH_CONFIGURE_WITH=    pango ssh terminal
> >  SSH_IMPLIES=           SSL
> >  SSH_LIB_DEPENDS=       libssh2.so:security/libssh2
> >
>
> Woot! This was the last consumer of net/freerdp1. Can you slap a
> DEPRECATED on that bad boy with some reasonable EXPIRATION_DATE,
> Approved by: kevans (maintainer) ?
>
> Folks should be using net/freerdp instead.
>
> Thanks,
>
> Kyle Evans
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANJ8om5tQQgSdtgg-OZQTZ2Zx4uAMWhvAJ3RTBUJWG4kvXffeA>