svn commit: r488345 - head/net/krdc

Adriaan de Groot adridg at FreeBSD.org
Tue Dec 25 21:26:13 UTC 2018


Author: adridg
Date: Tue Dec 25 21:26:12 2018
New Revision: 488345
URL: https://svnweb.freebsd.org/changeset/ports/488345

Log:
  Switch net/krdc OPTION FREERDP on by default.
  
  This makes sense from a "batteries included" perspective and makes krdc
  more useful by default in networks where you may find proprietary desktops.
  
  PR:		233978
  Reported by:	Nils Beyer

Modified:
  head/net/krdc/Makefile

Modified: head/net/krdc/Makefile
==============================================================================
--- head/net/krdc/Makefile	Tue Dec 25 20:41:18 2018	(r488344)
+++ head/net/krdc/Makefile	Tue Dec 25 21:26:12 2018	(r488345)
@@ -2,6 +2,7 @@
 
 PORTNAME=	krdc
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	net kde kde-applications
 
 MAINTAINER=	kde at FreeBSD.org
@@ -19,6 +20,7 @@ USE_QT=		core dbus gui network widgets xml \
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	FREERDP DOCS
+OPTIONS_DEFAULT=	FREERDP
 OPTIONS_SUB=	yes
 FREERDP_CMAKE_BOOL=	WITH_FREERDP
 FREERDP_DESC=	Remote Desktop support via FreeRDP


More information about the svn-ports-all mailing list