[arch-commits] Commit in fcpci/trunk (PKGBUILD fcpci.install)

2012-07-23 Thread Tobias Powalowski
Date: Monday, July 23, 2012 @ 03:08:26
  Author: tpowa
Revision: 163976

upgpkg: fcpci 31107-79

rebuild against 3.5 series

Modified:
  fcpci/trunk/PKGBUILD
  fcpci/trunk/fcpci.install

---+
 PKGBUILD  |8 
 fcpci.install |4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-23 05:49:27 UTC (rev 163975)
+++ PKGBUILD2012-07-23 07:08:26 UTC (rev 163976)
@@ -3,14 +3,14 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=78
-_extramodules=extramodules-3.4-ARCH
+pkgrel=79
+_extramodules=extramodules-3.5-ARCH
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch linux kernel
 arch=(i686 x86_64)
 license=('custom:AVM' 'LGPL')
 url='http://www.avm.de/en/index.php3'
-depends=('linux=3.4' 'linux3.5')
-makedepends=('linux=3.4' 'linux-headers3.5')
+depends=('linux=3.5' 'linux3.6')
+makedepends=('linux=3.5' 'linux-headers3.6')
 
source=(http://download.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz
 
 kernel-2.6.19.patch 
 atomic.patch kernel-2.6.20.patch 

Modified: fcpci.install
===
--- fcpci.install   2012-07-23 05:49:27 UTC (rev 163975)
+++ fcpci.install   2012-07-23 07:08:26 UTC (rev 163976)
@@ -5,7 +5,7 @@
 EOF
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  EXTRAMODULES=extramodules-3.4-ARCH
+  EXTRAMODULES=extramodules-3.5-ARCH
   depmod -v $(cat /usr/lib/modules/$EXTRAMODULES/version)  /dev/null 21
 }
 
@@ -19,7 +19,7 @@
 post_remove() {
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  EXTRAMODULES=extramodules-3.4-ARCH
+  EXTRAMODULES=extramodules-3.5-ARCH
   depmod -v $(cat /usr/lib/modules/$EXTRAMODULES/version)  /dev/null 21
 }
 



[arch-commits] Commit in fcpci/trunk (PKGBUILD)

2012-07-20 Thread Tobias Powalowski
Date: Friday, July 20, 2012 @ 04:23:15
  Author: tpowa
Revision: 163793

upgpkg: fcpci 31107-78

rebuild against 3.4.6-1

Modified:
  fcpci/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-20 07:51:35 UTC (rev 163792)
+++ PKGBUILD2012-07-20 08:23:15 UTC (rev 163793)
@@ -3,7 +3,7 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=77
+pkgrel=78
 _extramodules=extramodules-3.4-ARCH
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch linux kernel
 arch=(i686 x86_64)



[arch-commits] Commit in fcpci/trunk (PKGBUILD)

2012-07-18 Thread Tobias Powalowski
Date: Wednesday, July 18, 2012 @ 02:38:04
  Author: tpowa
Revision: 163721

upgpkg: fcpci 31107-77

rebuild against 3.4.5

Modified:
  fcpci/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-18 06:12:56 UTC (rev 163720)
+++ PKGBUILD2012-07-18 06:38:04 UTC (rev 163721)
@@ -3,7 +3,7 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=76
+pkgrel=77
 _extramodules=extramodules-3.4-ARCH
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch linux kernel
 arch=(i686 x86_64)



[arch-commits] Commit in fcpci/trunk (PKGBUILD fcpci.install)

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 20:45:49
  Author: dreisner
Revision: 162929

upgpkg: fcpci 31107-76

- rebuild for kernel move to /usr

Modified:
  fcpci/trunk/PKGBUILD
  fcpci/trunk/fcpci.install

---+
 PKGBUILD  |   14 +++---
 fcpci.install |4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 00:43:40 UTC (rev 162928)
+++ PKGBUILD2012-07-04 00:45:49 UTC (rev 162929)
@@ -3,7 +3,7 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=75
+pkgrel=76
 _extramodules=extramodules-3.4-ARCH
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch linux kernel
 arch=(i686 x86_64)
@@ -44,7 +44,7 @@
 options=(!strip)
 
 build() {
-  _kernver=$(cat /lib/modules/${_extramodules}/version)
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
   cd $srcdir/fritz/src
   [ $CARCH = i686 ]  (patch -Np0 -i ../../atomic.patch)
   [ $CARCH = i686 ]  (patch -Np0 -i ../../kernel-2.6.39-i686.patch)
@@ -77,15 +77,15 @@
 $i.old $i
   done
 
-  make LIBDIR=$pkgdir/var/lib/fritz KDIR=/lib/modules/${_kernver}/build all
+  make LIBDIR=$pkgdir/var/lib/fritz KDIR=/usr/lib/modules/${_kernver}/build all
 }
 
 package() {
-  mkdir -p $pkgdir/lib/modules/${_extramodules}
-  cp $srcdir/fritz/src/fcpci.ko $pkgdir/lib/modules/${_extramodules}/ 
-  rm -r $pkgdir/var/lib/fritz  
+  mkdir -p $pkgdir/usr/lib/modules/${_extramodules}
+  cp $srcdir/fritz/src/fcpci.ko $pkgdir/usr/lib/modules/${_extramodules}/
+  rm -r $pkgdir/var
   # build module dependencies
   sed -i -e s/EXTRAMODULES=.*/EXTRAMODULES=${_extramodules}/g 
$startdir/fcpci.install
   # gzip -9 modules
-  find $pkgdir -name '*.ko' -exec gzip -9 {} \;
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
 }

Modified: fcpci.install
===
--- fcpci.install   2012-07-04 00:43:40 UTC (rev 162928)
+++ fcpci.install   2012-07-04 00:45:49 UTC (rev 162929)
@@ -6,7 +6,7 @@
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
   EXTRAMODULES=extramodules-3.4-ARCH
-  depmod -v $(cat /lib/modules/$EXTRAMODULES/version)  /dev/null 21
+  depmod -v $(cat /usr/lib/modules/$EXTRAMODULES/version)  /dev/null 21
 }
 
 # arg 1:  the new package version
@@ -20,6 +20,6 @@
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
   EXTRAMODULES=extramodules-3.4-ARCH
-  depmod -v $(cat /lib/modules/$EXTRAMODULES/version)  /dev/null 21
+  depmod -v $(cat /usr/lib/modules/$EXTRAMODULES/version)  /dev/null 21
 }
 



[arch-commits] Commit in fcpci/trunk (PKGBUILD fcpci.install)

2012-05-23 Thread Tobias Powalowski
Date: Thursday, May 24, 2012 @ 01:23:52
  Author: tpowa
Revision: 159416

upgpkg: fcpci 31107-75

fix install file

Modified:
  fcpci/trunk/PKGBUILD
  fcpci/trunk/fcpci.install

---+
 PKGBUILD  |2 +-
 fcpci.install |7 ++-
 2 files changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-23 23:14:39 UTC (rev 159415)
+++ PKGBUILD2012-05-24 05:23:52 UTC (rev 159416)
@@ -3,7 +3,7 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=74
+pkgrel=75
 _extramodules=extramodules-3.4-ARCH
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch linux kernel
 arch=(i686 x86_64)

