pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/pearpc Ensure consistent ABI attributes for ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/91665c52da52
branches: trunk
changeset: 610644:91665c52da52
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Nov 01 19:45:12 2012 +0000
description:
Ensure consistent ABI attributes for ppc_init_physical_memory. Bump
revision.
diffstat:
emulators/pearpc/Makefile | 4 ++--
emulators/pearpc/distinfo | 3 ++-
emulators/pearpc/patches/patch-src_cpu_mem.h | 13 +++++++++++++
3 files changed, 17 insertions(+), 3 deletions(-)
diffs (44 lines):
diff -r 1db27206017f -r 91665c52da52 emulators/pearpc/Makefile
--- a/emulators/pearpc/Makefile Thu Nov 01 19:44:16 2012 +0000
+++ b/emulators/pearpc/Makefile Thu Nov 01 19:45:12 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2012/10/03 12:55:16 asau Exp $
+# $NetBSD: Makefile,v 1.17 2012/11/01 19:45:12 joerg Exp $
DISTNAME= pearpc-0.4
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pearpc/}
EXTRACT_SUFX= .tar.bz2
diff -r 1db27206017f -r 91665c52da52 emulators/pearpc/distinfo
--- a/emulators/pearpc/distinfo Thu Nov 01 19:44:16 2012 +0000
+++ b/emulators/pearpc/distinfo Thu Nov 01 19:45:12 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2007/11/13 18:01:58 joerg Exp $
+$NetBSD: distinfo,v 1.8 2012/11/01 19:45:12 joerg Exp $
SHA1 (pearpc-0.4.tar.bz2) = 1cfa4f19f9a1de73c209a38d8fda174c0ebe6ad5
RMD160 (pearpc-0.4.tar.bz2) = 84c831b3ede69721d0fa48d71a30ee0e7ec512fc
@@ -11,3 +11,4 @@
SHA1 (patch-af) = dd2b1c23ab00313be04ca144fbceb3416b1d7d8f
SHA1 (patch-ag) = 8ec459446fd666b99345d4a8963bcf47e35b0435
SHA1 (patch-ah) = 0ba6c0f72f3fe382aa07bf2304813417ce2fd6f9
+SHA1 (patch-src_cpu_mem.h) = cb21242ef53e72e0f75fc8ea6119ebad3d08b2e9
diff -r 1db27206017f -r 91665c52da52 emulators/pearpc/patches/patch-src_cpu_mem.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/pearpc/patches/patch-src_cpu_mem.h Thu Nov 01 19:45:12 2012 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_cpu_mem.h,v 1.1 2012/11/01 19:45:12 joerg Exp $
+
+--- src/cpu/mem.h.orig 2012-10-30 20:18:45.000000000 +0000
++++ src/cpu/mem.h
+@@ -23,7 +23,7 @@
+
+ #include "system/types.h"
+
+-bool ppc_init_physical_memory(uint size);
++bool FASTCALL ppc_init_physical_memory(uint size);
+
+ uint32 ppc_get_memory_size();
+
Home |
Main Index |
Thread Index |
Old Index