From owner-svn-ports-head@freebsd.org Fri Apr 17 19:01:47 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2A6E22C5208; Fri, 17 Apr 2020 19:01:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 493lnR0R1yz4T6g; Fri, 17 Apr 2020 19:01:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0A10127224; Fri, 17 Apr 2020 19:01:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03HJ1kjH053057; Fri, 17 Apr 2020 19:01:46 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03HJ1kfW053055; Fri, 17 Apr 2020 19:01:46 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202004171901.03HJ1kfW053055@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 17 Apr 2020 19:01:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531962 - in head/x11-servers: xorg-server xwayland X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/x11-servers: xorg-server xwayland X-SVN-Commit-Revision: 531962 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Apr 2020 19:01:47 -0000 Author: jbeich Date: Fri Apr 17 19:01:46 2020 New Revision: 531962 URL: https://svnweb.freebsd.org/changeset/ports/531962 Log: x11-servers/xwayland: expose x11/nvidia-driver support Disabled for now as runtime wasn't tested. EGLStreams is supported by x11-wm/mutter and x11-wm/plasma5-kwin. PR: 244242 Approved by: zeising (x11) Modified: head/x11-servers/xorg-server/Makefile (contents, props changed) head/x11-servers/xwayland/Makefile (contents, props changed) Modified: head/x11-servers/xorg-server/Makefile ============================================================================== --- head/x11-servers/xorg-server/Makefile Fri Apr 17 19:01:24 2020 (r531961) +++ head/x11-servers/xorg-server/Makefile Fri Apr 17 19:01:46 2020 (r531962) @@ -19,7 +19,7 @@ RUN_DEPENDS+= xkeyboard-config>=2.5:x11/xkeyboard-conf SLAVE_PORT?= no OPTIONS_SUB= yes -OPTIONS_DEFINE= SUID +OPTIONS_DEFINE+= SUID OPTIONS_RADIO= CONF OPTIONS_RADIO_CONF= DEVD UDEV OPTIONS_DEFAULT= SUID Modified: head/x11-servers/xwayland/Makefile ============================================================================== --- head/x11-servers/xwayland/Makefile Fri Apr 17 19:01:24 2020 (r531961) +++ head/x11-servers/xwayland/Makefile Fri Apr 17 19:01:46 2020 (r531962) @@ -25,6 +25,12 @@ CONFIGURE_ARGS+=--disable-dmx --disable-xephyr --disab PLIST_FILES= bin/Xwayland +OPTIONS_DEFINE= NVIDIA + +NVIDIA_DESC= EGLStream support for glamor on Xwayland +NVIDIA_BUILD_DEPENDS= egl-wayland>0:graphics/egl-wayland +NVIDIA_CONFIGURE_ENABLE=xwayland-eglstream + do-install: cd ${WRKSRC}/hw/xwayland; DESTDIR=${STAGEDIR} ${MAKE_CMD} install