Modified: fcpci.install
===
--- fcpci.install   2012-05-23 23:14:39 UTC (rev 159415)
+++ fcpci.install   2012-05-24 05:23:52 UTC (rev 159416)
@@ -1,10 +1,8 @@
  # arg 1:  the new package version
 post_install() {
 cat  EOF
-== Add 'capiinit' to rc.conf daemons list. 
-== Please blacklist hisax modules in /etc/modprobe.d/
+== Please blacklist hisax and misdn modules in /etc/modprobe.d/
 EOF
-  sed -i -e 's/#fcpci  -   -   -   -   -   -/fcpci 
-   -   -   -   -   -/g' /etc/capi.conf
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
   EXTRAMODULES=extramodules-3.4-ARCH
@@ -19,8 +17,7 @@
 
 # arg 1:  the old package version
 post_remove() {
-  sed -i -e 's/fcpci   -   -   -   -   -   
-/#fcpci-   -   -   -   -   -/g' 
/etc/capi.conf
-# updating module dependencies
+  # updating module dependencies
   echo  Updating module dependencies. Please wait ...
   EXTRAMODULES=extramodules-3.4-ARCH
   depmod -v $(cat /lib/modules/$EXTRAMODULES/version)  /dev/null 21



[arch-commits] Commit in fcpci/trunk (PKGBUILD fcpci.install kernel-3.4.0.patch)

2012-05-21 Thread Tobias Powalowski
Date: Monday, May 21, 2012 @ 07:00:09
  Author: tpowa
Revision: 159306

upgpkg: fcpci 31107-74

rebuild for 3.4

Added:
  fcpci/trunk/kernel-3.4.0.patch
Modified:
  fcpci/trunk/PKGBUILD
  fcpci/trunk/fcpci.install

+
 PKGBUILD   |   15 +--
 fcpci.install  |4 ++--
 kernel-3.4.0.patch |   10 ++
 3 files changed, 21 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-21 10:57:14 UTC (rev 159305)
+++ PKGBUILD2012-05-21 11:00:09 UTC (rev 159306)
@@ -3,14 +3,14 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=73
-_extramodules=extramodules-3.3-ARCH
+pkgrel=74
+_extramodules=extramodules-3.4-ARCH
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch linux kernel
 arch=(i686 x86_64)
 license=('custom:AVM' 'LGPL')
 url='http://www.avm.de/en/index.php3'
-depends=('linux=3.3' 'linux3.4')
-makedepends=('linux=3.3' 'linux-headers3.4')
+depends=('linux=3.4' 'linux3.5')
+makedepends=('linux=3.4' 'linux-headers3.5')
 
source=(http://download.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz
 
 kernel-2.6.19.patch 
 atomic.patch kernel-2.6.20.patch 
@@ -21,7 +21,8 @@
 kernel-2.6.39.patch
 kernel-2.6.39-i686.patch
 kernel-2.6.39-x86_64.patch
-kernel-3.2.0.patch)
+kernel-3.2.0.patch
+kernel-3.4.0.patch)
 md5sums=('3ee301b5d0e8df9e4b915af58b725556'
  '5c63dc9df0810bb1ba85f3425abaa0ed'
  '258b13bb2ac46960b9c91635f02cd080'
@@ -33,7 +34,8 @@
  '3980ae3eaa82d93b81b0ca32bb57a065'
  'e6f6c96df15392bbc92eb75f6611f4a7'
  'b947c47b3f6dd2f143f84312a034bb77'
- '05a5b3a55f6b47be7503b22e3be82b28')
+ '05a5b3a55f6b47be7503b22e3be82b28'
+ '88cdbf6b0c736a25899c695b00406749')
 if [ $CARCH = x86_64 ]; then
   
source[0]=http://download.avm.de/cardware/fritzcrd.pci/linux_64bit/suse.10.0/fcpci-suse10.0-64bit-3.11-07.tar.gz;
   md5sums[0]='c5595478515d19436ab20b42e1549de0'
@@ -55,6 +57,7 @@
   [ $CARCH = x86_64 ]   patch -Np0 -i ../../kernel-2.6.39-x86_64.patch
   patch -Np0 -i ../../kernel-2.6.39.patch
   patch -Np0 -i ../../kernel-3.2.0.patch
+  patch -Np0 -i ../../kernel-3.4.0.patch
   cd ..
   # fix from Karsten Keil kk...@suse.de
   # in refernece to bug: http://bugs.archlinux.org/task/8511

Modified: fcpci.install
===
--- fcpci.install   2012-05-21 10:57:14 UTC (rev 159305)
+++ fcpci.install   2012-05-21 11:00:09 UTC (rev 159306)
@@ -7,7 +7,7 @@
   sed -i -e 's/#fcpci  -   -   -   -   -   -/fcpci 
-   -   -   -   -   -/g' /etc/capi.conf
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  EXTRAMODULES=extramodules-3.3-ARCH
+  EXTRAMODULES=extramodules-3.4-ARCH
   depmod -v $(cat /lib/modules/$EXTRAMODULES/version)  /dev/null 21
 }
 
@@ -22,7 +22,7 @@
   sed -i -e 's/fcpci   -   -   -   -   -   
-/#fcpci-   -   -   -   -   -/g' 
/etc/capi.conf
 # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  EXTRAMODULES=extramodules-3.3-ARCH
+  EXTRAMODULES=extramodules-3.4-ARCH
   depmod -v $(cat /lib/modules/$EXTRAMODULES/version)  /dev/null 21
 }
 

Added: kernel-3.4.0.patch
===
--- kernel-3.4.0.patch  (rev 0)
+++ kernel-3.4.0.patch  2012-05-21 11:00:09 UTC (rev 159306)
@@ -0,0 +1,10 @@
+--- driver.c.old   2012-05-21 09:23:33.979381345 +
 driver.c   2012-05-21 09:23:44.479210439 +
+@@ -23,7 +23,6 @@
+ #include asm/io.h
+ #include asm/irq.h
+ #include asm/atomic.h
+-#include asm/system.h
+ #include linux/version.h
+ #include linux/ioport.h
+ #include linux/sched.h



[arch-commits] Commit in fcpci/trunk (PKGBUILD)

2012-04-28 Thread Tobias Powalowski
Date: Saturday, April 28, 2012 @ 03:29:29
  Author: tpowa
Revision: 157370

upgpkg: fcpci 31107-73

rebuild against latest kernel

Modified:
  fcpci/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-28 06:47:09 UTC (rev 157369)
+++ PKGBUILD2012-04-28 07:29:29 UTC (rev 157370)
@@ -3,7 +3,7 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=72
+pkgrel=73
 _extramodules=extramodules-3.3-ARCH
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch linux 
kernel.
 arch=(i686 x86_64)



[arch-commits] Commit in fcpci/trunk (PKGBUILD)

2012-04-28 Thread Andrea Scarpino
Date: Saturday, April 28, 2012 @ 13:16:51
  Author: andrea
Revision: 157463

Fix broken source url; cleanup

Modified:
  fcpci/trunk/PKGBUILD

--+
 PKGBUILD |   38 ++
 1 file changed, 10 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-28 17:12:24 UTC (rev 157462)
+++ PKGBUILD2012-04-28 17:16:51 UTC (rev 157463)
@@ -1,19 +1,18 @@
 # $Id$
-#Maintainer: Tobias Powalowski tp...@archlinux.org
+# Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=fcpci
 pkgver=31107
 pkgrel=73
 _extramodules=extramodules-3.3-ARCH
-pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch linux 
kernel.
+pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch linux kernel
 arch=(i686 x86_64)
 license=('custom:AVM' 'LGPL')
-url=http://www.avm.de;
+url='http://www.avm.de/en/index.php3'
 depends=('linux=3.3' 'linux3.4')
 makedepends=('linux=3.3' 'linux-headers3.4')
