Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Dec 2018 21:26:12 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488345 - head/net/krdc
Message-ID:  <201812252126.wBPLQCnn017108@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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