diff --git a/package/blindcoder/acerhk/acerhk.cache b/package/blindcoder/acerhk/acerhk.cache index 67ca92d73..588d24bd0 100644 --- a/package/blindcoder/acerhk/acerhk.cache +++ b/package/blindcoder/acerhk/acerhk.cache @@ -6,7 +6,7 @@ [COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! [COPY] [COPY] ROCK Linux: rock-src/package/blindcoder/acerhk/acerhk.cache -[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[COPY] ROCK Linux is Copyright (C) 1998 - 2007 Clifford Wolf [COPY] [COPY] This program is free software; you can redistribute it and/or modify [COPY] it under the terms of the GNU General Public License as published by diff --git a/package/blindcoder/acerhk/acerhk.conf b/package/blindcoder/acerhk/acerhk.conf index 8db764a13..13998324e 100644 --- a/package/blindcoder/acerhk/acerhk.conf +++ b/package/blindcoder/acerhk/acerhk.conf @@ -6,7 +6,7 @@ # the ./scripts/Create-CopyPatch script. Do not edit this copyright text! # # ROCK Linux: rock-src/package/blindcoder/acerhk/acerhk.conf -# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +# ROCK Linux is Copyright (C) 1998 - 2007 Clifford Wolf # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/package/blindcoder/acerhk/acerhk.desc b/package/blindcoder/acerhk/acerhk.desc index 3d6dc2c66..3a7ccf6dc 100644 --- a/package/blindcoder/acerhk/acerhk.desc +++ b/package/blindcoder/acerhk/acerhk.desc @@ -7,7 +7,7 @@ [COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! [COPY] [COPY] ROCK Linux: rock-src/package/blindcoder/acerhk/acerhk.desc -[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[COPY] ROCK Linux is Copyright (C) 1998 - 2007 Clifford Wolf [COPY] [COPY] This program is free software; you can redistribute it and/or modify [COPY] it under the terms of the GNU General Public License as published by @@ -30,7 +30,7 @@ [T] Bluetooth hardware found on some of the supported [T] notebooks. -[U] http://www.informatik.hu-berlin.de/~tauber/acerhk/ +[U] http://www.cakey.de/acerhk/archives/ [A] Olaf Tauber [M] Benjamin Schieder @@ -39,7 +39,7 @@ [L] GPL [S] Beta -[V] 0.5.27 +[V] 0.5.35 [P] X -----5---9 800.000 -[D] 2352609028 acerhk-0.5.27.tar.bz2 http://www.informatik.hu-berlin.de/~tauber/acerhk/archives/ +[D] 1715186898 acerhk-0.5.35.tar.bz2 http://www.cakey.de/acerhk/archives/acerhk-0.5.35.tar.bz2 diff --git a/package/blindcoder/acerhk/depmod_2.6.18.patch b/package/blindcoder/acerhk/depmod_2.6.18.patch new file mode 100644 index 000000000..41c45e63b --- /dev/null +++ b/package/blindcoder/acerhk/depmod_2.6.18.patch @@ -0,0 +1,33 @@ +# --- ROCK-COPYRIGHT-NOTE-BEGIN --- +# +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# Please add additional copyright information _after_ the line containing +# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +# +# ROCK Linux: rock-src/package/blindcoder/acerhk/depmod_2.6.18.patch +# ROCK Linux is Copyright (C) 1998 - 2007 Clifford Wolf +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# --- ROCK-COPYRIGHT-NOTE-END --- + +--- ./Makefile.orig 2007-05-16 21:53:04.000000000 +0200 ++++ ./Makefile 2007-05-16 23:06:57.000000000 +0200 +@@ -3,9 +3,9 @@ + #KERNELSRC=/usr/src/linux + KERNELSRC?=/lib/modules/`uname -r`/build + # Starting with 2.6.18, the kernel version is in utsrelease.h instead of version.h, accomodate both cases +-KERNELVERSION=$(shell awk -F\" '/REL/ {print $$2}' $(shell grep -s -l REL $(KERNELSRC)/include/linux/version.h $(KERNELSRC)/include/linux/utsrelease.h)) ++#KERNELVERSION=$(shell awk -F\" '/REL/ {print $$2}' $(shell grep -s -l REL $(KERNELSRC)/include/linux/version.h $(KERNELSRC)/include/linux/utsrelease.h)) ++KERNELVERSION:=$(shell if [ -f $(KERNELSRC)/include/linux/utsrelease.h ]; then awk -F\" '/REL/ {print $$2}' $(KERNELSRC)/include/linux/utsrelease.h; else awk -F\" '/REL/ {print $$2}' $(KERNELSRC)/include/linux/version.h; fi) + KERNELMAJOR=$(shell echo $(KERNELVERSION)|head -c3) +- + # next line is for kernel 2.6, if you integrate the driver in the kernel tree + # /usr/src/linux/drivers/acerhk - or something similar + # don't forget to add the following line to the parent dir's Makefile: diff --git a/package/blindcoder/acerhk/no_depmod.patch b/package/blindcoder/acerhk/no_depmod.patch deleted file mode 100644 index 764ae1671..000000000 --- a/package/blindcoder/acerhk/no_depmod.patch +++ /dev/null @@ -1,27 +0,0 @@ -# --- ROCK-COPYRIGHT-NOTE-BEGIN --- -# -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# Please add additional copyright information _after_ the line containing -# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -# -# ROCK Linux: rock-src/package/blindcoder/acerhk/no_depmod.patch -# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# -# --- ROCK-COPYRIGHT-NOTE-END --- - -diff -pruN acerhk-0.5.27-orig/Makefile acerhk-0.5.27/Makefile ---- acerhk-0.5.27-orig/Makefile 2005-09-09 14:59:26.000000000 +0200 -+++ acerhk-0.5.27/Makefile 2005-09-09 14:59:39.000000000 +0200 -@@ -63,4 +63,3 @@ install: $(TARGET) - #cp -v $(TARGET) /lib/modules/$(KERNELVERSION)/kernel/drivers/char - mkdir -p /lib/modules/$(KERNELVERSION)/extra - cp -v $(TARGET) /lib/modules/$(KERNELVERSION)/extra/ -- depmod -a