Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 May 2018 00:46:10 +0000 (UTC)
From:      Richard Gallamore <ultima@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469172 - head/net/guacamole-server
Message-ID:  <201805060046.w460kACv084700@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ultima
Date: Sun May  6 00:46:09 2018
New Revision: 469172
URL: https://svnweb.freebsd.org/changeset/ports/469172

Log:
  * Remove GUACENC from defaults
  
  Guacamole-server is not compatible with Ffmpeg
  version 4.0+. Will readd once fixed upstream.

Modified:
  head/net/guacamole-server/Makefile

Modified: head/net/guacamole-server/Makefile
==============================================================================
--- head/net/guacamole-server/Makefile	Sun May  6 00:39:06 2018	(r469171)
+++ head/net/guacamole-server/Makefile	Sun May  6 00:46:09 2018	(r469172)
@@ -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 GUACENC
+OPTIONS_DEFAULT=	RDP SSH SSL VNC VORBIS PULSEAUDIO WEBP
 OPTIONS_GROUP=		SP AUDIO
 OPTIONS_GROUP_SP=	RDP SSH VNC
 OPTIONS_GROUP_AUDIO=	VORBIS PULSEAUDIO



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