Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 May 2018 14:51:32 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470462 - head/x11-servers/xorg-server
Message-ID:  <201805201451.w4KEpW0Z080106@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Sun May 20 14:51:32 2018
New Revision: 470462
URL: https://svnweb.freebsd.org/changeset/ports/470462

Log:
  x11-servers/xorg-server: Enable SECURITY extension
  
  Enabling the SECURITY extension will make ssh -X work in most cases.
  This extension is enabled in many Linux distros.
  
  PR:		221984
  Submitted by:	Anton Yuzhaninov

Modified:
  head/x11-servers/xorg-server/Makefile

Modified: head/x11-servers/xorg-server/Makefile
==============================================================================
--- head/x11-servers/xorg-server/Makefile	Sun May 20 14:41:43 2018	(r470461)
+++ head/x11-servers/xorg-server/Makefile	Sun May 20 14:51:32 2018	(r470462)
@@ -3,7 +3,7 @@
 
 PORTNAME?=	xorg-server
 PORTVERSION?=	1.18.4
-PORTREVISION?=	7
+PORTREVISION?=	8
 PORTEPOCH?=	1
 CATEGORIES=	x11-servers
 MASTER_SITES=	XORG/individual/xserver
@@ -59,7 +59,7 @@ BUILD_DEPENDS+=	libepoxy>0:graphics/libepoxy	# only fo
 USE_GL+=	gbm
 USE_XORG+=	pciaccess xf86dgaproto xf86vidmodeproto
 CONFIGURE_ARGS+=--disable-dmx --disable-xephyr --disable-xnest --disable-xvfb \
-		--disable-xwayland
+		--disable-xwayland --enable-xcsecurity
 SUB_FILES=	pkg-install pkg-deinstall
 .else
 CONFIGURE_ARGS+=--disable-xorg



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