Date: Saturday, October 6, 2012 @ 16:05:59
  Author: andyrtr
Revision: 168205

db-move: moved xf86-input-acecad from [staging] to [testing] (i686, x86_64)

Added:
  xf86-input-acecad/repos/testing-i686/
  xf86-input-acecad/repos/testing-i686/PKGBUILD
    (from rev 168199, xf86-input-acecad/repos/staging-i686/PKGBUILD)
  
xf86-input-acecad/repos/testing-i686/assign-local-private-after-allocating.patch
    (from rev 168199, 
xf86-input-acecad/repos/staging-i686/assign-local-private-after-allocating.patch)
  xf86-input-acecad/repos/testing-x86_64/
  xf86-input-acecad/repos/testing-x86_64/PKGBUILD
    (from rev 168199, xf86-input-acecad/repos/staging-x86_64/PKGBUILD)
  
xf86-input-acecad/repos/testing-x86_64/assign-local-private-after-allocating.patch
    (from rev 168199, 
xf86-input-acecad/repos/staging-x86_64/assign-local-private-after-allocating.patch)
Deleted:
  xf86-input-acecad/repos/staging-i686/
  xf86-input-acecad/repos/staging-x86_64/

------------------------------------------------------------+
 testing-i686/PKGBUILD                                      |   34 +++++++++++
 testing-i686/assign-local-private-after-allocating.patch   |   24 +++++++
 testing-x86_64/PKGBUILD                                    |   34 +++++++++++
 testing-x86_64/assign-local-private-after-allocating.patch |   24 +++++++
 4 files changed, 116 insertions(+)

Copied: xf86-input-acecad/repos/testing-i686/PKGBUILD (from rev 168199, 
xf86-input-acecad/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2012-10-06 20:05:59 UTC (rev 168205)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot <[email protected]>
+
+pkgname=xf86-input-acecad
+pkgver=1.5.0
+pkgrel=5
+pkgdesc="X.Org acecad tablet input driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('sysfsutils')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.13' 'X-ABI-XINPUT_VERSION<18' 
'X-ABI-XINPUT_VERSION>=19')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+        assign-local-private-after-allocating.patch)
+sha1sums=('410cee68e4435dc95774fb389fcefae1b2ffe3d1'
+          '9301020b0ef3c6f2081e957481a88d2e187a7973')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/assign-local-private-after-allocating.patch"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: 
xf86-input-acecad/repos/testing-i686/assign-local-private-after-allocating.patch
 (from rev 168199, 
xf86-input-acecad/repos/staging-i686/assign-local-private-after-allocating.patch)
===================================================================
--- testing-i686/assign-local-private-after-allocating.patch                    
        (rev 0)
+++ testing-i686/assign-local-private-after-allocating.patch    2012-10-06 
20:05:59 UTC (rev 168205)
@@ -0,0 +1,24 @@
+From ec2c4ead497133ef20d5ef5a9b481b38e1e0f7a2 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer <[email protected]>
+Date: Mon, 27 Jun 2011 03:13:54 +0000
+Subject: Assign local->private after allocating.
+
+It is detrimental to the user experience when the driver tries to derefernce
+null pointers.
+
+Signed-off-by: Peter Hutterer <[email protected]>
+---
+diff --git a/src/acecad.c b/src/acecad.c
+index ad6d793..604fe91 100644
+--- a/src/acecad.c
++++ b/src/acecad.c
+@@ -343,6 +343,7 @@ AceCadPreInit(InputDriverPtr drv, InputInfoPtr local, int 
flags)
+         return BadAlloc;
+ 
+     memset(priv, 0, sizeof(AceCadPrivateRec));
++    local->private = priv;
+ 
+     local->device_control = DeviceControl;
+ 
+--
+cgit v0.8.3-6-g21f6

Copied: xf86-input-acecad/repos/testing-x86_64/PKGBUILD (from rev 168199, 
xf86-input-acecad/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2012-10-06 20:05:59 UTC (rev 168205)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot <[email protected]>
+
+pkgname=xf86-input-acecad
+pkgver=1.5.0
+pkgrel=5
+pkgdesc="X.Org acecad tablet input driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('sysfsutils')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.13' 'X-ABI-XINPUT_VERSION<18' 
'X-ABI-XINPUT_VERSION>=19')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+        assign-local-private-after-allocating.patch)
+sha1sums=('410cee68e4435dc95774fb389fcefae1b2ffe3d1'
+          '9301020b0ef3c6f2081e957481a88d2e187a7973')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/assign-local-private-after-allocating.patch"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: 
xf86-input-acecad/repos/testing-x86_64/assign-local-private-after-allocating.patch
 (from rev 168199, 
xf86-input-acecad/repos/staging-x86_64/assign-local-private-after-allocating.patch)
===================================================================
--- testing-x86_64/assign-local-private-after-allocating.patch                  
        (rev 0)
+++ testing-x86_64/assign-local-private-after-allocating.patch  2012-10-06 
20:05:59 UTC (rev 168205)
@@ -0,0 +1,24 @@
+From ec2c4ead497133ef20d5ef5a9b481b38e1e0f7a2 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer <[email protected]>
+Date: Mon, 27 Jun 2011 03:13:54 +0000
+Subject: Assign local->private after allocating.
+
+It is detrimental to the user experience when the driver tries to derefernce
+null pointers.
+
+Signed-off-by: Peter Hutterer <[email protected]>
+---
+diff --git a/src/acecad.c b/src/acecad.c
+index ad6d793..604fe91 100644
+--- a/src/acecad.c
++++ b/src/acecad.c
+@@ -343,6 +343,7 @@ AceCadPreInit(InputDriverPtr drv, InputInfoPtr local, int 
flags)
+         return BadAlloc;
+ 
+     memset(priv, 0, sizeof(AceCadPrivateRec));
++    local->private = priv;
+ 
+     local->device_control = DeviceControl;
+ 
+--
+cgit v0.8.3-6-g21f6

Reply via email to