svn commit: r469464 - head/net/guacamole-server

Ultima ultima at ultimasbox.com
Wed May 9 20:46:05 UTC 2018


Thanks again Jan, really appreciate the help! =]

Best regards,
Richard Gallamore

On Wed, May 9, 2018 at 1:01 PM, Jan Beich <jbeich at freebsd.org> wrote:

> Author: jbeich
> Date: Wed May  9 20:01:33 2018
> New Revision: 469464
> URL: https://svnweb.freebsd.org/changeset/ports/469464
>
> Log:
>   net/guacamole-server: unbreak and re-enable GUACENC
>
>   PR:           227726
>   Approved by:  ultima (maintainer)
>
> Modified:
>   head/net/guacamole-server/Makefile   (contents, props changed)
>
> Modified: head/net/guacamole-server/Makefile
> ============================================================
> ==================
> --- head/net/guacamole-server/Makefile  Wed May  9 19:37:26 2018
> (r469463)
> +++ head/net/guacamole-server/Makefile  Wed May  9 20:01:33 2018
> (r469464)
> @@ -3,7 +3,7 @@
>
>  PORTNAME=      guacamole-server
>  DISTVERSION=   0.9.14
> -PORTREVISION=  2
> +PORTREVISION=  3
>  CATEGORIES=    net
>
>  MAINTAINER=    ultima at FreeBSD.org
> @@ -39,7 +39,7 @@ SUB_LIST=     GUACD_USER=${USERS} \
>                 GUACD_GROUP=${GROUPS}
>
>  OPTIONS_DEFINE=                GUACENC NLS SSL WEBP
> -OPTIONS_DEFAULT=       RDP SSH SSL VNC VORBIS PULSEAUDIO WEBP
> +OPTIONS_DEFAULT=       GUACENC PULSEAUDIO RDP SSH SSL VNC VORBIS WEBP
>  OPTIONS_GROUP=         SP AUDIO
>  OPTIONS_GROUP_SP=      RDP SSH VNC
>  OPTIONS_GROUP_AUDIO=   VORBIS PULSEAUDIO
> @@ -51,10 +51,10 @@ RDP_DESC=           RDP protocol support
>  SP_DESC=               Supported Protocols
>  VNC_DESC=              VNC protocol support
>
> -GUACENC_BROKEN=                fails to build with ffmpeg 4.0
>  GUACENC_CONFIGURE_ENABLE=      guacenc
>  GUACENC_CONFIGURE_WITH=                libavcodec libavutil libswscale
>  GUACENC_LIB_DEPENDS=   libavcodec.so:multimedia/ffmpeg
> +GUACENC_CFLAGS=                -Wno-error=deprecated
>  NLS_USES=              gettext-runtime
>  PULSEAUDIO_CONFIGURE_WITH=     pulse
>  PULSEAUDIO_LIB_DEPENDS=        libpulse.so:audio/pulseaudio
>
>


More information about the svn-ports-all mailing list