diff options
author | wiz <wiz@pkgsrc.org> | 2018-11-03 10:51:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-11-03 10:51:54 +0000 |
commit | 7eea43f636daf4912472c22404624022f032d5e0 (patch) | |
tree | 78e76a6b022fec77f5f119544441df0f057e3265 /x11 | |
parent | 51163c922f6b76b743ffbaf23f112afcb61428f0 (diff) | |
download | pkgsrc-7eea43f636daf4912472c22404624022f032d5e0.tar.gz |
xf86-video-r128: update to 6.12.0.
This release is mainly meant deal with 2 urgent build failure issues
reported by users.
If your distribution is using Version 6.11.0, please replace it
with this version as soon as possible.
There is very little change in the functionality compared to the
previous release, but I did rewrite hard to maintain and very
awkwardly written XAA / EXA initialization code.
It is always possible that I can mess up the code, but it appears
that the code is working correctly.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xf86-video-r128/Makefile | 4 | ||||
-rw-r--r-- | x11/xf86-video-r128/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/xf86-video-r128/Makefile b/x11/xf86-video-r128/Makefile index b5291108952..61d6abc90f1 100644 --- a/x11/xf86-video-r128/Makefile +++ b/x11/xf86-video-r128/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2018/07/20 09:41:28 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2018/11/03 10:51:54 wiz Exp $ -DISTNAME= xf86-video-r128-6.11.0 +DISTNAME= xf86-video-r128-6.12.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xf86-video-r128/distinfo b/x11/xf86-video-r128/distinfo index c0adaeb177d..3ea7a9cdd91 100644 --- a/x11/xf86-video-r128/distinfo +++ b/x11/xf86-video-r128/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.12 2018/07/20 09:41:28 wiz Exp $ +$NetBSD: distinfo,v 1.13 2018/11/03 10:51:54 wiz Exp $ -SHA1 (xf86-video-r128-6.11.0.tar.bz2) = eaf0d08be3a23a9ed2f2ce24175c4d2d398e6d28 -RMD160 (xf86-video-r128-6.11.0.tar.bz2) = 614096a61169f0d1e556690c00e59ee82e7fb884 -SHA512 (xf86-video-r128-6.11.0.tar.bz2) = 1211cac52f65010aa4e168a173660186ad2b8595688a910ac545b0321d0d6879e02284b3bb26779faf3cf5b3b3031f33adb63ff596fb55a8f7a1f465ca0db1ba -Size (xf86-video-r128-6.11.0.tar.bz2) = 482903 bytes +SHA1 (xf86-video-r128-6.12.0.tar.bz2) = 7cfa41d386fa43b5d30299203e4845d8afba4899 +RMD160 (xf86-video-r128-6.12.0.tar.bz2) = 36c87a81d8f1e9e6a39f9a458efc05e8934a5cae +SHA512 (xf86-video-r128-6.12.0.tar.bz2) = 0e667e2cfa8a87a00846361d86528c93754c403c812b66798953fa4c857b2143b2c4c44885da467e7f910d8cb910b69492cdcb6f25e2197bae6617364d152e38 +Size (xf86-video-r128-6.12.0.tar.bz2) = 483999 bytes SHA1 (patch-configure) = b8aec279d402f4bd31693f34e0ccab4155159cd4 SHA1 (patch-src_r128__probe.c) = 3a0e00262f8b996392b2a9c1a5b887a1016f6203 |