pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cross
Module Name: pkgsrc
Committed By: ryoon
Date: Tue Aug 28 13:22:21 UTC 2018
Modified Files:
pkgsrc/cross/mingw-w64-i686-binutils: PLIST
pkgsrc/cross/mingw-w64-x86_64-binutils: Makefile.common PLIST distinfo
pkgsrc/cross/mingw-w64-x86_64-crt: Makefile.common
pkgsrc/cross/mingw-w64-x86_64-gcc: Makefile.common distinfo
pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap: Makefile.common
pkgsrc/cross/mingw-w64-x86_64-headers: Makefile.common
Log Message:
Update binutils to 2.31.1 and GCC to 8.2.0
* Fix included line in Makefile.commons
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/cross/mingw-w64-i686-binutils/PLIST
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/cross/mingw-w64-x86_64-binutils/Makefile.common \
pkgsrc/cross/mingw-w64-x86_64-binutils/PLIST \
pkgsrc/cross/mingw-w64-x86_64-binutils/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/cross/mingw-w64-x86_64-crt/Makefile.common
cvs rdiff -u -r1.2 -r1.3 pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile.common
cvs rdiff -u -r1.1 -r1.2 pkgsrc/cross/mingw-w64-x86_64-gcc/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/cross/mingw-w64-x86_64-headers/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/cross/mingw-w64-i686-binutils/PLIST
diff -u pkgsrc/cross/mingw-w64-i686-binutils/PLIST:1.1 pkgsrc/cross/mingw-w64-i686-binutils/PLIST:1.2
--- pkgsrc/cross/mingw-w64-i686-binutils/PLIST:1.1 Thu Jun 7 19:25:17 2018
+++ pkgsrc/cross/mingw-w64-i686-binutils/PLIST Tue Aug 28 13:22:20 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/06/07 19:25:17 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/08/28 13:22:20 ryoon Exp $
cross/i686-w64-mingw32/bin/i686-w64-mingw32-addr2line
cross/i686-w64-mingw32/bin/i686-w64-mingw32-ar
cross/i686-w64-mingw32/bin/i686-w64-mingw32-as
@@ -50,7 +50,6 @@ cross/i686-w64-mingw32/man/man1/i686-w64
cross/i686-w64-mingw32/man/man1/i686-w64-mingw32-elfedit.1
cross/i686-w64-mingw32/man/man1/i686-w64-mingw32-gprof.1
cross/i686-w64-mingw32/man/man1/i686-w64-mingw32-ld.1
-cross/i686-w64-mingw32/man/man1/i686-w64-mingw32-nlmconv.1
cross/i686-w64-mingw32/man/man1/i686-w64-mingw32-nm.1
cross/i686-w64-mingw32/man/man1/i686-w64-mingw32-objcopy.1
cross/i686-w64-mingw32/man/man1/i686-w64-mingw32-objdump.1
Index: pkgsrc/cross/mingw-w64-x86_64-binutils/Makefile.common
diff -u pkgsrc/cross/mingw-w64-x86_64-binutils/Makefile.common:1.1 pkgsrc/cross/mingw-w64-x86_64-binutils/Makefile.common:1.2
--- pkgsrc/cross/mingw-w64-x86_64-binutils/Makefile.common:1.1 Thu Jun 7 19:12:19 2018
+++ pkgsrc/cross/mingw-w64-x86_64-binutils/Makefile.common Tue Aug 28 13:22:20 2018
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.1 2018/06/07 19:12:19 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.2 2018/08/28 13:22:20 ryoon Exp $
#
# used by cross/mingw-w64-x86_64-binutils/Makefile
# used by cross/mingw-w64-i686-binutils/Makefile
-DISTNAME= binutils-2.30
+DISTNAME= binutils-2.31.1
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
EXTRACT_SUFX= .tar.bz2
@@ -11,6 +11,9 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://mingw-w64.org/
+PATCHDIR= ${.CURDIR}/../../cross/mingw-w64-x86_64-binutils/patches
+DISTINFO_FILE= ${.CURDIR}/../../cross/mingw-w64-x86_64-binutils/distinfo
+
GNU_CONFIGURE= yes
GNU_CONFIGURE_PREFIX= ${PREFIX}/cross/${MINGW_TARGET}
CONFIGURE_ARGS+= --target=${MINGW_TARGET}
Index: pkgsrc/cross/mingw-w64-x86_64-binutils/PLIST
diff -u pkgsrc/cross/mingw-w64-x86_64-binutils/PLIST:1.1 pkgsrc/cross/mingw-w64-x86_64-binutils/PLIST:1.2
--- pkgsrc/cross/mingw-w64-x86_64-binutils/PLIST:1.1 Thu Jun 7 19:12:19 2018
+++ pkgsrc/cross/mingw-w64-x86_64-binutils/PLIST Tue Aug 28 13:22:20 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/06/07 19:12:19 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/08/28 13:22:20 ryoon Exp $
cross/x86_64-w64-mingw32/bin/x86_64-w64-mingw32-addr2line
cross/x86_64-w64-mingw32/bin/x86_64-w64-mingw32-ar
cross/x86_64-w64-mingw32/bin/x86_64-w64-mingw32-as
@@ -32,7 +32,6 @@ cross/x86_64-w64-mingw32/man/man1/x86_64
cross/x86_64-w64-mingw32/man/man1/x86_64-w64-mingw32-elfedit.1
cross/x86_64-w64-mingw32/man/man1/x86_64-w64-mingw32-gprof.1
cross/x86_64-w64-mingw32/man/man1/x86_64-w64-mingw32-ld.1
-cross/x86_64-w64-mingw32/man/man1/x86_64-w64-mingw32-nlmconv.1
cross/x86_64-w64-mingw32/man/man1/x86_64-w64-mingw32-nm.1
cross/x86_64-w64-mingw32/man/man1/x86_64-w64-mingw32-objcopy.1
cross/x86_64-w64-mingw32/man/man1/x86_64-w64-mingw32-objdump.1
Index: pkgsrc/cross/mingw-w64-x86_64-binutils/distinfo
diff -u pkgsrc/cross/mingw-w64-x86_64-binutils/distinfo:1.1 pkgsrc/cross/mingw-w64-x86_64-binutils/distinfo:1.2
--- pkgsrc/cross/mingw-w64-x86_64-binutils/distinfo:1.1 Thu Jun 7 19:12:19 2018
+++ pkgsrc/cross/mingw-w64-x86_64-binutils/distinfo Tue Aug 28 13:22:20 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/06/07 19:12:19 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2018/08/28 13:22:20 ryoon Exp $
-SHA1 (binutils-2.30.tar.bz2) = 33d807f7fa680b00439eb5560acd0c2ef645e5f9
-RMD160 (binutils-2.30.tar.bz2) = 5b6152ff36d55da3b5da3a21b372897da66d953c
-SHA512 (binutils-2.30.tar.bz2) = c3ce91aa20f058ec589bf18c722bf651331b394db6378900cc813cc0eea3a331a96584d5ae090630b627369510397dccc9edfcd43d4aeefc99579f277a05c72c
-Size (binutils-2.30.tar.bz2) = 29541188 bytes
+SHA1 (binutils-2.31.1.tar.bz2) = 1c5b0801b4857031d5626d917808cbd5c6401a4b
+RMD160 (binutils-2.31.1.tar.bz2) = f688e5a4d8aa1548ecfbff0eb72ee156e6df7f1d
+SHA512 (binutils-2.31.1.tar.bz2) = b42954e6f49a0adcd2676bdd77dfb59bfc25cec8184b007521d1e2b1d5d0593b58639e3d9448d5a40fe024c3cea386a37743627d6bb16d502f52a4a32b9573bd
+Size (binutils-2.31.1.tar.bz2) = 30110779 bytes
Index: pkgsrc/cross/mingw-w64-x86_64-crt/Makefile.common
diff -u pkgsrc/cross/mingw-w64-x86_64-crt/Makefile.common:1.1 pkgsrc/cross/mingw-w64-x86_64-crt/Makefile.common:1.2
--- pkgsrc/cross/mingw-w64-x86_64-crt/Makefile.common:1.1 Thu Jun 7 19:19:46 2018
+++ pkgsrc/cross/mingw-w64-x86_64-crt/Makefile.common Tue Aug 28 13:22:20 2018
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile.common,v 1.1 2018/06/07 19:19:46 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.2 2018/08/28 13:22:20 ryoon Exp $
#
+# used by cross/mingw-w64-i686-crt/Makefile
# used by cross/mingw-w64-x86_64-crt/Makefile
DISTNAME= mingw-w64-v5.0.4
Index: pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile.common
diff -u pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile.common:1.2 pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile.common:1.3
--- pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile.common:1.2 Thu Jun 7 19:39:30 2018
+++ pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile.common Tue Aug 28 13:22:20 2018
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile.common,v 1.2 2018/06/07 19:39:30 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.3 2018/08/28 13:22:20 ryoon Exp $
#
+# used by cross/mingw-w64-i686-gcc/Makefile
# used by cross/mingw-w64-x86_64-gcc/Makefile
-DISTNAME= gcc-8.1.0
+DISTNAME= gcc-8.2.0
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/cross/mingw-w64-x86_64-gcc/distinfo
diff -u pkgsrc/cross/mingw-w64-x86_64-gcc/distinfo:1.1 pkgsrc/cross/mingw-w64-x86_64-gcc/distinfo:1.2
--- pkgsrc/cross/mingw-w64-x86_64-gcc/distinfo:1.1 Thu Jun 7 19:21:46 2018
+++ pkgsrc/cross/mingw-w64-x86_64-gcc/distinfo Tue Aug 28 13:22:20 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2018/06/07 19:21:46 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2018/08/28 13:22:20 ryoon Exp $
-SHA1 (gcc-8.1.0.tar.xz) = b34031ba9ff3e248b2c62de0825e49a1e0e01998
-RMD160 (gcc-8.1.0.tar.xz) = de00e96f3d70b6a08215930a6884672e56975d05
-SHA512 (gcc-8.1.0.tar.xz) = c96246f34a7aeb404c4525b754dc7f7708a18e06271aadb2b32fef00e6e0940f584e52430bfe2ab01e699c93e3cb418adc113d2622fa826facbec0ec8ce3eb2c
-Size (gcc-8.1.0.tar.xz) = 63372320 bytes
+SHA1 (gcc-8.2.0.tar.xz) = 19926bdb6c4b58891015929853d41aeff019d400
+RMD160 (gcc-8.2.0.tar.xz) = 4fba19867980d04bed1e62d46d4787c99f4fd13d
+SHA512 (gcc-8.2.0.tar.xz) = 64898a165f67e136d802a92e7633bf1b06c85266027e52127ea025bf5fc2291b5e858288aac0bdba246e6cdf7c6ec88bc8e0e7f3f6f1985f4297710cafde56ed
+Size (gcc-8.2.0.tar.xz) = 63460876 bytes
SHA1 (patch-contrib_download__prerequisites) = 50f8aaf7403ce9f63cc119ff038d5f3e952bb8b6
Index: pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common
diff -u pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common:1.1 pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common:1.2
--- pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common:1.1 Thu Jun 7 19:16:50 2018
+++ pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common Tue Aug 28 13:22:20 2018
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile.common,v 1.1 2018/06/07 19:16:50 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.2 2018/08/28 13:22:20 ryoon Exp $
#
+# used by cross/mingw-w64-i686-gcc-bootstrap/Makefile.common
# used by cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common
-DISTNAME= gcc-8.1.0
+DISTNAME= gcc-8.2.0
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/cross/mingw-w64-x86_64-headers/Makefile.common
diff -u pkgsrc/cross/mingw-w64-x86_64-headers/Makefile.common:1.1 pkgsrc/cross/mingw-w64-x86_64-headers/Makefile.common:1.2
--- pkgsrc/cross/mingw-w64-x86_64-headers/Makefile.common:1.1 Thu Jun 7 19:14:46 2018
+++ pkgsrc/cross/mingw-w64-x86_64-headers/Makefile.common Tue Aug 28 13:22:21 2018
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile.common,v 1.1 2018/06/07 19:14:46 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.2 2018/08/28 13:22:21 ryoon Exp $
#
+# used by cross/mingw-w64-i686-headers/Makefile.common
# used by cross/mingw-w64-x86_64-headers/Makefile.common
DISTNAME= mingw-w64-v5.0.4
Home |
Main Index |
Thread Index |
Old Index