Index: head/x11-drivers/xorgxrdp/Makefile =================================================================== --- head/x11-drivers/xorgxrdp/Makefile (revision 528270) +++ head/x11-drivers/xorgxrdp/Makefile (revision 528271) @@ -1,52 +1,52 @@ # $FreeBSD$ PORTNAME= xorgxrdp DISTVERSIONPREFIX= v DISTVERSION= 0.2.13 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11-drivers DIST_SUBDIR= xrdp MAINTAINER= meta@FreeBSD.org COMMENT= X.Org driver enabling use through an RDP session with xrdp LICENSE= MIT RUN_DEPENDS= xauth:x11/xauth BUILD_DEPENDS= nasm:devel/nasm USES= autoreconf libtool:build pkgconfig xorg USE_XORG= xorgproto xorg-server USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= neutrinolabs GH_PROJECT= xrdp:xrdp GH_TAGNAME= v0.9.13:xrdp GNU_CONFIGURE= yes INSTALL_TARGET= install-strip CFLAGS+= -I${LOCALBASE}/include 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 DRI3_LIB_DEPENDS= libepoxy.so:graphics/libepoxy .include .if ${PORT_OPTIONS:MDRI3} SUB_FILES= pkg-message .endif post-patch-DEBUG-on: ${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's|#define LOG_LEVEL [0-9]*|#define LOG_LEVEL 20|' pre-configure: @cd ${WRKSRC} && ./bootstrap .include Index: head/x11-drivers/xorgxrdp/files/patch-xrdpdev_xorg.conf =================================================================== --- head/x11-drivers/xorgxrdp/files/patch-xrdpdev_xorg.conf (revision 528270) +++ head/x11-drivers/xorgxrdp/files/patch-xrdpdev_xorg.conf (nonexistent) @@ -1,17 +0,0 @@ -diff --git xrdpdev/xorg.conf xrdpdev/xorg.conf -index 8079ea8..f0d44fb 100644 ---- xrdpdev/xorg.conf -+++ xrdpdev/xorg.conf -@@ -47,8 +47,11 @@ EndSection - Section "Device" - Identifier "Video Card (xrdpdev)" - Driver "xrdpdev" -+ # Change this to your actual path - Option "DRMDevice" "/dev/dri/renderD128" -- Option "DRI3" "1" -+ # Change the below "0" to "1" to enable hardware acceleration -+ Option "DRI3" "0" -+ Option "DRI2" "0" - EndSection - - Section "Screen" Property changes on: head/x11-drivers/xorgxrdp/files/patch-xrdpdev_xorg.conf ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property