summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn>2015-11-01 22:58:52 +0000
committertnn <tnn>2015-11-01 22:58:52 +0000
commit896336a66bffac72f266841272130272aedd8cea (patch)
treef848ac6099a2c98cbd17420540c09c53a193b480
parent868e77044b8ffb5e93322c56c8fe92e63072c3ef (diff)
downloadpkgsrc-896336a66bffac72f266841272130272aedd8cea.tar.gz
Update to modular-xorg-{server,xephyr}-1.17.4
1.17.4: Fixes an uninitialized fd_set 1.17.3: Various bugfixes across the board. The most visible changes include fixing GLX extension setup under Xwayland and other non-Xorg servers (enabling core contexts in more scenarios), and various stability fixes to glamor and the Present extension.
-rw-r--r--x11/modular-xorg-server/Makefile3
-rw-r--r--x11/modular-xorg-server/Makefile.common4
-rw-r--r--x11/modular-xorg-server/distinfo9
-rw-r--r--x11/modular-xorg-xephyr/Makefile3
4 files changed, 9 insertions, 10 deletions
diff --git a/x11/modular-xorg-server/Makefile b/x11/modular-xorg-server/Makefile
index eb97a2826e5..41430781f3f 100644
--- a/x11/modular-xorg-server/Makefile
+++ b/x11/modular-xorg-server/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.105 2015/10/11 18:28:53 tnn Exp $
+# $NetBSD: Makefile,v 1.106 2015/11/01 22:58:52 tnn Exp $
DISTNAME= xorg-server-${XORG_VERSION}
PKGNAME= modular-${DISTNAME}
-PKGREVISION= 7
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Modular X11 server from modular X.org
diff --git a/x11/modular-xorg-server/Makefile.common b/x11/modular-xorg-server/Makefile.common
index 31b6074fe92..a37503b09c0 100644
--- a/x11/modular-xorg-server/Makefile.common
+++ b/x11/modular-xorg-server/Makefile.common
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.2 2015/09/26 08:47:17 tnn Exp $
+# $NetBSD: Makefile.common,v 1.3 2015/11/01 22:58:52 tnn Exp $
# used by x11/modular-xorg-server/Makefile
# used by x11/modular-xorg-xephyr/Makefile
-XORG_VERSION= 1.17.2
+XORG_VERSION= 1.17.4
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=xserver/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/modular-xorg-server/distinfo b/x11/modular-xorg-server/distinfo
index 9af5a596820..eb30bf9e9f5 100644
--- a/x11/modular-xorg-server/distinfo
+++ b/x11/modular-xorg-server/distinfo
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.67 2015/10/12 21:48:33 tnn Exp $
+$NetBSD: distinfo,v 1.68 2015/11/01 22:58:52 tnn Exp $
-SHA1 (xorg-server-1.17.2.tar.bz2) = 56ac29a82b99bcf4c7ba2fca41a44cfa18748262
-RMD160 (xorg-server-1.17.2.tar.bz2) = bf575a269f1e7b729992a20989be84e09fcc88a2
-Size (xorg-server-1.17.2.tar.bz2) = 5767983 bytes
+SHA1 (xorg-server-1.17.4.tar.bz2) = 139c4d6795eb4c3848616cc514d134532975e49e
+RMD160 (xorg-server-1.17.4.tar.bz2) = d89d56015d093666e932fd0afc7d51aa2db7cc2f
+SHA512 (xorg-server-1.17.4.tar.bz2) = 4b8377b86ca88f27dcf59db2996b2ee620ce6f181a37dc47600365db588d48f2f3ca66a3149e7c856e686e5783b1cccb2ba0827aa7413299163dfca869f4d376
+Size (xorg-server-1.17.4.tar.bz2) = 5791384 bytes
SHA1 (patch-configure) = b3c5ae8cd7aca96dbb5a237dda061e8c2569b2f2
SHA1 (patch-exa_exa__render.c) = 4e144b977797d9cdc7e08c286aaedb303f1a1aa8
SHA1 (patch-hw_xfree86_common_compiler.h) = c6f2a1ec352e3577dcd46acc8c9c45d81a0c3964
diff --git a/x11/modular-xorg-xephyr/Makefile b/x11/modular-xorg-xephyr/Makefile
index 16126d424a1..fba3b442b2e 100644
--- a/x11/modular-xorg-xephyr/Makefile
+++ b/x11/modular-xorg-xephyr/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2015/10/23 10:58:28 tnn Exp $
+# $NetBSD: Makefile,v 1.8 2015/11/01 22:58:52 tnn Exp $
DISTNAME= xorg-server-${XORG_VERSION}
PKGNAME= modular-xorg-xephyr-${XORG_VERSION}
-PKGREVISION= 2
DISTINFO_FILE= ${.CURDIR}/../../x11/modular-xorg-server/distinfo
PATCHDIR= ${.CURDIR}/../../x11/modular-xorg-server/patches