diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-08-19 19:52:57 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-08-19 19:52:57 +0000 |
commit | 404de5fcd5d34a38f967c388152824fa837dbb68 (patch) | |
tree | 2d0490f4ce7c00540646a67eb2c31df85a50f66b /emulators/pearpc/files | |
parent | - modify OSVERSION for thread problem (diff) |
- Update to 0.3.0. Only X11 is supported at the moment.
- Minor packaging issues
PR: ports/70438
Submitted by: Roman Bogorodskiy (maintainer)
Diffstat (limited to 'emulators/pearpc/files')
-rw-r--r-- | emulators/pearpc/files/patch-src-cpu_generic-ppc_cpu.cc | 11 | ||||
-rw-r--r-- | emulators/pearpc/files/pkg-message.in | 2 |
2 files changed, 1 insertions, 12 deletions
diff --git a/emulators/pearpc/files/patch-src-cpu_generic-ppc_cpu.cc b/emulators/pearpc/files/patch-src-cpu_generic-ppc_cpu.cc deleted file mode 100644 index 26e6007ffb7e..000000000000 --- a/emulators/pearpc/files/patch-src-cpu_generic-ppc_cpu.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/cpu_generic/ppc_cpu.cc.orig Sun Aug 1 19:42:05 2004 -+++ src/cpu_generic/ppc_cpu.cc Thu May 6 02:48:30 2004 -@@ -108,7 +108,7 @@ - ppc_debug_hook(); - } else { - int ret; -+ if ((ret = ppc_direct_effective_memory_handle_code(gCPU.pc & ~0xfff, (byte *&)gCPU.physical_code_page))) { -- if ((ret = ppc_direct_effective_memory_handle_code(gCPU.pc & ~0xfff, gCPU.physical_code_page))) { - if (ret == PPC_MMU_EXC) { - gCPU.pc = gCPU.npc; - continue; diff --git a/emulators/pearpc/files/pkg-message.in b/emulators/pearpc/files/pkg-message.in index ea59d137d75f..7c776fe43071 100644 --- a/emulators/pearpc/files/pkg-message.in +++ b/emulators/pearpc/files/pkg-message.in @@ -1,3 +1,3 @@ -Sample config file can be found at /usr/local/etc/ppccfg.example +Sample config file can be found at PREFIX/etc/ppccfg.example |