svn commit: r470462 - head/x11-servers/xorg-server
Niclas Zeising
zeising at FreeBSD.org
Sun May 20 14:51:33 UTC 2018
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
More information about the svn-ports-head
mailing list