fixed bas packages (not bootdisk package)
authorhackbard <hackbard>
Sat, 30 Jul 2005 21:30:33 +0000 (21:30 +0000)
committerhackbard <hackbard>
Sat, 30 Jul 2005 21:30:33 +0000 (21:30 +0000)
doc/CHANGELOG
packages/base/cvs/cvs
packages/base/flex/lex_wrapper [new file with mode: 0644]
packages/base/module-init-tools/module-init-tools
packages/base/psmisc/psmisc
packages/base/shadow/shadow
packages/base/tar/tar

index afda068..b8b7cbc 100644 (file)
@@ -1,3 +1,7 @@
+*) 2005-08-31
+
+- fixed base packages (not bootdisks!)
+
 *) 2005-07-04
 
 - fixes, updated development packages (tcl/tk not yet)
index c568290..a18c389 100644 (file)
@@ -4,4 +4,4 @@
 #
 # [V] 1.11.20
 # [S] 2-18
-# [D] cvs-1.11.20.tar.bz2 https://ccvs.cvshome.org/files/documents/19/861/
+# [D] cvs-1.11.20.tar.bz2 http://savannah.nongnu.org/download/cvs/
diff --git a/packages/base/flex/lex_wrapper b/packages/base/flex/lex_wrapper
new file mode 100644 (file)
index 0000000..196e4af
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+exec /usr/bin/flex -l "$@"
+
index 028708e..0139819 100644 (file)
@@ -15,6 +15,6 @@ pre_install() {
 
 post_install() {
        # creating modprobe.* stuff
-       [ ! -f $root/etc/modprobe.conf ] touch $root/etc/modprobe.conf
-       [ ! -f $root/etc/modprobe.devfs ] cp modprobe.devfs $root/etc
+       [ ! -f $root/etc/modprobe.conf ] && touch $root/etc/modprobe.conf
+       [ ! -f $root/etc/modprobe.devfs ] && cp modprobe.devfs $root/etc
                }
index eeeac8e..74deaf3 100644 (file)
@@ -9,6 +9,5 @@
 confopt="$confopt --exec-prefix=$root/"
 
 post_install() {
-       mv $root/bin/pstree* $prefix/bin
        ln -sfv killall $root/bin/pidof
                }
index 40cdbc7..1eb6a3e 100644 (file)
@@ -2,17 +2,20 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 4.0.10
+# [V] 4.0.11.1
 # [S] 2-15
-# [D] shadow-4.0.10.tar.bz2 ftp://ftp.pld.org.pl/software/shadow/
+# [D] shadow-4.0.11.1.tar.bz2 ftp://ftp.pld.org.pl/software/shadow/
 
-confopt="$confopt --libdir=$root/lib --enable-shared"
+confopt="$confopt --libdir=$root/lib --enable-shared --enable-shadowgrp"
 
-pre_install()  {
+build_main()   {
+       ./configure $confopt
        sed 's/groups$(EXEEXT) //' src/Makefile > tmp~
        mv tmp~ src/Makefile
        sed '/groups/d' man/Makefile > tmp~
        mv tmp~ man/Makefile
+       make $make_conf
+       make $install_conf install
                }
 
 post_install() {
index 1c58541..4d84e29 100644 (file)
@@ -2,6 +2,6 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 1.15
+# [V] 1.15.1
 # [S] 1-6 2-15
-# [D] tar-1.15.tar.bz2 ftp://ftp.gnu.org/pub/gnu/tar/
+# [D] tar-1.15.1.tar.bz2 ftp://ftp.gnu.org/pub/gnu/tar/