[jhalfs] 01/02: Don't test version mismatch when downloading files

"Git Owner" ([email protected] via alfs-discuss Mailing List) <[email protected]> Sat, 08 Feb 2025 18:13:30 +0000
Newsgroups gmane.linux.lfs.automated
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository jhalfs.

commit 7883624b7399332948fbaa40a254b2f0b6cda157
Author: Pierre Labastie <[email protected]>
AuthorDate: Sat Feb 8 19:07:57 2025 +0100

    Don't test version mismatch when downloading files
    
    This adds tar and various compress programs as dependencies,
    and those are not tested before running jhalfs, but after
    (before running the build).
---
 common/libs/func_download_pkgs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/common/libs/func_download_pkgs b/common/libs/func_download_pkgs
index e585761..4e0edf4 100644
--- a/common/libs/func_download_pkgs
+++ b/common/libs/func_download_pkgs
@@ -125,6 +125,7 @@ get_sources() {              # Download file, write name to MISSING_FILES.DMP if
         echo "Storing file:<$FILE> in the package archive"
         cp -f "$FILE" "${SRC_ARCHIVE}"
    fi
+   if false; then : # remove this because it adds bzip2 as a prereq.
     # Check for version mismatch between what is known to the book and
     # the extracted source directory
     PKGVER=$(xsltproc --stringparam package "$URL" $JHALFSDIR/pkgver.xsl $JHALFSDIR/prbook.xml)
@@ -139,6 +140,7 @@ get_sources() {              # Download file, write name to MISSING_FILES.DMP if
         error_message Package version $PKGVER does not match extracted directory name $PKGDIR
       fi
     fi
+   fi # end of removed code
   done
 
   if [[ -s MISSING_FILES.DMP ]]; then

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/alfs-discuss
Unsubscribe: See the above information page