-if [ $CARCH = i686 ]; then
-  
source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz
 
-   kernel-2.6.19.patch 
+source=(http://download.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz
 
+kernel-2.6.19.patch 
 atomic.patch kernel-2.6.20.patch 
 kernel-2.6.22.patch
 kernel-2.6.24.patch 
@@ -21,8 +20,9 @@
 kernel-2.6.34.patch
 kernel-2.6.39.patch
 kernel-2.6.39-i686.patch
+kernel-2.6.39-x86_64.patch
 kernel-3.2.0.patch)
-  md5sums=('3ee301b5d0e8df9e4b915af58b725556'
+md5sums=('3ee301b5d0e8df9e4b915af58b725556'
  '5c63dc9df0810bb1ba85f3425abaa0ed'
  '258b13bb2ac46960b9c91635f02cd080'
  '890ec6e1219a3a4bae77f5815c3ed40d'
@@ -32,29 +32,11 @@
  '224a7679645a51929f8d5e1f210d7a9e'
  '3980ae3eaa82d93b81b0ca32bb57a065'
  'e6f6c96df15392bbc92eb75f6611f4a7'
+ 'b947c47b3f6dd2f143f84312a034bb77'
  '05a5b3a55f6b47be7503b22e3be82b28')
-fi
 if [ $CARCH = x86_64 ]; then
-  
source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux_64bit/suse.10.0/fcpci-suse10.0-64bit-3.11-07.tar.gz
-   kernel-2.6.19.patch
-atomic.patch kernel-2.6.20.patch kernel-2.6.22.patch
-kernel-2.6.24.patch
-kernel-2.6.31.patch
-kernel-2.6.34.patch
-kernel-2.6.39.patch
-kernel-2.6.39-x86_64.patch
-kernel-3.2.0.patch)
-  md5sums=('c5595478515d19436ab20b42e1549de0'
- '5c63dc9df0810bb1ba85f3425abaa0ed'
- '258b13bb2ac46960b9c91635f02cd080'
- '890ec6e1219a3a4bae77f5815c3ed40d'
- '4f4f03630ed994b16b4cd167f090a116'
- '21bfa466b1fb94663ed1f265948dba5e'
- '34f5b78b219de8ce12793b16e0171e87'
- '224a7679645a51929f8d5e1f210d7a9e'
- '3980ae3eaa82d93b81b0ca32bb57a065'
- 'b947c47b3f6dd2f143f84312a034bb77'
- '05a5b3a55f6b47be7503b22e3be82b28')
+  
source[0]=http://download.avm.de/cardware/fritzcrd.pci/linux_64bit/suse.10.0/fcpci-suse10.0-64bit-3.11-07.tar.gz;
+  md5sums[0]='c5595478515d19436ab20b42e1549de0'
 fi
 install=fcpci.install
 options=(!strip)



[arch-commits] Commit in fcpci/trunk (PKGBUILD)

2012-03-29 Thread Tobias Powalowski
Date: Thursday, March 29, 2012 @ 08:42:21
  Author: tpowa
Revision: 154490

move kernver to build function

Modified:
  fcpci/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-29 09:52:47 UTC (rev 154489)
+++ PKGBUILD2012-03-29 12:42:21 UTC (rev 154490)
@@ -3,9 +3,8 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=70
+pkgrel=72
 _extramodules=extramodules-3.3-ARCH
-_kernver=$(cat /lib/modules/${_extramodules}/version)
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch linux 
kernel.
 arch=(i686 x86_64)
 license=('custom:AVM' 'LGPL')
@@ -61,6 +60,7 @@
 options=(!strip)
 
 build() {
+  _kernver=$(cat /lib/modules/${_extramodules}/version)
   cd $srcdir/fritz/src
   [ $CARCH = i686 ]  (patch -Np0 -i ../../atomic.patch)
   [ $CARCH = i686 ]  (patch -Np0 -i ../../kernel-2.6.39-i686.patch)



[arch-commits] Commit in fcpci/trunk (PKGBUILD)

2012-03-20 Thread Tobias Powalowski
Date: Tuesday, March 20, 2012 @ 04:39:55
  Author: tpowa
Revision: 153868

upgpkg: fcpci 31107-70

remove capi4k-utils depend

Modified:
  fcpci/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-20 08:29:04 UTC (rev 153867)
+++ PKGBUILD2012-03-20 08:39:55 UTC (rev 153868)
@@ -3,14 +3,14 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=69
+pkgrel=70
 _extramodules=extramodules-3.3-ARCH
 _kernver=$(cat /lib/modules/${_extramodules}/version)
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch linux 
kernel.
 arch=(i686 x86_64)
 license=('custom:AVM' 'LGPL')
 url=http://www.avm.de;
-depends=('capi4k-utils' 'linux=3.3' 'linux3.4')
+depends=('linux=3.3' 'linux3.4')
 makedepends=('linux=3.3' 'linux-headers3.4')
 if [ $CARCH = i686 ]; then
   
source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz
 



[arch-commits] Commit in fcpci/trunk (PKGBUILD fcpci.install)

2012-03-19 Thread Tobias Powalowski
Date: Monday, March 19, 2012 @ 07:03:24
  Author: tpowa
Revision: 153744

upgpkg: fcpci 31107-69

bump to 3.3 series

Modified:
  fcpci/trunk/PKGBUILD
  fcpci/trunk/fcpci.install

---+
 PKGBUILD  |   10 +-
 fcpci.install |4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-19 10:41:08 UTC (rev 153743)
+++ PKGBUILD2012-03-19 11:03:24 UTC (rev 153744)
@@ -3,15 +3,15 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=68
-_extramodules=extramodules-3.2-ARCH
+pkgrel=69
+_extramodules=extramodules-3.3-ARCH
 _kernver=$(cat /lib/modules/${_extramodules}/version)
-pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch 2.6 kernel.
+pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch linux 
kernel.
 arch=(i686 x86_64)
 license=('custom:AVM' 'LGPL')
 url=http://www.avm.de;
-depends=('capi4k-utils' 'linux=3.2' 'linux3.3')
-makedepends=('linux=3.2' 'linux-headers3.3')
+depends=('capi4k-utils' 'linux=3.3' 'linux3.4')
+makedepends=('linux=3.3' 'linux-headers3.4')
 if [ $CARCH = i686 ]; then
   
source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz
 
kernel-2.6.19.patch 

Modified: fcpci.install
===
--- fcpci.install   2012-03-19 10:41:08 UTC (rev 153743)
+++ fcpci.install   2012-03-19 11:03:24 UTC (rev 153744)
@@ -7,7 +7,7 @@
   sed -i -e 's/#fcpci  -   -   -   -   -   -/fcpci 
-   -   -   -   -   -/g' /etc/capi.conf
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  EXTRAMODULES=extramodules-3.2-ARCH
+  EXTRAMODULES=extramodules-3.3-ARCH
   depmod -v $(cat /lib/modules/$EXTRAMODULES/version)  /dev/null 21
 }
 
@@ -22,7 +22,7 @@
   sed -i -e 's/fcpci   -   -   -   -   -   
-/#fcpci-   -   -   -   -   -/g' 
/etc/capi.conf
 # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  EXTRAMODULES=extramodules-3.2-ARCH
+  EXTRAMODULES=extramodules-3.3-ARCH
   depmod -v $(cat /lib/modules/$EXTRAMODULES/version)  /dev/null 21
 }
 



[arch-commits] Commit in fcpci/trunk (PKGBUILD)

