Date: Sat, 29 Feb 2020 07:20:50 +0000 (UTC) From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527400 - head/x11-drivers/xorgxrdp Message-ID: <202002290720.01T7Kovx032401@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: meta Date: Sat Feb 29 07:20:50 2020 New Revision: 527400 URL: https://svnweb.freebsd.org/changeset/ports/527400 Log: x11-drivers/xorgxrdp: disable DRI3 option by default because it is not very stable right now. Sometimes VLC causes coredump, sometimes Xorg server hangs up. PR: 244298 Modified: head/x11-drivers/xorgxrdp/Makefile Modified: head/x11-drivers/xorgxrdp/Makefile ============================================================================== --- head/x11-drivers/xorgxrdp/Makefile Sat Feb 29 05:22:00 2020 (r527399) +++ head/x11-drivers/xorgxrdp/Makefile Sat Feb 29 07:20:50 2020 (r527400) @@ -3,7 +3,7 @@ PORTNAME= xorgxrdp DISTVERSIONPREFIX= v DISTVERSION= 0.2.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-drivers DIST_SUBDIR= xrdp @@ -31,7 +31,7 @@ LIBS= -L${LOCALBASE}/lib CONFIGURE_ENV= XRDP_CFLAGS=-I${WRKSRC_xrdp}/common OPTIONS_DEFINE= DEBUG DRI3 -OPTIONS_DEFAULT= DRI3 +OPTIONS_DEFAULT= DRI3_DESC= DRI3/Glamor OpenGL Support DRI3_CONFIGURE_ENABLE= glamor
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002290720.01T7Kovx032401>