diff options
author | wiz <wiz@pkgsrc.org> | 2010-06-02 19:59:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-06-02 19:59:52 +0000 |
commit | 450d941e73faf37a9e19a2f707146733feae6659 (patch) | |
tree | ac715c77091944f38c363c8e480d0ccf9ab56a2b /devel | |
parent | 656e98be20c8e45d475c4d032dd15605ca33a64e (diff) | |
download | pkgsrc-450d941e73faf37a9e19a2f707146733feae6659.tar.gz |
Fix self-tests on NetBSD/sparc64. From Chris Ross on pkgsrc-users.
Bump PKGREVISION, even if it only affects sparc64.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/boehm-gc/Makefile | 4 | ||||
-rw-r--r-- | devel/boehm-gc/distinfo | 3 | ||||
-rw-r--r-- | devel/boehm-gc/patches/patch-af | 10 |
3 files changed, 14 insertions, 3 deletions
diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index ac0801c34a0..9a3c1e29ec3 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.66 2010/01/21 01:54:59 snj Exp $ +# $NetBSD: Makefile,v 1.67 2010/06/02 19:59:52 wiz Exp $ DISTNAME= gc-7.1 PKGNAME= ${DISTNAME:S/gc/boehm-gc/} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel MASTER_SITES= http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ diff --git a/devel/boehm-gc/distinfo b/devel/boehm-gc/distinfo index abb394189a2..a4260315ce3 100644 --- a/devel/boehm-gc/distinfo +++ b/devel/boehm-gc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.39 2010/01/20 10:01:19 wiz Exp $ +$NetBSD: distinfo,v 1.40 2010/06/02 19:59:52 wiz Exp $ SHA1 (gc-7.1.tar.gz) = e84cba5d18f4ea5ed4e5fd3f1dc6a46bc190ff6f RMD160 (gc-7.1.tar.gz) = 9338c1128686395739e3acd9052a651d1dffffb2 @@ -7,3 +7,4 @@ SHA1 (patch-aa) = 87a5bd5e83b0201d80a1e4e4ce6745c11b2e7cfe SHA1 (patch-ab) = 9b5133c7aa84e6824616e29613716a2fedd1d334 SHA1 (patch-ac) = 82f869fc4f52a9936395a7f50240b81434f2cb42 SHA1 (patch-ae) = fde8f12c8c8dd3142c191f5f1c1854cd339babe9 +SHA1 (patch-af) = 1030a9e41469cd3f09fca72822c53108b1515dfc diff --git a/devel/boehm-gc/patches/patch-af b/devel/boehm-gc/patches/patch-af new file mode 100644 index 00000000000..378d9b15f30 --- /dev/null +++ b/devel/boehm-gc/patches/patch-af @@ -0,0 +1,10 @@ +--- sparc_mach_dep.S.orig 2007-04-27 18:01:22.000000000 -0400 ++++ sparc_mach_dep.S 2010-06-02 12:53:00.000000000 -0400 +@@ -8,6 +8,7 @@ + .globl GC_save_regs_in_stack + .globl GC_push_regs + GC_save_regs_in_stack: ++GC_push_regs: + #if defined(__arch64__) || defined(__sparcv9) + save %sp,-128,%sp + flushw |