2012-03-01 Thread Tobias Powalowski
Date: Thursday, March 1, 2012 @ 05:59:04
  Author: tpowa
Revision: 151714

upgpkg: fcpci 31107-68

rebuild against 3.2.9

Modified:
  fcpci/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-01 10:26:23 UTC (rev 151713)
+++ PKGBUILD2012-03-01 10:59:04 UTC (rev 151714)
@@ -3,7 +3,7 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=67
+pkgrel=68
 _extramodules=extramodules-3.2-ARCH
 _kernver=$(cat /lib/modules/${_extramodules}/version)
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch 2.6 kernel.



[arch-commits] Commit in fcpci/trunk (PKGBUILD)

2012-02-28 Thread Tobias Powalowski
Date: Tuesday, February 28, 2012 @ 03:59:18
  Author: tpowa
Revision: 151603

upgpkg: fcpci 31107-67

rebuild against 3.2.8

Modified:
  fcpci/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-28 07:00:13 UTC (rev 151602)
+++ PKGBUILD2012-02-28 08:59:18 UTC (rev 151603)
@@ -3,7 +3,7 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=66
+pkgrel=67
 _extramodules=extramodules-3.2-ARCH
 _kernver=$(cat /lib/modules/${_extramodules}/version)
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch 2.6 kernel.



[arch-commits] Commit in fcpci/trunk (PKGBUILD fcpci.install kernel-3.2.0.patch)

2012-01-05 Thread Tobias Powalowski
Date: Thursday, January 5, 2012 @ 08:34:08
  Author: tpowa
Revision: 146157

upgpkg: fcpci 31107-66

rebuild against 3.2 series

Added:
  fcpci/trunk/kernel-3.2.0.patch
Modified:
  fcpci/trunk/PKGBUILD
  fcpci/trunk/fcpci.install

+
 PKGBUILD   |   21 +
 fcpci.install  |4 ++--
 kernel-3.2.0.patch |   10 ++
 3 files changed, 25 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-05 13:33:28 UTC (rev 146156)
+++ PKGBUILD2012-01-05 13:34:08 UTC (rev 146157)
@@ -3,15 +3,15 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=65
-_extramodules=extramodules-3.1-ARCH
+pkgrel=66
+_extramodules=extramodules-3.2-ARCH
 _kernver=$(cat /lib/modules/${_extramodules}/version)
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch 2.6 kernel.
 arch=(i686 x86_64)
 license=('custom:AVM' 'LGPL')
 url=http://www.avm.de;
-depends=('capi4k-utils' 'linux=3.1' 'linux3.2')
-makedepends=('linux=3.1' 'linux-headers3.2')
+depends=('capi4k-utils' 'linux=3.2' 'linux3.3')
+makedepends=('linux=3.2' 'linux-headers3.3')
 if [ $CARCH = i686 ]; then
   
source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz
 
kernel-2.6.19.patch 
@@ -21,7 +21,8 @@
 kernel-2.6.31.patch
 kernel-2.6.34.patch
 kernel-2.6.39.patch
-kernel-2.6.39-i686.patch)
+kernel-2.6.39-i686.patch
+kernel-3.2.0.patch)
   md5sums=('3ee301b5d0e8df9e4b915af58b725556'
  '5c63dc9df0810bb1ba85f3425abaa0ed'
  '258b13bb2ac46960b9c91635f02cd080'
@@ -31,7 +32,8 @@
  '34f5b78b219de8ce12793b16e0171e87'
  '224a7679645a51929f8d5e1f210d7a9e'
  '3980ae3eaa82d93b81b0ca32bb57a065'
- 'e6f6c96df15392bbc92eb75f6611f4a7')
+ 'e6f6c96df15392bbc92eb75f6611f4a7'
+ '05a5b3a55f6b47be7503b22e3be82b28')
 fi
 if [ $CARCH = x86_64 ]; then
   
source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux_64bit/suse.10.0/fcpci-suse10.0-64bit-3.11-07.tar.gz
@@ -41,7 +43,8 @@
 kernel-2.6.31.patch
 kernel-2.6.34.patch
 kernel-2.6.39.patch
-kernel-2.6.39-x86_64.patch)
+kernel-2.6.39-x86_64.patch
+kernel-3.2.0.patch)
   md5sums=('c5595478515d19436ab20b42e1549de0'
  '5c63dc9df0810bb1ba85f3425abaa0ed'
  '258b13bb2ac46960b9c91635f02cd080'
@@ -51,7 +54,8 @@
  '34f5b78b219de8ce12793b16e0171e87'
  '224a7679645a51929f8d5e1f210d7a9e'
  '3980ae3eaa82d93b81b0ca32bb57a065'
- 'b947c47b3f6dd2f143f84312a034bb77')
+ 'b947c47b3f6dd2f143f84312a034bb77'
+ '05a5b3a55f6b47be7503b22e3be82b28')
 fi
 install=fcpci.install
 options=(!strip)
@@ -68,6 +72,7 @@
   patch -Np0 -i ../../kernel-2.6.34.patch
   [ $CARCH = x86_64 ]   patch -Np0 -i ../../kernel-2.6.39-x86_64.patch
   patch -Np0 -i ../../kernel-2.6.39.patch
+  patch -Np0 -i ../../kernel-3.2.0.patch
   cd ..
   # fix from Karsten Keil kk...@suse.de
   # in refernece to bug: http://bugs.archlinux.org/task/8511

Modified: fcpci.install
===
--- fcpci.install   2012-01-05 13:33:28 UTC (rev 146156)
+++ fcpci.install   2012-01-05 13:34:08 UTC (rev 146157)
@@ -7,7 +7,7 @@
   sed -i -e 's/#fcpci  -   -   -   -   -   -/fcpci 
-   -   -   -   -   -/g' /etc/capi.conf
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  EXTRAMODULES=extramodules-3.1-ARCH
+  EXTRAMODULES=extramodules-3.2-ARCH
   depmod -v $(cat /lib/modules/$EXTRAMODULES/version)  /dev/null 21
 }
 
@@ -22,7 +22,7 @@
   sed -i -e 's/fcpci   -   -   -   -   -   
-/#fcpci-   -   -   -   -   -/g' 
/etc/capi.conf
 # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  EXTRAMODULES=extramodules-3.1-ARCH
+  EXTRAMODULES=extramodules-3.2-ARCH
   depmod -v $(cat /lib/modules/$EXTRAMODULES/version)  /dev/null 21
 }
 

Added: kernel-3.2.0.patch
===
--- kernel-3.2.0.patch  (rev 0)
+++ kernel-3.2.0.patch  2012-01-05 13:34:08 UTC (rev 146157)
@@ -0,0 +1,10 @@
+--- driver.c~  2012-01-05 14:28:40.944468739 +0100
 driver.c   2012-01-05 14:28:40.957801850 +0100
+@@ -50,6 +50,7 @@
+ #include driver.h
+ #include linux/proc_fs.h
+ #include linux/seq_file.h
++#include linux/export.h
+ 
+ 
/*---*\
+ 
\*---*/



[arch-commits] Commit in fcpci/trunk (PKGBUILD)

2011-12-12 Thread Tobias Powalowski
Date: Monday, December 12, 2011 @ 03:57:01
  Author: tpowa
Revision: 144962

upgpkg: fcpci 31107-65

rebuild against latest kernel

Modified:
  fcpci/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-12 08:42:45 UTC (rev 144961)
