X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpackages-update;h=5e04d09c2a5e57ff713f504768d15fcf08353329;hb=23534737a153c4084e3dd44a3e6cdcf2537aee01;hp=5f46117647976d5417bb7129925addf316930262;hpb=614f40c8314b589fbfaad5782f2793304240f046;p=hvlinux.git diff --git a/stage3/packages-update b/stage3/packages-update index 5f46117..5e04d09 100755 --- a/stage3/packages-update +++ b/stage3/packages-update @@ -1,9 +1,5 @@ #!/bin/bash -USE_LFS_PATCHES=1 -USE_BLFS_PATCHES=1 -USE_HV_PATCHES=1 - source ../functions/main update_packages_init ${*} @@ -12,12 +8,14 @@ update_packages_init ${*} lpkg 2 ${SHADOW} # These packages are only for stage3 + fpkg -m gnu ${WHICH} fpkg -e "tar.gz" ${BASHCOMPLETION} "http://www.caliban.org/files/bash" fpkg -s "software/utils/pciutils" ${PCIUTILS} ${KERNEL_URL} fpkg -m sf -e "tar.bz2" ${LIBUSB} fpkg -m sf -e "tar.bz2" -s "libusb" ${LIBUSB_COMPAT} fpkg -e "tar.xz" -s "linux/utils/usb/usbutils" ${USBUTILS} ${KERNEL_URL} +fpkg -e "tar.xz" -s "software/network/rfkill" ${RFKILL} ${KERNEL_URL} fpkg ${REISERFSPROGS} "ftp://anduin.linuxfromscratch.org/BLFS/svn/r" fpkg -e "tar.gz" ${POPT} "http://rpm5.org/files/popt" fpkg -m sf ${LIBTIRPC} @@ -138,7 +136,7 @@ fpkg -m gnu ${GUILE2} fpkg -s "libgpg-error" ${LIBGPG_ERROR} ${GNUPG_URL} fpkg -s "libgcrypt" ${LIBGCRYPT} ${GNUPG_URL} fpkg -e "tar.gz" ${NETTLE} "http://www.lysator.liu.se/~nisse/archive" -fpkg -e "tar.xz" -s "gnutls" ${GNUTLS} ${GNUPG_URL} +fpkg -e "tar.xz" -s "gnutls/v$(get_pkg_ver2 ${GNUTLS})" ${GNUTLS} ${GNUPG_URL} fpkg -e "tar.gz" ${SASL2} "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail" fpkg -e "tgz" ${OPENLDAP} \ @@ -174,7 +172,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the fpkg -e "tar.gz" ${LIBVORBIS} \ "http://downloads.xiph.org/releases/vorbis" fpkg -e "zip" ${VORBISGAIN} "http://sjeng.org/ftp/vorbis" - fpkg -m sf ${FLAC} + fpkg -e "tar.xz" ${FLAC} "http://downloads.xiph.org/releases/flac" fpkg -e "tar.gz" ${LIBSNDFILE} "http://www.mega-nerd.com/libsndfile/files" fpkg -e "tar.gz" ${LIBSAMPLERATE} "http://www.mega-nerd.com/SRC"