summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-06-28 11:30:51 +0000
committerwiz <wiz@pkgsrc.org>2022-06-28 11:30:51 +0000
commit5da87348cb57d8d1df6910cb892114c53beab8b0 (patch)
tree9d7168f3a6d792571ef549968fcd7b60801605fd /cross
parent75ccf1258b667ad0853010a88fa61bc96ac3d233 (diff)
downloadpkgsrc-5da87348cb57d8d1df6910cb892114c53beab8b0.tar.gz
*: recursive bump for perl 5.36
Diffstat (limited to 'cross')
-rw-r--r--cross/aarch64-none-elf-gcc/Makefile4
-rw-r--r--cross/arm-none-eabi-gcc/Makefile4
-rw-r--r--cross/arm-none-eabi-gdb/Makefile4
-rw-r--r--cross/avr-binutils/Makefile3
-rw-r--r--cross/avr-binutils/buildlink3.mk3
-rw-r--r--cross/avr-libc/Makefile3
-rw-r--r--cross/binutils-mips-current/Makefile4
-rw-r--r--cross/binutils-mips-current/buildlink3.mk3
-rw-r--r--cross/cross-binutils/Makefile4
-rw-r--r--cross/cross-binutils/buildlink3.mk3
-rw-r--r--cross/cross-libtool-base/Makefile4
-rw-r--r--cross/freemint-mintlib/Makefile4
-rw-r--r--cross/freemint-mintlib/buildlink3.mk3
-rw-r--r--cross/gcc-mips-current/Makefile4
-rw-r--r--cross/h8300-elf-gcc/Makefile4
-rw-r--r--cross/mingw-gcc/Makefile4
-rw-r--r--cross/mingw-gcc/buildlink3.mk3
-rw-r--r--cross/mingw-w64-x86_64-crt/Makefile3
-rw-r--r--cross/mingw-w64-x86_64-crt/buildlink3.mk3
-rw-r--r--cross/mingw-w64-x86_64-gcc-bootstrap/Makefile3
-rw-r--r--cross/mingw-w64-x86_64-gcc-winpthreads/Makefile3
-rw-r--r--cross/mingw-w64-x86_64-gcc/Makefile3
-rw-r--r--cross/mingw-w64-x86_64-winpthreads/Makefile3
-rw-r--r--cross/mingw-w64-x86_64-winpthreads/buildlink3.mk3
-rw-r--r--cross/mipsel-none-elf-gcc/Makefile4
-rw-r--r--cross/nios2-gcc/Makefile4
-rw-r--r--cross/nios2-gcc/buildlink3.mk3
-rw-r--r--cross/or1k-none-elf-gcc/Makefile4
-rw-r--r--cross/pdp11-aout-gcc/Makefile4
-rw-r--r--cross/powerpc-none-elf-gcc/Makefile4
-rw-r--r--cross/ppc-morphos-binutils/Makefile3
-rw-r--r--cross/ppc-morphos-gcc-10/Makefile3
-rw-r--r--cross/ppc-morphos-gcc-9/Makefile4
-rw-r--r--cross/ppc-morphos-sdk/Makefile3
-rw-r--r--cross/xtensa-esp32-elf-gcc/Makefile3
-rw-r--r--cross/xtensa-lx106-elf-binutils/Makefile4
-rw-r--r--cross/xtensa-lx106-elf-gcc/Makefile4
37 files changed, 74 insertions, 55 deletions
diff --git a/cross/aarch64-none-elf-gcc/Makefile b/cross/aarch64-none-elf-gcc/Makefile
index b130fd67181..4d98be45731 100644
--- a/cross/aarch64-none-elf-gcc/Makefile
+++ b/cross/aarch64-none-elf-gcc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2022/01/16 21:10:17 tnn Exp $
+# $NetBSD: Makefile,v 1.20 2022/06/28 11:31:13 wiz Exp $
DISTNAME= gcc-8.2.0
PKGNAME= cross-aarch64-none-elf-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${PKGVERSION_NOREV}/}
NEWLIBVER= 3.0.0
diff --git a/cross/arm-none-eabi-gcc/Makefile b/cross/arm-none-eabi-gcc/Makefile
index 3fbd52d5041..0079068dde0 100644
--- a/cross/arm-none-eabi-gcc/Makefile
+++ b/cross/arm-none-eabi-gcc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.34 2022/01/16 21:10:18 tnn Exp $
+# $NetBSD: Makefile,v 1.35 2022/06/28 11:31:14 wiz Exp $
DISTNAME= gcc-8.3.0
PKGNAME= cross-arm-none-eabi-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= cross
NEWLIBVER= 3.1.0
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${PKGVERSION_NOREV}/}
diff --git a/cross/arm-none-eabi-gdb/Makefile b/cross/arm-none-eabi-gdb/Makefile
index 30181d13cd0..0fd70e0bdb8 100644
--- a/cross/arm-none-eabi-gdb/Makefile
+++ b/cross/arm-none-eabi-gdb/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2021/12/14 10:33:57 jperkin Exp $
+# $NetBSD: Makefile,v 1.8 2022/06/28 11:31:14 wiz Exp $
DISTNAME= gdb-7.10
PKGNAME= cross-arm-none-eabi-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_GNU:=gdb/}
EXTRACT_SUFX= .tar.xz
diff --git a/cross/avr-binutils/Makefile b/cross/avr-binutils/Makefile
index fb12492100c..8fd6949ab9b 100644
--- a/cross/avr-binutils/Makefile
+++ b/cross/avr-binutils/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2022/05/23 11:56:34 micha Exp $
+# $NetBSD: Makefile,v 1.36 2022/06/28 11:31:14 wiz Exp $
DISTNAME= binutils-2.38
PKGNAME= ${DISTNAME:S/^/avr-/}
+PKGREVISION= 1
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
EXTRACT_SUFX= .tar.bz2
diff --git a/cross/avr-binutils/buildlink3.mk b/cross/avr-binutils/buildlink3.mk
index c99065eaf5f..127e9ccb2af 100644
--- a/cross/avr-binutils/buildlink3.mk
+++ b/cross/avr-binutils/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2021/09/08 12:02:59 micha Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2022/06/28 11:31:14 wiz Exp $
BUILDLINK_TREE+= avr-binutils
@@ -6,6 +6,7 @@ BUILDLINK_TREE+= avr-binutils
AVR_BINUTILS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.avr-binutils+= avr-binutils>=2.37
+BUILDLINK_ABI_DEPENDS.avr-binutils?= avr-binutils>=2.38nb1
BUILDLINK_PKGSRCDIR.avr-binutils?= ../../cross/avr-binutils
.endif # AVR_BINUTILS_BUILDLINK3_MK
diff --git a/cross/avr-libc/Makefile b/cross/avr-libc/Makefile
index c1f90e3263f..d7392863a39 100644
--- a/cross/avr-libc/Makefile
+++ b/cross/avr-libc/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2022/05/11 12:19:47 micha Exp $
+# $NetBSD: Makefile,v 1.62 2022/06/28 11:31:14 wiz Exp $
DISTNAME= avr-libc-2.1.0
+PKGREVISION= 1
CATEGORIES= cross
MASTER_SITES= http://savannah.nongnu.org/download/avr-libc/
EXTRACT_SUFX= .tar.bz2
diff --git a/cross/binutils-mips-current/Makefile b/cross/binutils-mips-current/Makefile
index 75df6c7b33d..e5c97d30314 100644
--- a/cross/binutils-mips-current/Makefile
+++ b/cross/binutils-mips-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2021/05/24 19:49:25 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2022/06/28 11:31:14 wiz Exp $
#
# GNU binutils snapshot, configured to target MIPS (NetBSD/playstation2)
@@ -6,7 +6,7 @@ BINUTILS_VER= 2.25
DISTNAME= binutils-${BINUTILS_VER}
PKGNAME= binutils-mips-${BINUTILS_VER}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= cross lang
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
EXTRACT_SUFX= .tar.bz2
diff --git a/cross/binutils-mips-current/buildlink3.mk b/cross/binutils-mips-current/buildlink3.mk
index 065cb87f9cc..c885ea1d298 100644
--- a/cross/binutils-mips-current/buildlink3.mk
+++ b/cross/binutils-mips-current/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2014/03/31 09:46:57 martin Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2022/06/28 11:31:14 wiz Exp $
BUILDLINK_TREE+= binutils-mips
@@ -6,6 +6,7 @@ BUILDLINK_TREE+= binutils-mips
CROSS_BINUTILS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.binutils-mips+= binutils-mips>=2.23.91.0
+BUILDLINK_ABI_DEPENDS.binutils-mips?= binutils-mips>=2.25nb3
BUILDLINK_PKGSRCDIR.binutils-mips?= ../../cross/binutils-mips-current
.endif # CROSS_BINUTILS_BUILDLINK3_MK
diff --git a/cross/cross-binutils/Makefile b/cross/cross-binutils/Makefile
index 709b53bcef2..395e955353d 100644
--- a/cross/cross-binutils/Makefile
+++ b/cross/cross-binutils/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2021/05/24 19:49:26 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/06/28 11:31:14 wiz Exp $
#
# GNU binutils configured to hold `as many targets as the cross system is
# capable of using'. Configures and builds everything except gas, which
# gets built at cross-pkg build time (it's target specific).
DISTNAME= binutils-2.17
-PKGREVISION= 5
+PKGREVISION= 6
PKGNAME= cross-binutils-2.17.0.0
CATEGORIES= cross lang
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
diff --git a/cross/cross-binutils/buildlink3.mk b/cross/cross-binutils/buildlink3.mk
index 2cec573c8df..fbeac3281e9 100644
--- a/cross/cross-binutils/buildlink3.mk
+++ b/cross/cross-binutils/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2016/06/19 16:18:28 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2022/06/28 11:31:14 wiz Exp $
BUILDLINK_TREE+= cross-binutils
@@ -6,6 +6,7 @@ BUILDLINK_TREE+= cross-binutils
CROSS_BINUTILS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.cross-binutils+= cross-binutils>=2.17.0.0
+BUILDLINK_ABI_DEPENDS.cross-binutils?= cross-binutils>=2.17.0.0nb6
BUILDLINK_PKGSRCDIR.cross-binutils?= ../../cross/cross-binutils
.endif # CROSS_BINUTILS_BUILDLINK3_MK
diff --git a/cross/cross-libtool-base/Makefile b/cross/cross-libtool-base/Makefile
index 997588bfca0..b47d65f62aa 100644
--- a/cross/cross-libtool-base/Makefile
+++ b/cross/cross-libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/04/04 11:23:06 riastradh Exp $
+# $NetBSD: Makefile,v 1.7 2022/06/28 11:31:14 wiz Exp $
# XXX This is kludgerific copypasta of devel/libtool-base/Makefile for
# cross-compilation. Please make it go away!
@@ -38,7 +38,7 @@ LIBTOOL_CROSS_COMPILE= yes
# XXX Tweaked for cross-compilation.
#PKGNAME= ${DISTNAME:S/-/-base-/}
PKGNAME= ${DISTNAME:S/^libtool-/cross-libtool-base-${MACHINE_ARCH}-/}
-PKGREVISION= 7
+PKGREVISION= 8
COMMENT= Generic shared library support script (the script itself)
diff --git a/cross/freemint-mintlib/Makefile b/cross/freemint-mintlib/Makefile
index 5c6ed0d9ffd..3fe0b98a28f 100644
--- a/cross/freemint-mintlib/Makefile
+++ b/cross/freemint-mintlib/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2021/11/18 15:43:27 nia Exp $
+# $NetBSD: Makefile,v 1.12 2022/06/28 11:31:14 wiz Exp $
DISTNAME= mintlib-CVS-20131219
PKGNAME= cross-freemint-${DISTNAME:S/CVS-//}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-4.6.4/}
GCCNAME= gcc-4.6.4
diff --git a/cross/freemint-mintlib/buildlink3.mk b/cross/freemint-mintlib/buildlink3.mk
index fee70c1a588..576c69a276b 100644
--- a/cross/freemint-mintlib/buildlink3.mk
+++ b/cross/freemint-mintlib/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2013/09/12 14:02:01 ryoon Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2022/06/28 11:31:14 wiz Exp $
BUILDLINK_TREE+= cross-freemint-mintlib
@@ -6,6 +6,7 @@ BUILDLINK_TREE+= cross-freemint-mintlib
CROSS_FREEMINT_MINTLIB_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.cross-freemint-mintlib+= cross-freemint-mintlib>=20130415
+BUILDLINK_ABI_DEPENDS.cross-freemint-mintlib?= cross-freemint-mintlib>=20131219nb4
BUILDLINK_PKGSRCDIR.cross-freemint-mintlib?= ../../cross/freemint-mintlib
.endif # CROSS_FREEMINT_MINTLIB_BUILDLINK3_MK
diff --git a/cross/gcc-mips-current/Makefile b/cross/gcc-mips-current/Makefile
index 748bd98173c..d90d233c14d 100644
--- a/cross/gcc-mips-current/Makefile
+++ b/cross/gcc-mips-current/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.22 2021/05/24 19:49:26 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2022/06/28 11:31:14 wiz Exp $
GCC_DIST_VERSION= 4.9.2
GCC_PKGNAME= gcc-mips-${GCC_DIST_VERSION}
DISTNAME= gcc-${GCC_DIST_VERSION}
PKGNAME= ${GCC_PKGNAME}
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= cross lang
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC_DIST_VERSION}/}
EXTRACT_SUFX= .tar.bz2
diff --git a/cross/h8300-elf-gcc/Makefile b/cross/h8300-elf-gcc/Makefile
index c8a47cdf033..7ac40bade9b 100644
--- a/cross/h8300-elf-gcc/Makefile
+++ b/cross/h8300-elf-gcc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2021/05/24 19:49:26 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2022/06/28 11:31:15 wiz Exp $
DISTNAME= gcc-6.2.0
PKGNAME= cross-h8300-elf-${DISTNAME}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
diff --git a/cross/mingw-gcc/Makefile b/cross/mingw-gcc/Makefile
index 09f0c655b84..c26014887ed 100644
--- a/cross/mingw-gcc/Makefile
+++ b/cross/mingw-gcc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2021/05/24 19:49:26 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2022/06/28 11:31:15 wiz Exp $
DISTNAME= mingw-gcc-${DIST_VERSION}
PKGNAME= ${DISTNAME:S/-${DIST_VERSION}/-${GCC_VERSION}/}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_MINGW}
DISTFILES= gcc-core-${DIST_VERSION}-src.tar.gz \
diff --git a/cross/mingw-gcc/buildlink3.mk b/cross/mingw-gcc/buildlink3.mk
index fb8bb2342bf..ae81d637a74 100644
--- a/cross/mingw-gcc/buildlink3.mk
+++ b/cross/mingw-gcc/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/03/15 18:34:37 asau Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2022/06/28 11:31:15 wiz Exp $
BUILDLINK_TREE+= mingw-gcc
@@ -8,6 +8,7 @@ MINGW_GCC_BUILDLINK3_MK:=
.include "../../cross/mingw/Makefile.common"
BUILDLINK_API_DEPENDS.mingw-gcc+= mingw-gcc>=3.4.2
+BUILDLINK_ABI_DEPENDS.mingw-gcc?= mingw-gcc>=3.4.5nb3
BUILDLINK_PKGSRCDIR.mingw-gcc?= ../../cross/mingw-gcc
BUILDLINK_FNAME_TRANSFORM.mingw-gcc+= -e "s,${MINGW_TARGET}/lib,lib/,g"
diff --git a/cross/mingw-w64-x86_64-crt/Makefile b/cross/mingw-w64-x86_64-crt/Makefile
index c05b7ed8ce4..f9e73a9591d 100644
--- a/cross/mingw-w64-x86_64-crt/Makefile
+++ b/cross/mingw-w64-x86_64-crt/Makefile
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2021/08/27 14:11:07 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2022/06/28 11:31:15 wiz Exp $
+PKGREVISION= 1
.include "../../cross/mingw-w64-x86_64-crt/Makefile.common"
PKGNAME= ${DISTNAME:S/mingw-w64-v/mingw-w64-x86_64-crt-/}
diff --git a/cross/mingw-w64-x86_64-crt/buildlink3.mk b/cross/mingw-w64-x86_64-crt/buildlink3.mk
index 9e763646654..65343c400c7 100644
--- a/cross/mingw-w64-x86_64-crt/buildlink3.mk
+++ b/cross/mingw-w64-x86_64-crt/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2018/06/07 19:19:46 ryoon Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2022/06/28 11:31:15 wiz Exp $
BUILDLINK_TREE+= mingw-w64-x86_64-crt
@@ -6,6 +6,7 @@ BUILDLINK_TREE+= mingw-w64-x86_64-crt
MINGW_W64_X86_64_CRT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.mingw-w64-x86_64-crt+= mingw-w64-x86_64-crt>=5.0.4
+BUILDLINK_ABI_DEPENDS.mingw-w64-x86_64-crt?= mingw-w64-x86_64-crt>=9.0.0nb1
BUILDLINK_PKGSRCDIR.mingw-w64-x86_64-crt?= ../../cross/mingw-w64-x86_64-crt
.include "../../cross/mingw-w64-x86_64-headers/buildlink3.mk"
diff --git a/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile b/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile
index 924dfa2edbd..4bae61a975a 100644
--- a/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile
+++ b/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2021/08/27 14:11:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2022/06/28 11:31:15 wiz Exp $
+PKGREVISION= 1
.include "../../cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common"
PKGNAME= mingw-w64-x86_64-${DISTNAME:S/gcc-/gcc-bootstrap-/}
diff --git a/cross/mingw-w64-x86_64-gcc-winpthreads/Makefile b/cross/mingw-w64-x86_64-gcc-winpthreads/Makefile
index d04b2e44a22..e9310210a0a 100644
--- a/cross/mingw-w64-x86_64-gcc-winpthreads/Makefile
+++ b/cross/mingw-w64-x86_64-gcc-winpthreads/Makefile
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2021/08/27 14:11:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2022/06/28 11:31:15 wiz Exp $
+PKGREVISION= 1
.include "../../cross/mingw-w64-x86_64-gcc-winpthreads/Makefile.common"
PKGNAME= mingw-w64-x86_64-${DISTNAME:S/gcc-/gcc-winpthreads-/}
diff --git a/cross/mingw-w64-x86_64-gcc/Makefile b/cross/mingw-w64-x86_64-gcc/Makefile
index a3e2ac604a6..880cbd71961 100644
--- a/cross/mingw-w64-x86_64-gcc/Makefile
+++ b/cross/mingw-w64-x86_64-gcc/Makefile
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2021/08/27 14:11:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.10 2022/06/28 11:31:15 wiz Exp $
+PKGREVISION= 1
.include "../../cross/mingw-w64-x86_64-gcc/Makefile.common"
PKGNAME= mingw-w64-x86_64-${DISTNAME}
diff --git a/cross/mingw-w64-x86_64-winpthreads/Makefile b/cross/mingw-w64-x86_64-winpthreads/Makefile
index 4ac16b513a7..3d70716ba6d 100644
--- a/cross/mingw-w64-x86_64-winpthreads/Makefile
+++ b/cross/mingw-w64-x86_64-winpthreads/Makefile
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2021/08/27 14:11:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2022/06/28 11:31:15 wiz Exp $
+PKGREVISION= 1
.include "../../cross/mingw-w64-x86_64-winpthreads/Makefile.common"
PKGNAME= ${DISTNAME:S/mingw-w64-v/mingw-w64-x86_64-winpthreads-/}
diff --git a/cross/mingw-w64-x86_64-winpthreads/buildlink3.mk b/cross/mingw-w64-x86_64-winpthreads/buildlink3.mk
index f305ee51a73..5106befaa70 100644
--- a/cross/mingw-w64-x86_64-winpthreads/buildlink3.mk
+++ b/cross/mingw-w64-x86_64-winpthreads/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2019/09/18 15:36:43 ryoon Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2022/06/28 11:31:15 wiz Exp $
BUILDLINK_TREE+= mingw-w64-x86_64-winpthreads
@@ -6,6 +6,7 @@ BUILDLINK_TREE+= mingw-w64-x86_64-winpthreads
MINGW_W64_X86_64_WINPTHREADS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.mingw-w64-x86_64-winpthreads+= mingw-w64-x86_64-winpthreads>=6.0.0
+BUILDLINK_ABI_DEPENDS.mingw-w64-x86_64-winpthreads?= mingw-w64-x86_64-winpthreads>=9.0.0nb1
BUILDLINK_PKGSRCDIR.mingw-w64-x86_64-winpthreads?= ../../cross/mingw-w64-x86_64-winpthreads
.endif # MINGW_W64_X86_64_WINPTHREADS_BUILDLINK3_MK
diff --git a/cross/mipsel-none-elf-gcc/Makefile b/cross/mipsel-none-elf-gcc/Makefile
index ff6422dd868..3ceb1a9ea40 100644
--- a/cross/mipsel-none-elf-gcc/Makefile
+++ b/cross/mipsel-none-elf-gcc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2021/05/24 19:49:27 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/06/28 11:31:15 wiz Exp $
DISTNAME= gcc-8.3.0
PKGNAME= cross-mipsel-none-elf-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= cross
NEWLIBVER= 3.1.0
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${PKGVERSION_NOREV}/}
diff --git a/cross/nios2-gcc/Makefile b/cross/nios2-gcc/Makefile
index d4769abd610..76cc9c3cf35 100644
--- a/cross/nios2-gcc/Makefile
+++ b/cross/nios2-gcc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2021/05/24 19:49:27 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2022/06/28 11:31:15 wiz Exp $
.include "../../cross/nios2/Makefile.common"
PKGNAME= nios2-gcc-${PKG_VERSION}
PKG_VERSION= 4.7.3
-PKGREVISION= 9
+PKGREVISION= 10
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= GNU gcc for Altera FPGA Nios2 processor
diff --git a/cross/nios2-gcc/buildlink3.mk b/cross/nios2-gcc/buildlink3.mk
index 9e1f13220e8..5a6cd186dec 100644
--- a/cross/nios2-gcc/buildlink3.mk
+++ b/cross/nios2-gcc/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2018/01/07 13:03:58 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2022/06/28 11:31:16 wiz Exp $
BUILDLINK_TREE+= nios2-gcc
@@ -7,6 +7,7 @@ NIOS2_GCC_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.nios2-gcc+= nios2-gcc>=4.7.3
+BUILDLINK_ABI_DEPENDS.nios2-gcc?= nios2-gcc>=4.7.3nb10
BUILDLINK_PKGSRCDIR.nios2-gcc?= ../../cross/nios2-gcc
BUILDLINK_FNAME_TRANSFORM.nios2-gcc+= -e "s,${NIOS2_TARGET}/lib,lib/,g"
.endif # NIOS2-GCC_BUILDLINK3_MK
diff --git a/cross/or1k-none-elf-gcc/Makefile b/cross/or1k-none-elf-gcc/Makefile
index 4cbfbe4f6dc..9abcb4fe722 100644
--- a/cross/or1k-none-elf-gcc/Makefile
+++ b/cross/or1k-none-elf-gcc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2021/05/24 19:49:27 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/06/28 11:31:16 wiz Exp $
DISTNAME= gcc-9.1.0
PKGNAME= cross-or1k-none-elf-${DISTNAME}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${PKGVERSION_NOREV}/}
NEWLIBVER= 3.1.0
diff --git a/cross/pdp11-aout-gcc/Makefile b/cross/pdp11-aout-gcc/Makefile
index 7487112a276..df0797e14bc 100644
--- a/cross/pdp11-aout-gcc/Makefile
+++ b/cross/pdp11-aout-gcc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2021/05/24 19:49:27 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/06/28 11:31:16 wiz Exp $
DISTNAME= gcc-8.2.0
PKGNAME= cross-pdp11-aout-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.xz
diff --git a/cross/powerpc-none-elf-gcc/Makefile b/cross/powerpc-none-elf-gcc/Makefile
index 6554c78e9b7..2cf02d06e74 100644
--- a/cross/powerpc-none-elf-gcc/Makefile
+++ b/cross/powerpc-none-elf-gcc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2021/05/24 19:49:27 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/06/28 11:31:16 wiz Exp $
DISTNAME= gcc-8.3.0
PKGNAME= cross-powerpc-none-elf-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= cross
NEWLIBVER= 3.1.0
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${PKGVERSION_NOREV}/}
diff --git a/cross/ppc-morphos-binutils/Makefile b/cross/ppc-morphos-binutils/Makefile
index 2bc799e8257..c92e758a653 100644
--- a/cross/ppc-morphos-binutils/Makefile
+++ b/cross/ppc-morphos-binutils/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2021/07/18 18:19:43 js Exp $
+# $NetBSD: Makefile,v 1.8 2022/06/28 11:31:16 wiz Exp $
DISTNAME= sdk-source-20210211
PKGNAME= ppc-morphos-binutils-2.36.1
+PKGREVISION= 1
CATEGORIES= cross
MASTER_SITES= https://morphos-team.net/files/src/sdk/
EXTRACT_SUFX= .tar.xz
diff --git a/cross/ppc-morphos-gcc-10/Makefile b/cross/ppc-morphos-gcc-10/Makefile
index 4fa1658fba1..ca82725c3d2 100644
--- a/cross/ppc-morphos-gcc-10/Makefile
+++ b/cross/ppc-morphos-gcc-10/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2021/07/25 17:31:10 js Exp $
+# $NetBSD: Makefile,v 1.3 2022/06/28 11:31:16 wiz Exp $
DISTNAME= sdk-source-20210211
PKGNAME= ppc-morphos-gcc-10-10.2.0
+PKGREVISION= 1
CATEGORIES= cross
MASTER_SITES= https://morphos-team.net/files/src/sdk/
EXTRACT_SUFX= .tar.xz
diff --git a/cross/ppc-morphos-gcc-9/Makefile b/cross/ppc-morphos-gcc-9/Makefile
index 05384265766..a7296c6577e 100644
--- a/cross/ppc-morphos-gcc-9/Makefile
+++ b/cross/ppc-morphos-gcc-9/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2021/05/24 19:49:28 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/06/28 11:31:16 wiz Exp $
DISTNAME= sdk-source-20191111
PKGNAME= ppc-morphos-gcc-9-9.2.0
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= cross
MASTER_SITES= https://morphos-team.net/files/src/sdk/
EXTRACT_SUFX= .tar.xz
diff --git a/cross/ppc-morphos-sdk/Makefile b/cross/ppc-morphos-sdk/Makefile
index e87fbb6b518..3d714ad0850 100644
--- a/cross/ppc-morphos-sdk/Makefile
+++ b/cross/ppc-morphos-sdk/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2022/03/20 20:27:22 js Exp $
+# $NetBSD: Makefile,v 1.7 2022/06/28 11:31:16 wiz Exp $
PKGNAME= ppc-morphos-${DISTNAME}
+PKGREVISION= 1
DISTNAME= sdk-20220309
CATEGORIES= cross
MASTER_SITES= https://morphos-team.net/files/
diff --git a/cross/xtensa-esp32-elf-gcc/Makefile b/cross/xtensa-esp32-elf-gcc/Makefile
index f7f1d9819c6..dac25137bd2 100644
--- a/cross/xtensa-esp32-elf-gcc/Makefile
+++ b/cross/xtensa-esp32-elf-gcc/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2022/04/14 00:50:00 tnn Exp $
+# $NetBSD: Makefile,v 1.10 2022/06/28 11:31:16 wiz Exp $
ESP32_TYPE= esp32
+PKGREVISION= 1
.include "${.CURDIR}/../../cross/xtensa-esp32-elf-gcc/Makefile.common"
.include "../../mk/bsd.pkg.mk"
diff --git a/cross/xtensa-lx106-elf-binutils/Makefile b/cross/xtensa-lx106-elf-binutils/Makefile
index 0860edcadbd..986f3d1a99c 100644
--- a/cross/xtensa-lx106-elf-binutils/Makefile
+++ b/cross/xtensa-lx106-elf-binutils/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2021/05/24 19:49:28 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/06/28 11:31:17 wiz Exp $
DISTNAME= binutils-gdb-xtensa-2.31_20190405
PKGNAME= ${DISTNAME:C/binutils-gdb-xtensa/xtensa-lx106-elf-binutils/}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_GITHUB:=jcmvbkbc/}
GITHUB_PROJECT= binutils-gdb-xtensa
diff --git a/cross/xtensa-lx106-elf-gcc/Makefile b/cross/xtensa-lx106-elf-gcc/Makefile
index 2a8e1e3ac41..a238527190f 100644
--- a/cross/xtensa-lx106-elf-gcc/Makefile
+++ b/cross/xtensa-lx106-elf-gcc/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2021/05/24 19:49:28 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/06/28 11:31:17 wiz Exp $
# using configure options and sources from
# https://github.com/earlephilhower/esp-quick-toolchain
DISTNAME= gcc-xtensa-4.8.2
PKGNAME= ${DISTNAME:C/gcc-xtensa/xtensa-lx106-elf-gcc/}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_GITHUB:=jcmvbkbc/}
GITHUB_PROJECT= gcc-xtensa