+++ PKGBUILD2011-12-12 08:57:01 UTC (rev 144962)
@@ -3,7 +3,7 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=64
+pkgrel=65
 _extramodules=extramodules-3.1-ARCH
 _kernver=$(cat /lib/modules/${_extramodules}/version)
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch 2.6 kernel.



[arch-commits] Commit in fcpci/trunk (PKGBUILD fcpci.install)

2011-10-25 Thread Tobias Powalowski
Date: Tuesday, October 25, 2011 @ 09:24:36
  Author: tpowa
Revision: 141175

upgpkg: fcpci 31107-63

rebuild against 3.1 series

Modified:
  fcpci/trunk/PKGBUILD
  fcpci/trunk/fcpci.install

---+
 PKGBUILD  |   13 +++--
 fcpci.install |7 ---
 2 files changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-25 11:30:46 UTC (rev 141174)
+++ PKGBUILD2011-10-25 13:24:36 UTC (rev 141175)
@@ -3,14 +3,15 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=62
-_kernver=3.0-ARCH
+pkgrel=63
+_extramodules=extramodules-3.1-ARCH
+_kernver=$(cat /lib/modules/${_extramodules}/version)
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch 2.6 kernel.
 arch=(i686 x86_64)
 license=('custom:AVM' 'LGPL')
 url=http://www.avm.de;
-depends=('capi4k-utils' 'linux=3.0' 'linux3.1')
-makedepends=('linux=3.0' 'linux-headers3.1')
+depends=('capi4k-utils' 'linux=3.1' 'linux3.2')
+makedepends=('linux=3.1' 'linux-headers3.2')
 if [ $CARCH = i686 ]; then
   
source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz
 
kernel-2.6.19.patch 
@@ -90,8 +91,8 @@
 }
 
 package() {
-  mkdir -p $pkgdir/lib/modules/${_kernver}/kernel/drivers/isdn/hardware/avm/
-  cp $srcdir/fritz/src/fcpci.ko 
$pkgdir/lib/modules/${_kernver}/kernel/drivers/isdn/hardware/avm/
+  mkdir -p $pkgdir/lib/modules/${_extramodules}
+  cp $srcdir/fritz/src/fcpci.ko $pkgdir/lib/modules/${_extramodules}/ 
   rm -r $pkgdir/var/lib/fritz  
   # build module dependencies
   sed -i -e s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g 
$startdir/fcpci.install

Modified: fcpci.install
===
--- fcpci.install   2011-10-25 11:30:46 UTC (rev 141174)
+++ fcpci.install   2011-10-25 13:24:36 UTC (rev 141175)
@@ -2,12 +2,12 @@
 post_install() {
 cat  EOF
 == Add 'capiinit' to rc.conf daemons list. 
-== If you use hotplug daemon, please blacklist hisax modules in 
/etc/hotplug/blacklist.
+== Please blacklist hisax modules in /etc/modprobe.d/
 EOF
   sed -i -e 's/#fcpci  -   -   -   -   -   -/fcpci 
-   -   -   -   -   -/g' /etc/capi.conf
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=3.0-ARCH
+  KERNEL_VERSION=3.1.0-1-ARCH
   depmod -v $KERNEL_VERSION  /dev/null 21
 }
 
@@ -22,6 +22,7 @@
   sed -i -e 's/fcpci   -   -   -   -   -   
-/#fcpci-   -   -   -   -   -/g' 
/etc/capi.conf
 # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=3.0-ARCH
+  KERNEL_VERSION=3.1.0-1-ARCH
   depmod -v $KERNEL_VERSION  /dev/null 21
 }
+



[arch-commits] Commit in fcpci/trunk (PKGBUILD fcpci.install)

2011-10-25 Thread Thomas Bächler
Date: Tuesday, October 25, 2011 @ 14:44:02
  Author: thomas
Revision: 141189

upgpkg: fcpci 31107-64

Fix depmod on update

Modified:
  fcpci/trunk/PKGBUILD
  fcpci/trunk/fcpci.install

---+
 PKGBUILD  |4 ++--
 fcpci.install |8 
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-25 18:43:18 UTC (rev 141188)
+++ PKGBUILD2011-10-25 18:44:02 UTC (rev 141189)
@@ -3,7 +3,7 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=63
+pkgrel=64
 _extramodules=extramodules-3.1-ARCH
 _kernver=$(cat /lib/modules/${_extramodules}/version)
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch 2.6 kernel.
@@ -95,7 +95,7 @@
   cp $srcdir/fritz/src/fcpci.ko $pkgdir/lib/modules/${_extramodules}/ 
   rm -r $pkgdir/var/lib/fritz  
   # build module dependencies
-  sed -i -e s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g 
$startdir/fcpci.install
+  sed -i -e s/EXTRAMODULES=.*/EXTRAMODULES=${_extramodules}/g 
$startdir/fcpci.install
   # gzip -9 modules
   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
 }

Modified: fcpci.install
===
--- fcpci.install   2011-10-25 18:43:18 UTC (rev 141188)
+++ fcpci.install   2011-10-25 18:44:02 UTC (rev 141189)
@@ -7,8 +7,8 @@
   sed -i -e 's/#fcpci  -   -   -   -   -   -/fcpci 
-   -   -   -   -   -/g' /etc/capi.conf
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=3.1.0-1-ARCH
-  depmod -v $KERNEL_VERSION  /dev/null 21
+  EXTRAMODULES=extramodules-3.1-ARCH
+  depmod -v $(cat /lib/modules/$EXTRAMODULES/version)  /dev/null 21
 }
 
 # arg 1:  the new package version
@@ -22,7 +22,7 @@
   sed -i -e 's/fcpci   -   -   -   -   -   
-/#fcpci-   -   -   -   -   -/g' 
/etc/capi.conf
 # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=3.1.0-1-ARCH
-  depmod -v $KERNEL_VERSION  /dev/null 21
+  EXTRAMODULES=extramodules-3.1-ARCH
+  depmod -v $(cat /lib/modules/$EXTRAMODULES/version)  /dev/null 21
 }
 



[arch-commits] Commit in fcpci/trunk (PKGBUILD fcpci.install)

2011-07-29 Thread Tobias Powalowski
Date: Friday, July 29, 2011 @ 02:13:33
  Author: tpowa
Revision: 133538

upgpkg: fcpci 31107-62
rebuild against latest kernel

Modified:
  fcpci/trunk/PKGBUILD
  fcpci/trunk/fcpci.install

---+
 PKGBUILD  |4 ++--
 fcpci.install |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-29 06:11:50 UTC (rev 133537)
+++ PKGBUILD2011-07-29 06:13:33 UTC (rev 133538)
@@ -3,8 +3,8 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=61
-_kernver=3.0.0-ARCH
+pkgrel=62
+_kernver=3.0-ARCH
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch 2.6 kernel.
 arch=(i686 x86_64)
 license=('custom:AVM' 'LGPL')

Modified: fcpci.install
===
--- fcpci.install   2011-07-29 06:11:50 UTC (rev 133537)
+++ fcpci.install   2011-07-29 06:13:33 UTC (rev 133538)
@@ -7,7 +7,7 @@
   sed -i -e 's/#fcpci  -   -   -   -   -   -/fcpci 
-   -   -   -   -   -/g' /etc/capi.conf
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=3.0.0-ARCH
+  KERNEL_VERSION=3.0-ARCH
   depmod -v $KERNEL_VERSION  /dev/null 21
 }
 
@@ -22,6 +22,6 @@
   sed -i -e 's/fcpci   -   -   -   -   -   
-/#fcpci-   -   -   -   -   -/g' 
/etc/capi.conf
 # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=3.0.0-ARCH
