Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 May 2020 20:22:31 +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: r533807 - head/x11-servers/xorg-server
Message-ID:  <202005032022.043KMVR9049792@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Sun May  3 20:22:30 2020
New Revision: 533807
URL: https://svnweb.freebsd.org/changeset/ports/533807

Log:
  xorg-server: Do not send spurious focus events
  
  Apply an upstream patch to avoid sending focus evens when grab actually does
  not change.  This fixes certain full screen applications. [1]
  
  Ensure that we actually don't try to find and link against HAL even if it's
  around on the system we're compiling on [2]
  
  Add CPE information [3]
  
  PR:		245854 [1] (with changes), 245604 [2], 197712 [3]
  Submitted by:	naddy@ [1], mi@ [2], arrowd [3]
  Reported by:	shun [3]
  MFH:		2020Q2

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

Modified: head/x11-servers/xorg-server/Makefile
==============================================================================
--- head/x11-servers/xorg-server/Makefile	Sun May  3 19:40:27 2020	(r533806)
+++ head/x11-servers/xorg-server/Makefile	Sun May  3 20:22:30 2020	(r533807)
@@ -3,6 +3,7 @@
 
 PORTNAME?=	xorg-server
 PORTVERSION?=	1.20.8
+PORTREVISION?=	1
 PORTEPOCH?=	1
 CATEGORIES=	x11-servers
 MASTER_SITES=	XORG/individual/xserver
@@ -11,6 +12,9 @@ DISTNAME=	xorg-server-${PORTVERSION}
 MAINTAINER=	x11@FreeBSD.org
 COMMENT?=	X.Org X server and related programs
 
+PATCH_SITES=	https://gitlab.freedesktop.org/xorg/xserver/commit/
+PATCHFILES=	271934db9f3b1297754b29855646e0a4ee01db59.diff:-p1
+
 LICENSE=	MIT
 
 RUN_DEPENDS+=	xkeyboard-config>=2.5:x11/xkeyboard-config \
@@ -55,15 +59,16 @@ DEFAULT_FONTPATH_LIST= \
 DEFAULT_FONTPATH_CMD=${ECHO_CMD} ${DEFAULT_FONTPATH_LIST} | ${TR} ' ' ,
 PLIST_SUB+=	FONTPATHD="${FONTPATHD:S,^${PREFIX}/,,}"
 
-USES=		compiler:c11 gl gmake perl5 ssl xorg xorg-cat:xserver
+USES=		compiler:c11 cpe gl gmake perl5 ssl xorg xorg-cat:xserver
 USE_PERL5=	build
 USE_GL+=	gl
 USE_XORG+=	pixman xau xdmcp xfont2 xkbfile xorgproto xshmfence xtrans
 CONFIGURE_ARGS+=--without-doxygen --without-xmlto --without-fop \
 		--with-default-font-path="$$(${DEFAULT_FONTPATH_CMD})" \
-		--without-dtrace --with-shared-memory-dir=/tmp \
+		--without-dtrace --disable-config-hal	\
 		--disable-install-setuid --disable-unit-tests
 INSTALL_TARGET=	install-strip
+CPE_VENDOR=	x.org
 
 .if ${SLAVE_PORT} == "no" || ${PORTNAME} == "xephyr" || ${PORTNAME} == "xwayland"
 LIB_DEPENDS+=	libdrm.so:graphics/libdrm \

Modified: head/x11-servers/xorg-server/distinfo
==============================================================================
--- head/x11-servers/xorg-server/distinfo	Sun May  3 19:40:27 2020	(r533806)
+++ head/x11-servers/xorg-server/distinfo	Sun May  3 20:22:30 2020	(r533807)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1585642684
+TIMESTAMP = 1588512348
 SHA256 (xorg/xserver/xorg-server-1.20.8.tar.bz2) = d17b646bee4ba0fb7850c1cc55b18e3e8513ed5c02bdf38da7e107f84e2d0146
 SIZE (xorg/xserver/xorg-server-1.20.8.tar.bz2) = 6309640
+SHA256 (xorg/xserver/271934db9f3b1297754b29855646e0a4ee01db59.diff) = b29a3af8f6d93a5b6e1d4652fca0a76e438884dee8caf03f89148fbc47c98f71
+SIZE (xorg/xserver/271934db9f3b1297754b29855646e0a4ee01db59.diff) = 1262



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