pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xf86-video-apm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 10 23:25:57 UTC 2019

Modified Files:
        pkgsrc/x11/xf86-video-apm: Makefile distinfo
Removed Files:
        pkgsrc/x11/xf86-video-apm/patches: patch-src_apm.h

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/xf86-video-apm/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/xf86-video-apm/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/x11/xf86-video-apm/patches/patch-src_apm.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xf86-video-apm/Makefile
diff -u pkgsrc/x11/xf86-video-apm/Makefile:1.19 pkgsrc/x11/xf86-video-apm/Makefile:1.20
--- pkgsrc/x11/xf86-video-apm/Makefile:1.19     Wed Mar  7 11:57:42 2018
+++ pkgsrc/x11/xf86-video-apm/Makefile  Sun Feb 10 23:25:57 2019
@@ -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

Index: pkgsrc/x11/xf86-video-apm/distinfo
diff -u pkgsrc/x11/xf86-video-apm/distinfo:1.8 pkgsrc/x11/xf86-video-apm/distinfo:1.9
--- pkgsrc/x11/xf86-video-apm/distinfo:1.8      Wed Nov  4 03:29:01 2015
+++ pkgsrc/x11/xf86-video-apm/distinfo  Sun Feb 10 23:25:57 2019
@@ -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



Home | Main Index | Thread Index | Old Index