+++ /dev/null
-# List of patches that must not be downloaded (one per line)
-
-make-3.82-upstream_fixes-3.patch
-readline-6.2-fixes-1.patch
-
-# To test eventually...
-tar-1.26-manpage-1.patch
-
-pygobject-2.28.6-introspection-1.patch
-
HV_PATCHES_LIST=${LFS_PKG_DIR}/patches-list-hv.html
LFS_OLD_PATCHES_LIST=${LFS_PKG_DIR}/patches-list-lfs-old.html
-PATCHES_BLACKLIST=../config/patches.blacklist
-
# Test if the given file extension correspond to a compressed archive
# Arg. #1: File extension
is_extension_archive()
PATCH_NAME=$(echo ${p} | sed s!%2B!\+!g)
if [ ! -f ${LFS_PKG_DIR}/${PATCH_NAME} ]; then
- # Fetch patch only if it is not blacklisted!
- local BL=$(cat ${PATCHES_BLACKLIST} | \
- egrep "${PATCH_NAME}")
-
- if [ "x${BL}" == "x" ]; then
- wget_wrapper ${PATCHES_URL} ${PATCH_NAME}
- else
- MSGSTRING="Patch ${PATCH_NAME} blacklisted" print_status warning
- fi
+ wget_wrapper ${PATCHES_URL} ${PATCH_NAME}
fi
done
fi