head 1.2; access; symbols pkgsrc-2022Q1:1.1.0.16 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.14 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.12 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.10 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.8 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.6 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.4 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.2 pkgsrc-2020Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2022.04.15.17.16.08; author tnn; state dead; branches; next 1.1; commitid JlWvT0Tm6chWSjAD; 1.1 date 2020.06.20.14.33.35; author thorpej; state Exp; branches; next ; commitid scrRrSLnttGkkYcC; desc @@ 1.2 log @cross/*gcc: remove useless patches already CHECK_PORTABILITY_SKIP'ed @ text @$NetBSD: patch-contrib_download__prerequisites,v 1.1 2020/06/20 14:33:35 thorpej Exp $ * POSIX shell portability --- contrib/download_prerequisites.orig 2017-04-11 16:34:07.000000000 +0000 +++ contrib/download_prerequisites @@@@ -122,7 +122,7 @@@@ md5_check() { md5_checksum_output=$(md5 -r "${file_to_check}") # Grab the text before the first space md5_checksum_detected="${md5_checksum_output%% *}" - [ "${md5_checksum_expected}" == "${md5_checksum_detected}" ] \ + [ "${md5_checksum_expected}" = "${md5_checksum_detected}" ] \ || die "Cannot verify integrity of possibly corrupted file ${file_to_check}" echo "${file_to_check}: OK" } @ 1.1 log @mipsel-none-elf-gcc: Import version 8.3.0 Copied mainly from cross/powerpc-none-elf-gcc. @ text @d1 1 a1 1 $NetBSD$ @