diff options
author | wiz <wiz@pkgsrc.org> | 2020-08-31 18:06:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-08-31 18:06:29 +0000 |
commit | 228898b81876514704aa12fa6ddfb7563b4cd5e5 (patch) | |
tree | ed0775ed342828ea1d5b3cd253e578eb126b0eda /cross | |
parent | 847fb7ddb7e509c1af807d540d7cec521d6b9071 (diff) | |
download | pkgsrc-228898b81876514704aa12fa6ddfb7563b4cd5e5.tar.gz |
*: bump PKGREVISION for perl-5.32.
Diffstat (limited to 'cross')
24 files changed, 48 insertions, 34 deletions
diff --git a/cross/aarch64-none-elf-gcc/Makefile b/cross/aarch64-none-elf-gcc/Makefile index 150a05a1b00..a610b013af1 100644 --- a/cross/aarch64-none-elf-gcc/Makefile +++ b/cross/aarch64-none-elf-gcc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2020/05/03 17:56:45 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2020/08/31 18:06:52 wiz Exp $ DISTNAME= gcc-8.2.0 PKGNAME= cross-aarch64-none-elf-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 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 b244149eb6f..61e292d6c41 100644 --- a/cross/arm-none-eabi-gcc/Makefile +++ b/cross/arm-none-eabi-gcc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2020/08/12 14:24:41 ryoon Exp $ +# $NetBSD: Makefile,v 1.30 2020/08/31 18:06:52 wiz Exp $ DISTNAME= gcc-8.3.0 PKGNAME= cross-arm-none-eabi-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= cross NEWLIBVER= 3.1.0 MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${PKGVERSION_NOREV}/} diff --git a/cross/avr-gcc/Makefile b/cross/avr-gcc/Makefile index 71a85ad8249..0e948d767cd 100644 --- a/cross/avr-gcc/Makefile +++ b/cross/avr-gcc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.44 2020/05/03 12:55:04 rillig Exp $ +# $NetBSD: Makefile,v 1.45 2020/08/31 18:06:52 wiz Exp $ DISTNAME= gcc-4.8.3 PKGNAME= ${DISTNAME:C/^/avr-/} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= cross MASTER_SITES= ${MASTER_SITE_GNU:=gcc/releases/${DISTNAME}/} EXTRACT_SUFX= .tar.bz2 diff --git a/cross/avr-libc/Makefile b/cross/avr-libc/Makefile index e22d4ae63c0..56ebb9251a5 100644 --- a/cross/avr-libc/Makefile +++ b/cross/avr-libc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2020/05/11 12:57:56 mef Exp $ +# $NetBSD: Makefile,v 1.54 2020/08/31 18:06:52 wiz Exp $ DISTNAME= avr-libc-2.0.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= cross MASTER_SITES= http://savannah.nongnu.org/download/avr-libc/ EXTRACT_SUFX= .tar.bz2 diff --git a/cross/gcc-mips-current/Makefile b/cross/gcc-mips-current/Makefile index 26f38adf99e..1359a2b9e27 100644 --- a/cross/gcc-mips-current/Makefile +++ b/cross/gcc-mips-current/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.20 2020/06/01 06:21:22 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2020/08/31 18:06:52 wiz Exp $ GCC_DIST_VERSION= 4.9.2 GCC_PKGNAME= gcc-mips-${GCC_DIST_VERSION} DISTNAME= gcc-${GCC_DIST_VERSION} PKGNAME= ${GCC_PKGNAME} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= cross lang MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC_DIST_VERSION}/} EXTRACT_SUFX= .tar.bz2 diff --git a/cross/mingw-w64-i686-crt/Makefile b/cross/mingw-w64-i686-crt/Makefile index 803883cc6ae..31d1375044c 100644 --- a/cross/mingw-w64-i686-crt/Makefile +++ b/cross/mingw-w64-i686-crt/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2019/12/29 01:08:13 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2020/08/31 18:06:53 wiz Exp $ +PKGREVISION= 1 .include "../../cross/mingw-w64-x86_64-crt/Makefile.common" PKGNAME= ${DISTNAME:S/mingw-w64-v/mingw-w64-i686-crt-/} diff --git a/cross/mingw-w64-i686-gcc-winpthreads/Makefile b/cross/mingw-w64-i686-gcc-winpthreads/Makefile index 461bc98ce85..2d137e4c107 100644 --- a/cross/mingw-w64-i686-gcc-winpthreads/Makefile +++ b/cross/mingw-w64-i686-gcc-winpthreads/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2019/09/18 15:34:36 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2020/08/31 18:06:53 wiz Exp $ +PKGREVISION= 1 .include "../../cross/mingw-w64-x86_64-gcc-winpthreads/Makefile.common" PKGNAME= mingw-w64-i686-${DISTNAME:S/gcc-/gcc-winpthreads-/} diff --git a/cross/mingw-w64-i686-gcc/Makefile b/cross/mingw-w64-i686-gcc/Makefile index 4ec4878acdd..cc09e9ad7b1 100644 --- a/cross/mingw-w64-i686-gcc/Makefile +++ b/cross/mingw-w64-i686-gcc/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2019/09/18 15:29:21 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2020/08/31 18:06:53 wiz Exp $ +PKGREVISION= 1 .include "../../cross/mingw-w64-x86_64-gcc/Makefile.common" PKGNAME= mingw-w64-i686-${DISTNAME} diff --git a/cross/mingw-w64-i686-winpthreads/Makefile b/cross/mingw-w64-i686-winpthreads/Makefile index ed54e9ce7fb..0482b4ca618 100644 --- a/cross/mingw-w64-i686-winpthreads/Makefile +++ b/cross/mingw-w64-i686-winpthreads/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2020/05/31 16:04:39 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2020/08/31 18:06:53 wiz Exp $ +PKGREVISION= 1 .include "../../cross/mingw-w64-x86_64-winpthreads/Makefile.common" PKGNAME= ${DISTNAME:S/mingw-w64-v/mingw-w64-i686-winpthreads-/} diff --git a/cross/mingw-w64-x86_64-crt/Makefile b/cross/mingw-w64-x86_64-crt/Makefile index b9cce15ae4f..5d5a9123a00 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.6 2019/12/29 01:08:14 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2020/08/31 18:06:53 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-gcc-winpthreads/Makefile b/cross/mingw-w64-x86_64-gcc-winpthreads/Makefile index 9248998c11b..9774100e537 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.1 2019/09/18 15:38:40 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2020/08/31 18:06:53 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 484669b158d..d8c17b6b8bc 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.5 2019/09/18 15:29:21 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2020/08/31 18:06:53 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 c7884645766..8311911a6b7 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.2 2020/05/31 16:05:54 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2020/08/31 18:06:53 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/mipsel-none-elf-gcc/Makefile b/cross/mipsel-none-elf-gcc/Makefile index a3683b72ccb..db31351aed7 100644 --- a/cross/mipsel-none-elf-gcc/Makefile +++ b/cross/mipsel-none-elf-gcc/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2020/06/20 14:33:35 thorpej Exp $ +# $NetBSD: Makefile,v 1.2 2020/08/31 18:06:53 wiz Exp $ DISTNAME= gcc-8.3.0 PKGNAME= cross-mipsel-none-elf-${DISTNAME} +PKGREVISION= 1 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 e25f269fdc2..f82ba304d55 100644 --- a/cross/nios2-gcc/Makefile +++ b/cross/nios2-gcc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2020/05/15 13:01:52 rillig Exp $ +# $NetBSD: Makefile,v 1.18 2020/08/31 18:06:54 wiz Exp $ .include "../../cross/nios2/Makefile.common" PKGNAME= nios2-gcc-${PKG_VERSION} PKG_VERSION= 4.7.3 -PKGREVISION= 7 +PKGREVISION= 8 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= GNU gcc for Altera FPGA Nios2 processor diff --git a/cross/or1k-none-elf-gcc/Makefile b/cross/or1k-none-elf-gcc/Makefile index 9fc57ab8a05..9247b411550 100644 --- a/cross/or1k-none-elf-gcc/Makefile +++ b/cross/or1k-none-elf-gcc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2020/05/09 17:51:32 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2020/08/31 18:06:54 wiz Exp $ DISTNAME= gcc-9.1.0 PKGNAME= cross-or1k-none-elf-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 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 d8343084947..a9da85c64a8 100644 --- a/cross/pdp11-aout-gcc/Makefile +++ b/cross/pdp11-aout-gcc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2020/05/09 17:53:53 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2020/08/31 18:06:54 wiz Exp $ DISTNAME= gcc-8.2.0 PKGNAME= cross-pdp11-aout-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 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 40a588a790b..5a367ab56e1 100644 --- a/cross/powerpc-none-elf-gcc/Makefile +++ b/cross/powerpc-none-elf-gcc/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2020/05/09 17:54:54 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2020/08/31 18:06:54 wiz Exp $ DISTNAME= gcc-8.3.0 PKGNAME= cross-powerpc-none-elf-${DISTNAME} +PKGREVISION= 1 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 e81717f4431..6a60cafa7e2 100644 --- a/cross/ppc-morphos-binutils/Makefile +++ b/cross/ppc-morphos-binutils/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2020/06/20 19:30:48 js Exp $ +# $NetBSD: Makefile,v 1.5 2020/08/31 18:06:54 wiz Exp $ DISTNAME= sdk-source-20200422 PKGNAME= ppc-morphos-binutils-2.34 +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 68c76ad91a3..915ed2385ea 100644 --- a/cross/ppc-morphos-gcc-9/Makefile +++ b/cross/ppc-morphos-gcc-9/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2020/06/02 18:37:46 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2020/08/31 18:06:54 wiz Exp $ DISTNAME= sdk-source-20191111 PKGNAME= ppc-morphos-gcc-9-9.2.0 -PKGREVISION= 1 +PKGREVISION= 2 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 0b05bd36880..64a2327940e 100644 --- a/cross/ppc-morphos-sdk/Makefile +++ b/cross/ppc-morphos-sdk/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2020/06/20 19:40:56 js Exp $ +# $NetBSD: Makefile,v 1.3 2020/08/31 18:06:54 wiz Exp $ PKGNAME= ppc-morphos-${DISTNAME} +PKGREVISION= 1 DISTNAME= sdk-20200422 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 f2cd79b200b..7339fc401d1 100644 --- a/cross/xtensa-esp32-elf-gcc/Makefile +++ b/cross/xtensa-esp32-elf-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2020/07/20 02:14:10 tnn Exp $ +# $NetBSD: Makefile,v 1.7 2020/08/31 18:06:54 wiz Exp $ # We could use the upstream GCC distfile, but Espressif has important vendor # patches in their branch and it seems not worth the maintenance overhead to @@ -9,7 +9,7 @@ #EXTRACT_SUFX= .tar.xz DISTNAME= espressif-gcc-8.2.0 -PKGREVISION= 3 +PKGREVISION= 4 PKGNAME= ${DISTNAME:C/.*gcc/xtensa-esp32-elf-gcc/} CATEGORIES= cross MASTER_SITES= ${MASTER_SITE_GITHUB:=espressif/} diff --git a/cross/xtensa-lx106-elf-binutils/Makefile b/cross/xtensa-lx106-elf-binutils/Makefile index 16a91fb7565..5293a570e9d 100644 --- a/cross/xtensa-lx106-elf-binutils/Makefile +++ b/cross/xtensa-lx106-elf-binutils/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2020/05/17 07:00:46 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2020/08/31 18:06:54 wiz Exp $ DISTNAME= binutils-gdb-xtensa-2.31_20190405 PKGNAME= ${DISTNAME:C/binutils-gdb-xtensa/xtensa-lx106-elf-binutils/} +PKGREVISION= 1 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 170b265c3ef..d18b6e0c2aa 100644 --- a/cross/xtensa-lx106-elf-gcc/Makefile +++ b/cross/xtensa-lx106-elf-gcc/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2020/08/16 23:05:33 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2020/08/31 18:06:55 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= 1 CATEGORIES= cross MASTER_SITES= ${MASTER_SITE_GITHUB:=jcmvbkbc/} GITHUB_PROJECT= gcc-xtensa |