Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross/mingw-w64-x86_64-gcc-winpthreads/patches GC patc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8da4d9ab1460
branches:  trunk
changeset: 436493:8da4d9ab1460
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Aug 03 22:34:23 2020 +0000

description:
GC patches outside PATCHDIR.

diffstat:

 cross/mingw-w64-x86_64-gcc-winpthreads/patches/patch-contrib_download__prerequisites |  15 ----------
 cross/mingw-w64-x86_64-gcc-winpthreads/patches/patch-libgo_mksysinfo.sh              |  13 --------
 2 files changed, 0 insertions(+), 28 deletions(-)

diffs (36 lines):

diff -r 3be8c5ca9762 -r 8da4d9ab1460 cross/mingw-w64-x86_64-gcc-winpthreads/patches/patch-contrib_download__prerequisites
--- a/cross/mingw-w64-x86_64-gcc-winpthreads/patches/patch-contrib_download__prerequisites      Mon Aug 03 21:52:55 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-contrib_download__prerequisites,v 1.1 2019/09/18 15:38:40 ryoon Exp $
-
-* Fix a POSIX portability issue
-
---- contrib/download_prerequisites.orig        2018-01-29 13:30:02.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"
- }
diff -r 3be8c5ca9762 -r 8da4d9ab1460 cross/mingw-w64-x86_64-gcc-winpthreads/patches/patch-libgo_mksysinfo.sh
--- a/cross/mingw-w64-x86_64-gcc-winpthreads/patches/patch-libgo_mksysinfo.sh   Mon Aug 03 21:52:55 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-libgo_mksysinfo.sh,v 1.1 2019/09/18 15:38:40 ryoon Exp $
-
---- libgo/mksysinfo.sh.orig    2019-03-19 14:00:59.000000000 +0000
-+++ libgo/mksysinfo.sh
-@@ -1127,7 +1127,7 @@ grep '^const _FALLOC_' gen-sysinfo.go |
- # Prefer largefile variant if available.
- # CentOS 5 does not have f_flags, so pull from f_spare.
- statfs=`grep '^type _statfs64 ' gen-sysinfo.go || true`
--if test "$statfs" == ""; then
-+if test "$statfs" = ""; then
-   statfs=`grep '^type _statfs ' gen-sysinfo.go || true`
- fi
- if ! echo "$statfs" | grep f_flags; then



Home | Main Index | Thread Index | Old Index