pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross/binutils Added missing data type cast in opcode/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e44b5381208
branches:  trunk
changeset: 522915:1e44b5381208
user:      wulf <wulf%pkgsrc.org@localhost>
date:      Fri Dec 29 23:00:32 2006 +0000

description:
Added missing data type cast in opcode/h8300-dis.c causing build process
to fail

diffstat:

 cross/binutils/Makefile |  3 ++-
 cross/binutils/distinfo |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 675b1013013b -r 1e44b5381208 cross/binutils/Makefile
--- a/cross/binutils/Makefile   Fri Dec 29 22:47:13 2006 +0000
+++ b/cross/binutils/Makefile   Fri Dec 29 23:00:32 2006 +0000
@@ -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 -r 675b1013013b -r 1e44b5381208 cross/binutils/distinfo
--- a/cross/binutils/distinfo   Fri Dec 29 22:47:13 2006 +0000
+++ b/cross/binutils/distinfo   Fri Dec 29 23:00:32 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index