Date: Mon, 4 May 2020 16:08:17 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r533929 - branches/2020Q2/x11-servers/xorg-server Message-ID: <202005041608.044G8HKP087181@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Mon May 4 16:08:16 2020 New Revision: 533929 URL: https://svnweb.freebsd.org/changeset/ports/533929 Log: MFH: r533807 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] Approved by: ports-secteam (joenum) Modified: branches/2020Q2/x11-servers/xorg-server/Makefile branches/2020Q2/x11-servers/xorg-server/distinfo Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/x11-servers/xorg-server/Makefile ============================================================================== --- branches/2020Q2/x11-servers/xorg-server/Makefile Mon May 4 15:03:58 2020 (r533928) +++ branches/2020Q2/x11-servers/xorg-server/Makefile Mon May 4 16:08:16 2020 (r533929) @@ -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: branches/2020Q2/x11-servers/xorg-server/distinfo ============================================================================== --- branches/2020Q2/x11-servers/xorg-server/distinfo Mon May 4 15:03:58 2020 (r533928) +++ branches/2020Q2/x11-servers/xorg-server/distinfo Mon May 4 16:08:16 2020 (r533929) @@ -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?202005041608.044G8HKP087181>