+  KERNEL_VERSION=3.0-ARCH
   depmod -v $KERNEL_VERSION  /dev/null 21
 }



[arch-commits] Commit in fcpci/trunk (PKGBUILD fcpci.install)

2011-07-24 Thread Tobias Powalowski
Date: Sunday, July 24, 2011 @ 04:04:15
  Author: tpowa
Revision: 132390

upgpkg: fcpci 31107-61
bump to 3.0 series

Modified:
  fcpci/trunk/PKGBUILD
  fcpci/trunk/fcpci.install

---+
 PKGBUILD  |8 
 fcpci.install |4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-24 08:02:51 UTC (rev 132389)
+++ PKGBUILD2011-07-24 08:04:15 UTC (rev 132390)
@@ -3,14 +3,14 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=60
-_kernver=2.6.39-ARCH
+pkgrel=61
+_kernver=3.0.0-ARCH
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch 2.6 kernel.
 arch=(i686 x86_64)
 license=('custom:AVM' 'LGPL')
 url=http://www.avm.de;
-depends=('capi4k-utils' 'kernel26=2.6.39' 'kernel262.6.40')
-makedepends=('kernel26-headers=2.6.39' 'kernel26-headers2.6.40')
+depends=('capi4k-utils' 'linux=3.0' 'linux3.1')
+makedepends=('linux=3.0' 'linux-headers3.1')
 if [ $CARCH = i686 ]; then
   
source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz
 
kernel-2.6.19.patch 

Modified: fcpci.install
===
--- fcpci.install   2011-07-24 08:02:51 UTC (rev 132389)
+++ fcpci.install   2011-07-24 08:04:15 UTC (rev 132390)
@@ -7,7 +7,7 @@
   sed -i -e 's/#fcpci  -   -   -   -   -   -/fcpci 
-   -   -   -   -   -/g' /etc/capi.conf
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=2.6.39-ARCH
+  KERNEL_VERSION=3.0.0-ARCH
   depmod -v $KERNEL_VERSION  /dev/null 21
 }
 
@@ -22,6 +22,6 @@
   sed -i -e 's/fcpci   -   -   -   -   -   
-/#fcpci-   -   -   -   -   -/g' 
/etc/capi.conf
 # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=2.6.39-ARCH
+  KERNEL_VERSION=3.0.0-ARCH
   depmod -v $KERNEL_VERSION  /dev/null 21
 }



[arch-commits] Commit in fcpci/trunk (PKGBUILD)

2011-03-22 Thread Tobias Powalowski
Date: Tuesday, March 22, 2011 @ 10:00:00
  Author: tpowa
Revision: 115910

upgpkg: fcpci 31107-59
rebuild against latest kernel, added strip option

Modified:
  fcpci/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-22 13:58:40 UTC (rev 115909)
+++ PKGBUILD2011-03-22 14:00:00 UTC (rev 115910)
@@ -3,7 +3,7 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=58
+pkgrel=59
 _kernver=2.6.38-ARCH
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch 2.6 kernel.
 arch=(i686 x86_64)
@@ -46,6 +46,7 @@
  '224a7679645a51929f8d5e1f210d7a9e')
 fi
 install=fcpci.install
+options=(!strip)
 
 build() {
   cd $srcdir/fritz/src
@@ -86,5 +87,4 @@
   sed -i -e s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g 
$startdir/fcpci.install
   # gzip -9 modules
   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
-
 }



[arch-commits] Commit in fcpci/trunk (PKGBUILD fcpci.install)

2011-01-07 Thread Tobias Powalowski
Date: Friday, January 7, 2011 @ 15:01:45
  Author: tpowa
Revision: 105324

upgpkg: fcpci 31107-57
bump to .37 series

Modified:
  fcpci/trunk/PKGBUILD
  fcpci/trunk/fcpci.install

---+
 PKGBUILD  |   35 +++
 fcpci.install |4 ++--
 2 files changed, 21 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-07 18:29:10 UTC (rev 105323)
+++ PKGBUILD2011-01-07 20:01:45 UTC (rev 105324)
@@ -3,14 +3,14 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=56
-_kernver=2.6.36-ARCH
+pkgrel=57
+_kernver=2.6.37-ARCH
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch 2.6 kernel.
 arch=(i686 x86_64)
 license=('custom:AVM' 'LGPL')
 url=http://www.avm.de;
-depends=('capi4k-utils' 'kernel26=2.6.36' 'kernel262.6.37')
-makedepends=('kernel26-headers=2.6.36' 'kernel26-headers2.6.37')
+depends=('capi4k-utils' 'kernel26=2.6.37' 'kernel262.6.38')
+makedepends=('kernel26-headers=2.6.37' 'kernel26-headers2.6.38')
 if [ $CARCH = i686 ]; then
   
source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz
 
kernel-2.6.19.patch 
@@ -48,14 +48,14 @@
 install=fcpci.install
 
 build() {
-  cd $startdir/src/fritz/src
-  [ $CARCH = i686 ]  (patch -Np0 -i ../../atomic.patch || return 1)
-  patch -Np0 -i ../../kernel-2.6.19.patch || return 1
-  patch -Np0 -i ../../kernel-2.6.20.patch || return 1
-  patch -Np0 -i ../../kernel-2.6.22.patch || return 1
-  patch -Np0 -i ../../kernel-2.6.24.patch || return 1
-  patch -Np0 -i ../../kernel-2.6.31.patch || return 1
-  patch -Np0 -i ../../kernel-2.6.34.patch || return 1
+  cd $srcdir/fritz/src
+  [ $CARCH = i686 ]  (patch -Np0 -i ../../atomic.patch)
+  patch -Np0 -i ../../kernel-2.6.19.patch
+  patch -Np0 -i ../../kernel-2.6.20.patch
+  patch -Np0 -i ../../kernel-2.6.22.patch
+  patch -Np0 -i ../../kernel-2.6.24.patch
+  patch -Np0 -i ../../kernel-2.6.31.patch
+  patch -Np0 -i ../../kernel-2.6.34.patch
   cd ..
   # fix from Karsten Keil kk...@suse.de
   # in refernece to bug: http://bugs.archlinux.org/task/8511
@@ -75,10 +75,13 @@
 $i.old $i
   done
 
-  make LIBDIR=$startdir/pkg/var/lib/fritz KDIR=/lib/modules/${_kernver}/build 
all || return 1
-  mkdir -p 
$startdir/pkg/lib/modules/${_kernver}/kernel/drivers/isdn/hardware/avm/
-  cp $startdir/src/fritz/src/fcpci.ko 
$startdir/pkg/lib/modules/${_kernver}/kernel/drivers/isdn/hardware/avm/
-  rm -r $startdir/pkg/var/lib/fritz  
+  make LIBDIR=$pkgdir/var/lib/fritz KDIR=/lib/modules/${_kernver}/build all
+}
+
+package() {
+  mkdir -p $pkgdir/lib/modules/${_kernver}/kernel/drivers/isdn/hardware/avm/
+  cp $srcdir/fritz/src/fcpci.ko 
$pkgdir/lib/modules/${_kernver}/kernel/drivers/isdn/hardware/avm/
+  rm -r $pkgdir/var/lib/fritz  
   # build module dependencies
   sed -i -e s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g 
$startdir/fcpci.install
 }

Modified: fcpci.install
===
--- fcpci.install   2011-01-07 18:29:10 UTC (rev 105323)
+++ fcpci.install   2011-01-07 20:01:45 UTC (rev 105324)
@@ -7,7 +7,7 @@
   sed -i -e 's/#fcpci  -   -   -   -   -   -/fcpci 
