diff options
author | wulf <wulf@pkgsrc.org> | 2006-12-29 23:00:32 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2006-12-29 23:00:32 +0000 |
commit | 23b86af610aa24507a465397189ee67c402da158 (patch) | |
tree | ada90bd3894ca2d1daefbf5fc35e815816fde296 /cross | |
parent | 2b98158ffce0b1ce61385b641c2edfe09ec4288b (diff) | |
download | pkgsrc-23b86af610aa24507a465397189ee67c402da158.tar.gz |
Added missing data type cast in opcode/h8300-dis.c causing build process
to fail
Diffstat (limited to 'cross')
-rw-r--r-- | cross/binutils/Makefile | 3 | ||||
-rw-r--r-- | cross/binutils/distinfo | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/cross/binutils/Makefile b/cross/binutils/Makefile index 2cfe6f18423..9e2b9b704d0 100644 --- a/cross/binutils/Makefile +++ b/cross/binutils/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.48 2006/08/24 19:53:44 kristerw Exp $ +# $NetBSD: Makefile,v 1.49 2006/12/29 23:00:32 wulf 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= 1 PKGNAME= cross-binutils-2.17.0.0 CATEGORIES= cross lang MASTER_SITES= ${MASTER_SITE_GNU:=binutils/} diff --git a/cross/binutils/distinfo b/cross/binutils/distinfo index 31110c4da16..a9e9b8c4c93 100644 --- a/cross/binutils/distinfo +++ b/cross/binutils/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.5 2006/08/24 19:53:44 kristerw Exp $ +$NetBSD: distinfo,v 1.6 2006/12/29 23:00:32 wulf Exp $ SHA1 (binutils-2.17.tar.gz) = a9ac9ac4e918568b297033cdc44a38beef8f9f6a RMD160 (binutils-2.17.tar.gz) = bc5e8b23457f0e2e91f70b93eff00134e2d50434 Size (binutils-2.17.tar.gz) = 18196360 bytes +SHA1 (patch-aa) = 9b1dfc38135cc7fe34f26809a444898001858fb1 SHA1 (patch-af) = 274a98c45fb78af64ed01b59afe3cfcdd3312c86 |