Author: alexander
Date: 2007-06-09 08:57:44 -0600 (Sat, 09 Jun 2007)
New Revision: 1908
Added:
trunk/packages/brltty/
Removed:
trunk/packages/BRLTTY/
Modified:
trunk/Makefile
trunk/packages/brltty/Makefile
trunk/scripts/shutdown-helper
Log:
brltty version update
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2007-06-09 10:51:37 UTC (rev 1907)
+++ trunk/Makefile 2007-06-09 14:57:44 UTC (rev 1908)
@@ -260,7 +260,7 @@
ch-traceroute ch-rsync ch-jhalfs ch-sudo ch-bc ch-dialog ch-ncftp \
ch-device-mapper ch-LVM2 ch-dmraid \
ch-dhcpcd ch-distcc ch-ppp ch-rp-pppoe \
- ch-cpio ch-mutt ch-msmtp ch-tin ch-mdadm ch-which ch-BRLTTY \
+ ch-cpio ch-mutt ch-msmtp ch-tin ch-mdadm ch-which ch-brltty \
ch-strace ch-iptables ch-eject ch-xlockmore ch-hdparm ch-linux \
ch-sysfsutils ch-pcmcia-cs ch-pcmciautils ch-ddccontrol
ch-ddccontrol-db \
ch-blfs-bootscripts ch-oui-data \
Copied: trunk/packages/brltty (from rev 1902, trunk/packages/BRLTTY)
Modified: trunk/packages/brltty/Makefile
===================================================================
--- trunk/packages/BRLTTY/Makefile 2007-06-04 07:15:53 UTC (rev 1902)
+++ trunk/packages/brltty/Makefile 2007-06-09 14:57:44 UTC (rev 1908)
@@ -1,12 +1,12 @@
# BRLTTY Makefile
NM= brltty
-VRS= 3.7.2
+VRS= 3.8
DIR= $(NM)-$(VRS)
FILE= $(DIR).tar.gz
URL-$(FILE)= http://www.mielke.cc/brltty/releases/$(FILE)
-SHA-$(FILE)= 0aa8a51a03687acddadbd422f5dff688a5a89b97
+SHA-$(FILE)= d6d12254aa9a01fb34d1665027bc894c28e75e79
# Targets
@@ -20,7 +20,8 @@
$(std_build)
compile-stage2:
- sed -i '/linux\/compiler\.h/d' Programs/usb_linux.c
+ # Do we want this?
+ # sed -i 's/usb_object="linux"/usb_object="libusb"/' configure
./configure --prefix=/usr --sysconfdir=/etc --disable-speech-support \
--disable-api
make
Modified: trunk/scripts/shutdown-helper
===================================================================
--- trunk/scripts/shutdown-helper 2007-06-09 10:51:37 UTC (rev 1907)
+++ trunk/scripts/shutdown-helper 2007-06-09 14:57:44 UTC (rev 1908)
@@ -79,6 +79,8 @@
ln -nsf /old/dev/initctl /dev/shm/dev/initctl
# "-t no" because otherwise /dev/pts isn't unmounted.
umount -na -t no
+# brltty quirk - it mounts /etc/brltty/usbfs. "not mounted" goes to /dev/null
+umount -n /etc/brltty/usbfs 2>/dev/null
cd /dev/shm
mount -n -t proc proc /dev/shm/proc
pivot_root . old
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page