-   -   -   -   -   -/g' /etc/capi.conf
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=2.6.36-ARCH
+  KERNEL_VERSION=2.6.37-ARCH
   depmod -v $KERNEL_VERSION  /dev/null 21
 }
 
@@ -22,6 +22,6 @@
   sed -i -e 's/fcpci   -   -   -   -   -   
-/#fcpci-   -   -   -   -   -/g' 
/etc/capi.conf
 # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=2.6.36-ARCH
+  KERNEL_VERSION=2.6.37-ARCH
   depmod -v $KERNEL_VERSION  /dev/null 21
 }



[arch-commits] Commit in fcpci/trunk (PKGBUILD fcpci.install)

2010-10-25 Thread Tobias Powalowski
Date: Monday, October 25, 2010 @ 17:01:38
  Author: tpowa
Revision: 96998

upgpkg: fcpci 31107-56
bump to kernel 2.6.36

Modified:
  fcpci/trunk/PKGBUILD
  fcpci/trunk/fcpci.install

---+
 PKGBUILD  |8 
 fcpci.install |4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-25 21:01:30 UTC (rev 96997)
+++ PKGBUILD2010-10-25 21:01:38 UTC (rev 96998)
@@ -3,14 +3,14 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=55
-_kernver=2.6.35-ARCH
+pkgrel=56
+_kernver=2.6.36-ARCH
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch 2.6 kernel.
 arch=(i686 x86_64)
 license=('custom:AVM' 'LGPL')
 url=http://www.avm.de;
-depends=('capi4k-utils' 'kernel26=2.6.35' 'kernel262.6.36')
-makedepends=('kernel26-headers=2.6.35' 'kernel26-headers2.6.36')
+depends=('capi4k-utils' 'kernel26=2.6.36' 'kernel262.6.37')
+makedepends=('kernel26-headers=2.6.36' 'kernel26-headers2.6.37')
 if [ $CARCH = i686 ]; then
   
source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz
 
kernel-2.6.19.patch 

Modified: fcpci.install
===
--- fcpci.install   2010-10-25 21:01:30 UTC (rev 96997)
+++ fcpci.install   2010-10-25 21:01:38 UTC (rev 96998)
@@ -7,7 +7,7 @@
   sed -i -e 's/#fcpci  -   -   -   -   -   -/fcpci 
-   -   -   -   -   -/g' /etc/capi.conf
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=2.6.35-ARCH
+  KERNEL_VERSION=2.6.36-ARCH
   depmod -v $KERNEL_VERSION  /dev/null 21
 }
 
@@ -22,7 +22,7 @@
   sed -i -e 's/fcpci   -   -   -   -   -   
-/#fcpci-   -   -   -   -   -/g' 
/etc/capi.conf
 # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=2.6.35-ARCH
+  KERNEL_VERSION=2.6.36-ARCH
   depmod -v $KERNEL_VERSION  /dev/null 21
 }
 



[arch-commits] Commit in fcpci/trunk (PKGBUILD)

2010-08-28 Thread Tobias Powalowski
Date: Saturday, August 28, 2010 @ 03:07:28
  Author: tpowa
Revision: 89020

upgpkg: fcpci 31107-55
rebuild against latest kernel

Modified:
  fcpci/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-28 07:07:23 UTC (rev 89019)
+++ PKGBUILD2010-08-28 07:07:28 UTC (rev 89020)
@@ -3,7 +3,7 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=54
+pkgrel=55
 _kernver=2.6.35-ARCH
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch 2.6 kernel.
 arch=(i686 x86_64)



[arch-commits] Commit in fcpci/trunk (PKGBUILD fcpci.install)

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 06:03:25
  Author: tpowa
Revision: 86693

upgpkg: fcpci 31107-54
rebuild against latest .35 kernel

Modified:
  fcpci/trunk/PKGBUILD
  fcpci/trunk/fcpci.install

---+
 PKGBUILD  |8 
 fcpci.install |4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-03 09:56:12 UTC (rev 86692)
+++ PKGBUILD2010-08-03 10:03:25 UTC (rev 86693)
@@ -3,14 +3,14 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=53
-_kernver=2.6.34-ARCH
+pkgrel=54
+_kernver=2.6.35-ARCH
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch 2.6 kernel.
 arch=(i686 x86_64)
 license=('custom:AVM' 'LGPL')
 url=http://www.avm.de;
-depends=('capi4k-utils' 'kernel26=2.6.34' 'kernel262.6.35')
-makedepends=('kernel26-headers=2.6.34' 'kernel26-headers2.6.35')
+depends=('capi4k-utils' 'kernel26=2.6.35' 'kernel262.6.36')
+makedepends=('kernel26-headers=2.6.35' 'kernel26-headers2.6.36')
 if [ $CARCH = i686 ]; then
   
source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz
 
kernel-2.6.19.patch 

Modified: fcpci.install
===
--- fcpci.install   2010-08-03 09:56:12 UTC (rev 86692)
+++ fcpci.install   2010-08-03 10:03:25 UTC (rev 86693)
@@ -7,7 +7,7 @@
   sed -i -e 's/#fcpci  -   -   -   -   -   -/fcpci 
-   -   -   -   -   -/g' /etc/capi.conf
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=2.6.34-ARCH
+  KERNEL_VERSION=2.6.35-ARCH
   depmod -v $KERNEL_VERSION  /dev/null 21
 }
 
@@ -22,7 +22,7 @@
   sed -i -e 's/fcpci   -   -   -   -   -   
-/#fcpci-   -   -   -   -   -/g' 
/etc/capi.conf
 # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=2.6.34-ARCH
+  KERNEL_VERSION=2.6.35-ARCH
   depmod -v $KERNEL_VERSION  /dev/null 21
 }
 



[arch-commits] Commit in fcpci/trunk (PKGBUILD fcpci.install kernel-2.6.34.patch)

2010-05-17 Thread Tobias Powalowski
Date: Monday, May 17, 2010 @ 14:08:21
  Author: tpowa
Revision: 80487

upgpkg: fcpci 31107-53
rebuild against latest kernel

Added:
  fcpci/trunk/kernel-2.6.34.patch
Modified:
  fcpci/trunk/PKGBUILD
  fcpci/trunk/fcpci.install

-+
 PKGBUILD|   36 ++
 fcpci.install   |4 -
 kernel-2.6.34.patch |  170 ++
 3 files changed, 195 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-17 17:43:34 UTC (rev 80486)
+++ PKGBUILD2010-05-17 18:08:21 UTC (rev 80487)
@@ -3,37 +3,47 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=52
-_kernver=2.6.33-ARCH
+pkgrel=53
+_kernver=2.6.34-ARCH
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch 2.6 kernel.
 arch=(i686 x86_64)
 license=('custom:AVM' 'LGPL')
 url=http://www.avm.de;
-depends=('capi4k-utils' 'kernel26=2.6.33' 'kernel262.6.34')
-makedepends=('kernel26-headers=2.6.33' 'kernel26-headers2.6.34')
+depends=('capi4k-utils' 'kernel26=2.6.34' 'kernel262.6.35')
+makedepends=('kernel26-headers=2.6.34' 'kernel26-headers2.6.35')
 if [ $CARCH = i686 ]; then
-  
source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz
 \
-   kernel-2.6.19.patch atomic.patch kernel-2.6.20.patch 
kernel-2.6.22.patch \
-kernel-2.6.24.patch kernel-2.6.31.patch)
+  
source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz
 
