Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2015 22:37:18 +0000 (UTC)
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390671 - head/net/xrdp
Message-ID:  <201506262237.t5QMbIPq016258@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pgollucci
Date: Fri Jun 26 22:37:18 2015
New Revision: 390671
URL: https://svnweb.freebsd.org/changeset/ports/390671

Log:
  x11-servers/x11rdp
  
  - fix JP106 OPTION (non default)
  
  Note: OPTION handling needs a cleanup
  
  Reported by: Wolfgang Schraml <wschraml@rwg-bayreuth.de>

Modified:
  head/net/xrdp/Makefile

Modified: head/net/xrdp/Makefile
==============================================================================
--- head/net/xrdp/Makefile	Fri Jun 26 22:13:46 2015	(r390670)
+++ head/net/xrdp/Makefile	Fri Jun 26 22:37:18 2015	(r390671)
@@ -56,7 +56,7 @@ X11RDP_RUN_DEPENDS=	X11rdp:${PORTSDIR}/x
 X11RDP_EXTRA_PATCHES=	${FILESDIR}/extra-patch-x11rdp_xrdp.ini
 # JP106 keymap
 JP106_PLIST_SUB=	JP106=""
-JP106_PLIST_SUB_OFF=	JP106="@comment"
+JP106_PLIST_SUB_OFF=	JP106="@comment "
 
 .include <bsd.port.options.mk>
 



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