svn commit: r525692 - in head: net/guacamole-server net/guacamole-server/files www/guacamole-client

Kyle Evans self at kyle-evans.net
Mon Feb 10 13:55:30 UTC 2020


On Mon, Feb 10, 2020 at 12:15 AM Richard Gallamore <ultima at 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


More information about the svn-ports-all mailing list