pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xf86-video-apm xf86-video-apm: update to 1.3.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4fdc2971d140
branches:  trunk
changeset: 329534:4fdc2971d140
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 10 23:25:57 2019 +0000

description:
xf86-video-apm: update to 1.3.0.

This is a maintenance release of Alliance Semiconductor ProMotion
DDX for X.Org X Server.  No testing has been done due to the lack
of equipment availability.  Please note that the code may not
compile against X Server 1.20 since it no longer supports 24-bit
color. [1] The DDX compiles cleanly without compilation warnings
on X Server 1.19.6.

Kevin Brace
Brace Computer Laboratory blog
https://bracecomputerlab.com

[1] https://gitlab.freedesktop.org/xorg/xserver/commit/0803918e64262482035f042e5e1f2a571d3dea1b

--
Adam Jackson (1):
      Remove #include "mibstore.h"

Kevin Brace (5):
      Remove miInitializeBackingStore
      Use const char for xf86GetOptValString return type
      Eliminate unused variable compilation warnings
      Use libpciaccess for newer X Servers when unmapping video RAM
      Version bumped to 1.3.0

Mihail Konev (1):
      autogen: add default patch prefix

diffstat:

 x11/xf86-video-apm/Makefile                |   5 ++---
 x11/xf86-video-apm/distinfo                |  11 +++++------
 x11/xf86-video-apm/patches/patch-src_apm.h |  23 -----------------------
 3 files changed, 7 insertions(+), 32 deletions(-)

diffs (56 lines):

diff -r 20bc162b89ea -r 4fdc2971d140 x11/xf86-video-apm/Makefile
--- a/x11/xf86-video-apm/Makefile       Sun Feb 10 21:36:54 2019 +0000
+++ b/x11/xf86-video-apm/Makefile       Sun Feb 10 23:25:57 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2018/03/07 11:57:42 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2019/02/10 23:25:57 wiz Exp $
 
-DISTNAME=      xf86-video-apm-1.2.5
-PKGREVISION=   5
+DISTNAME=      xf86-video-apm-1.3.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 20bc162b89ea -r 4fdc2971d140 x11/xf86-video-apm/distinfo
--- a/x11/xf86-video-apm/distinfo       Sun Feb 10 21:36:54 2019 +0000
+++ b/x11/xf86-video-apm/distinfo       Sun Feb 10 23:25:57 2019 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/04 03:29:01 agc Exp $
+$NetBSD: distinfo,v 1.9 2019/02/10 23:25:57 wiz Exp $
 
-SHA1 (xf86-video-apm-1.2.5.tar.bz2) = a4cdb587f94c0fd28bea92b2469ea1e55d6d6589
-RMD160 (xf86-video-apm-1.2.5.tar.bz2) = 8a8ef0e08eedc12bb3ee901c3222e7a5d14ed7b4
-SHA512 (xf86-video-apm-1.2.5.tar.bz2) = 652307d5e21fcd0df890b941821f409cc0c9846133cf7e522799710d28ebf0d8ff2d8ead3235d8207169f416a6561bc14b4fedb1baaddb1bddf03007372af622
-Size (xf86-video-apm-1.2.5.tar.bz2) = 325277 bytes
-SHA1 (patch-src_apm.h) = d3aa30015f8a3a305cf4076ca356ad2c7a3ae700
+SHA1 (xf86-video-apm-1.3.0.tar.bz2) = 15b5cae18376e6e421a1e892f1cba1af872189c2
+RMD160 (xf86-video-apm-1.3.0.tar.bz2) = 284410031320e50213541d65d00236015d8cc704
+SHA512 (xf86-video-apm-1.3.0.tar.bz2) = 1b10a2d1f886c228629487946fda1ff1766fe0c00657ba8cc1b4cf3bcd7cf66716a0875c90e6f7b7178cf3b48a78a4301bfad1714ee37c63aa7ae9c498ab4f8b
+Size (xf86-video-apm-1.3.0.tar.bz2) = 352759 bytes
diff -r 20bc162b89ea -r 4fdc2971d140 x11/xf86-video-apm/patches/patch-src_apm.h
--- a/x11/xf86-video-apm/patches/patch-src_apm.h        Sun Feb 10 21:36:54 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-$NetBSD: patch-src_apm.h,v 1.1 2015/04/02 22:16:45 tnn Exp $
-
-From 9f67408e4f078e907fbf4feb45cfdcfd0cdebcca Mon Sep 17 00:00:00 2001
-From: Adam Jackson <ajax%redhat.com@localhost>
-Date: Wed, 9 Jan 2013 22:03:29 -0500
-Subject: Remove #include "mibstore.h"
-
-Signed-off-by: Adam Jackson <ajax%redhat.com@localhost>
-
-diff --git a/src/apm.h b/src/apm.h
-index a3c06f8..365e5e2 100644
---- src/apm.h
-+++ src/apm.h
-@@ -33,9 +33,6 @@
- /* All drivers initialising the SW cursor need this */
- #include "mipointer.h"
- 
--/* All drivers implementing backing store need this */
--#include "mibstore.h"
--
- /* I2C support */
- #include "xf86i2c.h"
- 



Home | Main Index | Thread Index | Old Index