updated udev, kernel and checked in tetex changes
authorhackbard <hackbard>
Mon, 26 Dec 2005 11:34:13 +0000 (11:34 +0000)
committerhackbard <hackbard>
Mon, 26 Dec 2005 11:34:13 +0000 (11:34 +0000)
doc/CHANGELOG
packages/base/linux/linux
packages/base/udev/udev
packages/hackbard/tetex/tetex
packages/toolchain/linux/linux

index f678f8d..7621395 100644 (file)
@@ -1,3 +1,11 @@
+*) 2005-12-26
+
+- updated udev, kernel, tetex (just the ci)
+
+*) 2005-10-02
+
+- updated udev, added pdfcprot package to tetex
+
 *) 2005-09-14
 
 - fixed fai file copying
index b2b91cd..8ecb24b 100644 (file)
@@ -2,9 +2,9 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 2.6.13
+# [V] 2.6.14.4
 # [S] 2-2
-# [D] linux-2.6.13.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
+# [D] linux-2.6.14.4.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
 
 custmain="1"
 custmain()     {
index 380b3cf..2c435d6 100644 (file)
@@ -2,12 +2,16 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 068
+# [V] 079
 # [S] 1-9 2-15
-# [D] udev-068.tar.bz2 http://www.kernel.org/pub/linux/utils/kernel/hotplug/
+# [D] udev-079.tar.bz2 http://www.kernel.org/pub/linux/utils/kernel/hotplug/
 
-make_conf="udevdir=/dev $make_conf"
-install_conf="udevdir=/dev"
+#extras="extras/cdrom_id extras/scsi_id extras/volume_id extras/usb_id"
+#extras="$extras extras/ata_id extras/dasd_id extras/run_directory"
+extras=extras/run_directory
+
+make_conf="udevdir=/dev EXTRAS=$extras $make_conf"
+install_conf="udevdir=/dev EXTRAS=$extras"
 
 u_root=$root
 [ "$hdw_status" = "1" ] && u_root=/${s1_prefix}
@@ -22,15 +26,17 @@ post_install()      {
        mkdir -p $root/var/lock/subsys
        # documentation
        rm -rf $docdir ; mkdir -p $docdir
-       cp -r docs FAQ HOWTO-udev_for_dev README* TODO $docdir
+       cp -r docs FAQ README* TODO ChangeLog RELEASE-NOTES $docdir
        # config stuff
        mkdir -p $u_root/etc/udev/rules.d
        cp -v $confdir/udev.rules* $u_root/etc/udev/rules.d/
        mkdir -p $u_root/etc/udev/scripts
-       cp -v ./extras/*.sh $u_root/etc/udev/scripts/
+       cp -v ./extras/{path_id,*.sh} $u_root/etc/udev/scripts/
        # init script
        if [ "$hdw_status" = "2" ] ; then
                cp $confdir/init_udev.sh $u_root/etc/init.d/udev
                chmod 750 $u_root/etc/init.d/udev
        fi
+       ln -sf $root/lib/udev/udev_run_devd $root/sbin/
+       ln -sf $root/lib/udev/udev_run_hotplugd $root/sbin/
                }
index b1214a9..880edf9 100644 (file)
@@ -7,6 +7,8 @@
 # [D] tetex-src-3.0.tar.gz ftp://tug.ctan.org/tex-archive/systems/unix/teTeX/3.0/distrib/
 # [D] tetex-texmf-3.0.tar.gz ftp://tug.ctan.org/tex-archive/systems/unix/teTeX/3.0/distrib/
 # [D] tetex-texmfsrc-3.0.tar.gz ftp://tug.ctan.org/tex-archive/systems/unix/teTeX/3.0/distrib/
+# [D] pdfcprot.dtx http://www.ctan.org/tex-archive/macros/latex2e/contrib/pdfcprot/
+# [D] pdfcprot.ins http://www.ctan.org/tex-archive/macros/latex2e/contrib/pdfcprot/
 
 srcdir="tetex-src-$ver"
 confopt="$confopt --with-system-ncurses --with-system-zlib"
@@ -23,3 +25,13 @@ pre_install()        {
        gzip -dc $archdir/tetex-texmfsrc-${ver}.tar.gz | \
                ( umask 0; tar -C $prefix/share/texmf -xf -)
                }
+
+post_install() {
+       install -v -d -m755 $prefix/share/texmf/tex/latex/pdfcprot
+       mkdir pdfcprot && cd pdfcprot
+       cp $archdir/pdfcprot.* 
+       latex pdfcprot.ins
+       cp * $prefix/share/texmf/tex/latex/pdfcprot/
+       cd ..
+       texhash
+               }
index 2cec76e..7058c85 100644 (file)
@@ -2,9 +2,9 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 2.6.13
+# [V] 2.6.14.4
 # [S] 0-2
-# [D] linux-2.6.13.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
+# [D] linux-2.6.14.4.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
 
 skip=1
 s_reason="i think thats obsolete now ..."