summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorwiz <wiz>2016-07-09 06:37:46 +0000
committerwiz <wiz>2016-07-09 06:37:46 +0000
commit5ef4678bf32ab0ced28640882363a4d17415d54d (patch)
tree4ef5c8361970b2d76684fbcd5fd41127fb7fa19a /cross
parentbb22397e1c125bf02d0776c52122802cf1f1e089 (diff)
downloadpkgsrc-5ef4678bf32ab0ced28640882363a4d17415d54d.tar.gz
Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.
Diffstat (limited to 'cross')
-rw-r--r--cross/avr-binutils/Makefile3
-rw-r--r--cross/avr-gcc/Makefile4
-rw-r--r--cross/avr-libc/Makefile4
-rw-r--r--cross/binutils-mips-current/Makefile3
-rw-r--r--cross/cc65/Makefile4
-rw-r--r--cross/cross-binutils/Makefile4
-rw-r--r--cross/cross-libtool-base/Makefile4
-rw-r--r--cross/gcc-mips-current/Makefile4
-rw-r--r--cross/nios2-gcc/Makefile4
-rw-r--r--cross/nios2-gcc3/Makefile4
-rw-r--r--cross/nios2-gcc41/Makefile4
11 files changed, 22 insertions, 20 deletions
diff --git a/cross/avr-binutils/Makefile b/cross/avr-binutils/Makefile
index 36e7384470e..b25d1e06875 100644
--- a/cross/avr-binutils/Makefile
+++ b/cross/avr-binutils/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2014/10/30 21:41:57 mef Exp $
+# $NetBSD: Makefile,v 1.27 2016/07/09 06:37:58 wiz Exp $
DISTNAME= binutils-2.24
PKGNAME= ${DISTNAME:S/^/avr-/}
+PKGREVISION= 1
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
EXTRACT_SUFX= .tar.bz2
diff --git a/cross/avr-gcc/Makefile b/cross/avr-gcc/Makefile
index 9fedc1715a5..4f2ec2c6615 100644
--- a/cross/avr-gcc/Makefile
+++ b/cross/avr-gcc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2015/06/12 10:48:34 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2016/07/09 06:37:58 wiz Exp $
DISTNAME= gcc-4.8.3
PKGNAME= ${DISTNAME:C/^/avr-/}
-PKGREVISION= 1
+PKGREVISION= 2
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 25efa9c68a6..5d7689985af 100644
--- a/cross/avr-libc/Makefile
+++ b/cross/avr-libc/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2016/06/19 16:49:46 joerg Exp $
+# $NetBSD: Makefile,v 1.43 2016/07/09 06:37:58 wiz Exp $
DISTNAME= avr-libc-1.8.1
-PKGREVISION= 2
+PKGREVISION= 3
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 f50590e0dfd..f34d2623e9f 100644
--- a/cross/binutils-mips-current/Makefile
+++ b/cross/binutils-mips-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/03/23 16:01:28 martin Exp $
+# $NetBSD: Makefile,v 1.6 2016/07/09 06:37:58 wiz Exp $
#
# GNU binutils snapshot, configured to target MIPS (NetBSD/playstation2)
@@ -7,6 +7,7 @@ BINUTILS_VER= 2.25
DISTNAME= binutils-${BINUTILS_VER}
#PKGREVISION= 1
PKGNAME= binutils-mips-${BINUTILS_VER}
+PKGREVISION= 1
CATEGORIES= cross lang
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
EXTRACT_SUFX= .tar.bz2
diff --git a/cross/cc65/Makefile b/cross/cc65/Makefile
index f0b0c673563..527521b271e 100644
--- a/cross/cc65/Makefile
+++ b/cross/cc65/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2015/06/12 10:48:35 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2016/07/09 06:37:58 wiz Exp $
#
DISTNAME= cc65-sources-2.13.3
PKGNAME= ${DISTNAME:S/-sources//}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= cross lang
MASTER_SITES= ftp://ftp.musoftware.de/pub/uz/cc65/
EXTRACT_SUFX= .tar.bz2
diff --git a/cross/cross-binutils/Makefile b/cross/cross-binutils/Makefile
index 38e28ec50ef..9b2a27afce7 100644
--- a/cross/cross-binutils/Makefile
+++ b/cross/cross-binutils/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2016/06/19 16:23:59 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/07/09 06:37:58 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= 3
+PKGREVISION= 4
PKGNAME= cross-binutils-2.17.0.0
CATEGORIES= cross lang
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
diff --git a/cross/cross-libtool-base/Makefile b/cross/cross-libtool-base/Makefile
index 43cd759b5c1..c65bc20300b 100644
--- a/cross/cross-libtool-base/Makefile
+++ b/cross/cross-libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/06/19 16:23:59 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/07/09 06:37:58 wiz Exp $
# XXX This is kludgerific copypasta of devel/libtool-base/Makefile for
# cross-compilation. Please make it go away!
@@ -31,7 +31,7 @@
# XXX Tweaked for cross-compilation.
#PKGNAME= ${DISTNAME:S/-/-base-/}
PKGNAME= ${DISTNAME:S/^libtool-/cross-libtool-base-${MACHINE_ARCH}-/}
-PKGREVISION= 3
+PKGREVISION= 4
COMMENT= Generic shared library support script (the script itself)
diff --git a/cross/gcc-mips-current/Makefile b/cross/gcc-mips-current/Makefile
index 89e354f1ee4..eae67aba9ae 100644
--- a/cross/gcc-mips-current/Makefile
+++ b/cross/gcc-mips-current/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.9 2016/02/25 11:35:33 jperkin Exp $
+# $NetBSD: Makefile,v 1.10 2016/07/09 06:37:58 wiz Exp $
GCC_DIST_VERSION=4.9.2
GCC_PKGNAME= gcc-mips-${GCC_DIST_VERSION}
DISTNAME= gcc-${GCC_DIST_VERSION}
PKGNAME= ${GCC_PKGNAME}
-PKGREVISION= 1
+PKGREVISION= 2
#PKGREVISION= 1
CATEGORIES= cross lang
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC_DIST_VERSION}/}
diff --git a/cross/nios2-gcc/Makefile b/cross/nios2-gcc/Makefile
index 0e3f957477c..6851f62197d 100644
--- a/cross/nios2-gcc/Makefile
+++ b/cross/nios2-gcc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2016/06/19 16:23:59 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2016/07/09 06:37:58 wiz Exp $
.include "../../cross/nios2/Makefile.common"
PKGNAME= nios2-gcc-${PKG_VERSION}
PKG_VERSION= 4.7.3
-PKGREVISION= 3
+PKGREVISION= 4
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= GNU gcc for Altera FPGA Nios2 processor
diff --git a/cross/nios2-gcc3/Makefile b/cross/nios2-gcc3/Makefile
index 3c78faf0dea..b485db76371 100644
--- a/cross/nios2-gcc3/Makefile
+++ b/cross/nios2-gcc3/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2016/06/19 16:23:59 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2016/07/09 06:37:59 wiz Exp $
PKG_VERSION= 3.4.6
# PKGNAME will have option name only when explictly selected
PKGNAME= nios2-gcc3-${PKG_VERSION}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= cross
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= GNU gcc3 for Altera FPGA Nios2 processor
diff --git a/cross/nios2-gcc41/Makefile b/cross/nios2-gcc41/Makefile
index 16d5be9b021..7000026408b 100644
--- a/cross/nios2-gcc41/Makefile
+++ b/cross/nios2-gcc41/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2016/06/19 16:23:59 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2016/07/09 06:37:59 wiz Exp $
DISTNAME= nios2_gnu_gcc4_13.0
PKG_VERSION= 4.1.2
PKGNAME= nios2-gcc41-${PKG_VERSION}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= cross
MASTER_SITES= ftp://ftp.altera.com/outgoing/download/support/ip/processors/nios2/gnu/
EXTRACT_SUFX= .gz