Changeset 3d82fb5


Ignore:
Timestamp:
01/07/2006 01:32:13 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
cf9cac8
Parents:
ff4cb2e
Message:

Some fixes not full tested yet: Removed all 6.1.1-related code (that LFS version is supported only by jhalfs-0.2) and the i18n branch has been merged to trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    rff4cb2e r3d82fb5  
    184184        alphabetical)
    185185           svn co $SVN/LFS/branches/$LFSVRS/BOOK lfs-$LFSVRS >>$LOGDIR/$LOG 2>&1 ;;
    186         6.1.1)
    187            svn co $SVN/LFS/tags/$LFSVRS/BOOK lfs-$LFSVRS >>$LOGDIR/$LOG 2>&1 ;;
    188186      esac
    189187      echo -ne "done\n"
     
    232230  fi
    233231  echo `grep "udev-config-file" $BOOK/general.ent | sed -e 's@<!ENTITY @@' -e 's@">@"@'` >> packages
    234   # These two packages are needed only for 6.1.1
    235   if [ "$LFSVRS" = "6.1.1" ] ; then
    236     echo `grep "glibc" packages | sed 's@glibc@&-linuxthreads@'` >> packages
    237     # Download the module-init-tools-testsuite package only
    238     # if the test suite is to be run.
    239     if [ "$TEST" = "1" ] ; then
    240       echo `grep "module" packages | sed 's@tools@&-testsuite@'` >> packages
    241     fi
    242   fi
    243   # If we are buildind the UTF-8 branch, the glibc-libidn package is required
    244   if grep -q "man-db-version" $BOOK/general.ent ; then
    245     echo `grep "glibc" packages | sed 's@glibc@glibc-libidn@'` >> packages
    246   fi
     232  echo `grep "glibc" packages | sed 's@glibc@glibc-libidn@'` >> packages
    247233  grep "ENTITY" $BOOK/patches.ent | sed -e 's/.* "//' -e 's/">//' >> patches
    248234
     
    260246  # module-init-tools-testsuite packages that don't conform to
    261247  # norms in the URL scheme.
    262   DIR=`echo $1 | sed 's@-doc@@;s@-linuxthreads@@;s@-libidn@@;s@-testsuite@@'`
     248  DIR=`echo $1 | sed 's@-doc@@;s@-libidn@@'`
    263249
    264250  # Find the md5 sum for this package.
     
    321307    for i in `cat $JHALFSDIR/packages` ; do
    322308      PKG=`echo $i | sed -e 's/-version.*//' -e 's/-file.*//'`
    323       # Needed for Groff patchlevel patch on UTF-8 branch
     309      # Needed for Groff patchlevel patch
    324310      GROFFLEVEL=`grep "groff-patchlevel" $JHALFSDIR/packages | sed -e 's/groff-patchlevel //' -e 's/"//g'`
    325311
     
    344330        download $PKG $PATCH
    345331      done
    346       # Needed for Groff patchlevel patch on UTF-8 branch
     332      # Needed for Groff patchlevel patch
    347333      for patch in `grep "patchlevel" $JHALFSDIR/patches` ; do
    348334        PATCH=`echo $patch | sed 's@&'$PKG'-version;-&'$PKG'-patchlevel;@'$VRS'-'$GROFFLEVEL'@'`
Note: See TracChangeset for help on using the changeset viewer.