+   kernel-2.6.19.patch 
+atomic.patch kernel-2.6.20.patch 
+kernel-2.6.22.patch
+kernel-2.6.24.patch 
+kernel-2.6.31.patch
+kernel-2.6.34.patch)
   md5sums=('3ee301b5d0e8df9e4b915af58b725556'
  '5c63dc9df0810bb1ba85f3425abaa0ed'
  '258b13bb2ac46960b9c91635f02cd080'
  '890ec6e1219a3a4bae77f5815c3ed40d'
  '4f4f03630ed994b16b4cd167f090a116'
  '21bfa466b1fb94663ed1f265948dba5e'
- '34f5b78b219de8ce12793b16e0171e87')
+ '34f5b78b219de8ce12793b16e0171e87'
+ '224a7679645a51929f8d5e1f210d7a9e')
+
 fi
 if [ $CARCH = x86_64 ]; then
-  
source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux_64bit/suse.10.0/fcpci-suse10.0-64bit-3.11-07.tar.gz
 \
-   kernel-2.6.19.patch atomic.patch kernel-2.6.20.patch 
kernel-2.6.22.patch \
-kernel-2.6.24.patch kernel-2.6.31.patch)
+  
source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux_64bit/suse.10.0/fcpci-suse10.0-64bit-3.11-07.tar.gz
+   kernel-2.6.19.patch
+atomic.patch kernel-2.6.20.patch kernel-2.6.22.patch
+kernel-2.6.24.patch
+kernel-2.6.31.patch
+kernel-2.6.34.patch)
   md5sums=('c5595478515d19436ab20b42e1549de0'
  '5c63dc9df0810bb1ba85f3425abaa0ed'
  '258b13bb2ac46960b9c91635f02cd080'
  '890ec6e1219a3a4bae77f5815c3ed40d'
  '4f4f03630ed994b16b4cd167f090a116'
  '21bfa466b1fb94663ed1f265948dba5e'
- '34f5b78b219de8ce12793b16e0171e87')
+ '34f5b78b219de8ce12793b16e0171e87'
+ '224a7679645a51929f8d5e1f210d7a9e')
 fi
 install=fcpci.install
 
@@ -45,6 +55,7 @@
   patch -Np0 -i ../../kernel-2.6.22.patch || return 1
   patch -Np0 -i ../../kernel-2.6.24.patch || return 1
   patch -Np0 -i ../../kernel-2.6.31.patch || return 1
+  patch -Np0 -i ../../kernel-2.6.34.patch || return 1
   cd ..
   # fix from Karsten Keil kk...@suse.de
   # in refernece to bug: http://bugs.archlinux.org/task/8511
@@ -71,4 +82,3 @@
   # build module dependencies
   sed -i -e s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g 
$startdir/fcpci.install
 }
-

Modified: fcpci.install
===
--- fcpci.install   2010-05-17 17:43:34 UTC (rev 80486)
+++ fcpci.install   2010-05-17 18:08:21 UTC (rev 80487)
@@ -7,7 +7,7 @@
   sed -i -e 's/#fcpci  -   -   -   -   -   -/fcpci 
-   -   -   -   -   -/g' /etc/capi.conf
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=2.6.33-ARCH
+  KERNEL_VERSION=2.6.34-ARCH
   depmod -v $KERNEL_VERSION  /dev/null 21
 }
 
@@ -22,7 +22,7 @@
   sed -i -e 's/fcpci   -   -   -   -   -   
-/#fcpci-   -   -   -   -   -/g' 
/etc/capi.conf
 # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=2.6.33-ARCH
+  KERNEL_VERSION=2.6.34-ARCH
   depmod -v $KERNEL_VERSION  /dev/null 21
 }
 

Added: kernel-2.6.34.patch
===
--- kernel-2.6.34.patch (rev 0)
+++ kernel-2.6.34.patch 2010-05-17 18:08:21 UTC (rev 80487)
@@ -0,0 +1,170 @@
+--- driver.c~  2010-05-17 11:51:30.315940940 +0200
 driver.c   2010-05-17 11:51:30.362264370 +0200
+@@ -48,6 +48,8 @@
+ #include defs.h
+ #include lib.h
+ #include driver.h
++#include 

[arch-commits] Commit in fcpci/trunk (PKGBUILD fcpci.install)

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:04:49
  Author: tpowa
Revision: 70577

upgpkg: fcpci 31107-52
rebuild against .33 kernel

Modified:
  fcpci/trunk/PKGBUILD
  fcpci/trunk/fcpci.install

---+
 PKGBUILD  |8 
 fcpci.install |4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-27 13:04:27 UTC (rev 70576)
+++ PKGBUILD2010-02-27 13:04:49 UTC (rev 70577)
@@ -3,14 +3,14 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=51
-_kernver=2.6.32-ARCH
+pkgrel=52
+_kernver=2.6.33-ARCH
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch 2.6 kernel.
 arch=(i686 x86_64)
 license=('custom:AVM' 'LGPL')
 url=http://www.avm.de;
-depends=('capi4k-utils' 'kernel26=2.6.32.3' 'kernel262.6.33')
-makedepends=('kernel26-headers=2.6.32' 'kernel26-headers2.6.33')
+depends=('capi4k-utils' 'kernel26=2.6.33' 'kernel262.6.34')
+makedepends=('kernel26-headers=2.6.33' 'kernel26-headers2.6.34')
 if [ $CARCH = i686 ]; then
   
source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz
 \
kernel-2.6.19.patch atomic.patch kernel-2.6.20.patch 
kernel-2.6.22.patch \

Modified: fcpci.install
===
--- fcpci.install   2010-02-27 13:04:27 UTC (rev 70576)
+++ fcpci.install   2010-02-27 13:04:49 UTC (rev 70577)
@@ -7,7 +7,7 @@
   sed -i -e 's/#fcpci  -   -   -   -   -   -/fcpci 
-   -   -   -   -   -/g' /etc/capi.conf
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=2.6.32-ARCH
+  KERNEL_VERSION=2.6.33-ARCH
   depmod -v $KERNEL_VERSION  /dev/null 21
 }
 
@@ -22,7 +22,7 @@
   sed -i -e 's/fcpci   -   -   -   -   -   
-/#fcpci-   -   -   -   -   -/g' 
/etc/capi.conf
 # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=2.6.32-ARCH
+  KERNEL_VERSION=2.6.33-ARCH
   depmod -v $KERNEL_VERSION  /dev/null 21
 }
 



[arch-commits] Commit in fcpci/trunk (PKGBUILD)

2010-01-09 Thread Tobias Powalowski
Date: Saturday, January 9, 2010 @ 11:02:17
  Author: tpowa
Revision: 62458

upgpkg: fcpci 31107-51
rebuild against latest kernel version

Modified:
  fcpci/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-09 16:02:16 UTC (rev 62457)
+++ PKGBUILD2010-01-09 16:02:17 UTC (rev 62458)
@@ -3,13 +3,13 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=50
+pkgrel=51
 _kernver=2.6.32-ARCH
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch 2.6 kernel.
 arch=(i686 x86_64)
 license=('custom:AVM' 'LGPL')
 url=http://www.avm.de;
-depends=('capi4k-utils' 'kernel26=2.6.32' 'kernel262.6.33')
+depends=('capi4k-utils' 'kernel26=2.6.32.3' 'kernel262.6.33')
 makedepends=('kernel26-headers=2.6.32' 'kernel26-headers2.6.33')
 if [ $CARCH = i686 ]; then
   
source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz
 \