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

Richard Gallamore ultima at FreeBSD.org
Fri Jan 19 04:12:50 UTC 2018


Author: ultima
Date: Fri Jan 19 04:12:49 2018
New Revision: 459390
URL: https://svnweb.freebsd.org/changeset/ports/459390

Log:
  * Fix compilation when SSH is selected and pango is not installed
  * Fixed file missing in PLIST when ssl is not enabled

Modified:
  head/net/guacamole-server/Makefile
  head/net/guacamole-server/pkg-plist

Modified: head/net/guacamole-server/Makefile
==============================================================================
--- head/net/guacamole-server/Makefile	Fri Jan 19 03:30:03 2018	(r459389)
+++ head/net/guacamole-server/Makefile	Fri Jan 19 04:12:49 2018	(r459390)
@@ -58,7 +58,7 @@ PULSEAUDIO_CONFIGURE_WITH=	pulse
 PULSEAUDIO_LIB_DEPENDS=	libpulse.so:audio/pulseaudio
 RDP_CONFIGURE_WITH=	rdp
 RDP_LIB_DEPENDS=	libfreerdp1.so:net/freerdp1
-SSH_CONFIGURE_WITH=	pango ssh
+SSH_CONFIGURE_WITH=	pango ssh terminal
 SSH_IMPLIES=		SSL
 SSH_LIB_DEPENDS=	libssh2.so:security/libssh2
 SSH_USE=		GNOME=pango

Modified: head/net/guacamole-server/pkg-plist
==============================================================================
--- head/net/guacamole-server/pkg-plist	Fri Jan 19 03:30:03 2018	(r459389)
+++ head/net/guacamole-server/pkg-plist	Fri Jan 19 04:12:49 2018	(r459390)
@@ -24,7 +24,7 @@ include/guacamole/protocol-types.h
 include/guacamole/protocol.h
 include/guacamole/socket-constants.h
 include/guacamole/socket-fntypes.h
-include/guacamole/socket-ssl.h
+%%SSL%%include/guacamole/socket-ssl.h
 include/guacamole/socket-types.h
 include/guacamole/socket.h
 include/guacamole/stream-types.h


More information about the svn-ports-all mailing list