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

Richard Gallamore ultima at FreeBSD.org
Sun May 6 00:46:10 UTC 2018


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


More information about the svn-ports-head mailing list