forked from ports/contrib
pcmciautils: update to 016
This commit is contained in:
parent
6f2c4b970c
commit
52971eda86
@ -4,11 +4,13 @@ drwxr-xr-x root/root etc/pcmcia/
|
|||||||
drwxr-xr-x root/root etc/udev/
|
drwxr-xr-x root/root etc/udev/
|
||||||
drwxr-xr-x root/root etc/udev/rules.d/
|
drwxr-xr-x root/root etc/udev/rules.d/
|
||||||
-rw-r--r-- root/root etc/udev/rules.d/65-pcmcia.rules
|
-rw-r--r-- root/root etc/udev/rules.d/65-pcmcia.rules
|
||||||
|
drwxr-xr-x root/root lib/
|
||||||
|
drwxr-xr-x root/root lib/udev/
|
||||||
|
-rwxr-xr-x root/root lib/udev/pcmcia-check-broken-cis
|
||||||
|
-rwxr-xr-x root/root lib/udev/pcmcia-socket-startup
|
||||||
drwxr-xr-x root/root sbin/
|
drwxr-xr-x root/root sbin/
|
||||||
lrwxrwxrwx root/root sbin/lspcmcia -> pccardctl
|
lrwxrwxrwx root/root sbin/lspcmcia -> pccardctl
|
||||||
-rwxr-xr-x root/root sbin/pccardctl
|
-rwxr-xr-x root/root sbin/pccardctl
|
||||||
-rwxr-xr-x root/root sbin/pcmcia-check-broken-cis
|
|
||||||
-rwxr-xr-x root/root sbin/pcmcia-socket-startup
|
|
||||||
drwxr-xr-x root/root usr/
|
drwxr-xr-x root/root usr/
|
||||||
drwxr-xr-x root/root usr/man/
|
drwxr-xr-x root/root usr/man/
|
||||||
drwxr-xr-x root/root usr/man/man8/
|
drwxr-xr-x root/root usr/man/man8/
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
9e12435c8b6cf7bf59894e90e480b4aa pcmciautils-015.tar.bz2
|
93828a89c22a1d45a46c6dede63632cd pcmciautils-016.tar.bz2
|
||||||
7413345a6c8ed6eb4d7b9ccb4be19e00 pcmciautils-makefile.patch
|
3ba8903bb7151da2331a7c866b2a2129 pcmciautils-makefile.patch
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Depends on: sysfsutils
|
# Depends on: sysfsutils
|
||||||
|
|
||||||
name=pcmciautils
|
name=pcmciautils
|
||||||
version=015
|
version=016
|
||||||
release=1
|
release=1
|
||||||
source=(http://www.kernel.org/pub/linux/utils/kernel/pcmcia/$name-$version.tar.bz2 \
|
source=(http://www.kernel.org/pub/linux/utils/kernel/pcmcia/$name-$version.tar.bz2 \
|
||||||
$name-makefile.patch)
|
$name-makefile.patch)
|
||||||
|
@ -1,12 +1,20 @@
|
|||||||
diff -Nru pcmciautils-014-orig/Makefile pcmciautils-014/Makefile
|
--- a/Makefile.orig 2009-11-22 12:11:56.000000000 +0100
|
||||||
--- pcmciautils-014-orig/Makefile 2006-06-01 12:07:52.000000000 +0300
|
+++ b/Makefile 2009-11-22 12:12:53.000000000 +0100
|
||||||
+++ pcmciautils-014/Makefile 2006-06-09 18:14:19.000000000 +0300
|
|
||||||
@@ -66,7 +66,7 @@
|
@@ -66,7 +66,7 @@
|
||||||
exec_prefix = ${prefix}
|
exec_prefix = ${prefix}
|
||||||
etcdir = ${prefix}/etc
|
etcdir = ${prefix}/etc
|
||||||
sbindir = ${exec_prefix}/sbin
|
sbindir = ${exec_prefix}/sbin
|
||||||
-mandir = ${prefix}/usr/share/man
|
-mandir = ${prefix}/usr/share/man
|
||||||
+mandir = ${prefix}/usr/man
|
+mandir = ${prefix}/usr/man
|
||||||
srcdir = .
|
udevdir = ${prefix}/lib/udev/
|
||||||
|
|
||||||
INSTALL = /usr/bin/install -c
|
INSTALL = /usr/bin/install -c
|
||||||
|
@@ -79,7 +79,7 @@
|
||||||
|
hotplugdir = ${etcdir}/hotplug
|
||||||
|
|
||||||
|
# place to put our udev rules to
|
||||||
|
-udevrulesdir = ${udevdir}/rules.d
|
||||||
|
+udevrulesdir = ${etcdir}/udev/rules.d
|
||||||
|
|
||||||
|
# place to put our udev helper binaries (pcmcia-socket-startup, pcmcia-check-broken-cis) to
|
||||||
|
udevhelperdir = ${udevdir}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user