diff options
author | wiz <wiz@pkgsrc.org> | 2016-04-13 18:43:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-04-13 18:43:17 +0000 |
commit | 5838126e45dc718d6187962fe2ac9256e1ff3fbf (patch) | |
tree | 14ccf038cfaaa0821b076b592596fcd90a2bad73 /x11 | |
parent | ab24ef78ba54f5a604b990acd184d3f9961d602d (diff) | |
download | pkgsrc-5838126e45dc718d6187962fe2ac9256e1ff3fbf.tar.gz |
Update modular-xorg-server to 1.18.3.
A few fixes relative to 1.18.2, including one fairly important
performance fix to the Present extension. Thanks to all for fixes and
testing.
Adam Jackson (2):
vfb: Re-add LD_EXPORT_SYMBOLS_FLAG to LDFLAGS
xserver 1.18.3
Chris Wilson (1):
Xext/vidmode: Reduce verbosity of GetModeLine debug messages
Dave Airlie (1):
glamor: swizzle RED to 0 for alpha textures
Michel Dänzer (2):
present: Only requeue for next MSC after flip failure
xfree86/modes: Make sure the HW cursor is hidden when it should be
Olivier Fourdan (2):
xwayland: do not include frequency in mode name
xwayland: Pretend we support viewport in vidmode
Sonny Jiang (1):
DRI2: add Polaris PCI IDs
Diffstat (limited to 'x11')
-rw-r--r-- | x11/modular-xorg-server/Makefile.common | 4 | ||||
-rw-r--r-- | x11/modular-xorg-server/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/modular-xorg-server/Makefile.common b/x11/modular-xorg-server/Makefile.common index 57f96d37655..2749eef6416 100644 --- a/x11/modular-xorg-server/Makefile.common +++ b/x11/modular-xorg-server/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.9 2016/03/14 02:13:33 tnn Exp $ +# $NetBSD: Makefile.common,v 1.10 2016/04/13 18:43:17 wiz Exp $ # used by x11/modular-xorg-server/Makefile # used by x11/modular-xorg-xephyr/Makefile -XORG_VERSION= 1.18.2 +XORG_VERSION= 1.18.3 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 d69b6765bd9..35e8cf8fdd1 100644 --- a/x11/modular-xorg-server/distinfo +++ b/x11/modular-xorg-server/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.74 2016/04/10 07:35:19 tnn Exp $ +$NetBSD: distinfo,v 1.75 2016/04/13 18:43:17 wiz Exp $ -SHA1 (xorg-server-1.18.2.tar.bz2) = d0c5e4f6bba68ad58e74be69c520887695adb132 -RMD160 (xorg-server-1.18.2.tar.bz2) = d4fa0ebd46568e44043d0c696e6c84087f474f3f -SHA512 (xorg-server-1.18.2.tar.bz2) = c44a1b39150fff3ab673cb252d7b498c8c3bc5b3b2abfb6c358c64fadb9ef97789ac457d6acb8afaece29bbbe66399854fd2db13763cb40e7c63fb4237601da9 -Size (xorg-server-1.18.2.tar.bz2) = 5864615 bytes +SHA1 (xorg-server-1.18.3.tar.bz2) = b3d8818bb3e1deeeb8f02d741c1223a72182e63c +RMD160 (xorg-server-1.18.3.tar.bz2) = a09617c34be796aacd6edcbe470179b2abdcb188 +SHA512 (xorg-server-1.18.3.tar.bz2) = 9540b2fb69bf531b57e54af09b103c92c8d9d9cc4e6abe911f63b73b7c63eb6587eeae87927d7bdd7be83749785bf6b395891f85394e86ad2b01c182749f2171 +Size (xorg-server-1.18.3.tar.bz2) = 5867330 bytes SHA1 (patch-configure) = b3c5ae8cd7aca96dbb5a237dda061e8c2569b2f2 SHA1 (patch-exa_exa__render.c) = 4e144b977797d9cdc7e08c286aaedb303f1a1aa8 SHA1 (patch-hw_xfree86_common_xf86sbusBus.h) = f56f87336b2f669413ebb1005a2b64568a111f92 |