View | Details | Raw Unified | Return to bug 70438
Collapse All | Expand All

(-)pearpc/Makefile (-9 / +11 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	pearpc
8
PORTNAME=	pearpc
9
PORTVERSION=	0.2.0
9
PORTVERSION=	0.3.0
10
CATEGORIES=	emulators
10
CATEGORIES=	emulators
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 28-41 Link Here
28
CONFIGURE_ARGS+=	--disable-fpo
28
CONFIGURE_ARGS+=	--disable-fpo
29
.endif
29
.endif
30
30
31
.if defined(WITH_QT)
31
# GTK and QT ui are broken in this version
32
CONFIGURE_ARGS+=	--enable-gui=qt
32
#
33
USE_QT_VER=	3
33
#.if defined(WITH_QT)
34
QTDIR?=		${X11BASE}
34
#CONFIGURE_ARGS+=	--enable-ui=qt
35
CONFIGURE_ENV+=	QTDIR="${QTDIR}"
35
#USE_QT_VER=	3
36
.else
36
#QTDIR?=		${X11BASE}
37
CONFIGURE_ARGS+=	--enable-gui=nogui
37
#CONFIGURE_ENV+=	QTDIR="${QTDIR}"
38
.endif
38
#.else
39
#CONFIGURE_ARGS+=	--enable-ui=nogui
40
#.endif
39
41
40
.include <bsd.port.pre.mk>
42
.include <bsd.port.pre.mk>
41
43
(-)pearpc/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (pearpc-0.2.0.tar.gz) = 1cf100ba0f9bbd05acbdc9ecdf87f5f5
1
MD5 (pearpc-0.3.0.tar.gz) = 6d68187c78cae674a5efa6662c4cdb22
2
SIZE (pearpc-0.2.0.tar.gz) = 702392
2
SIZE (pearpc-0.3.0.tar.gz) = 814686
(-)pearpc/files/patch-src-cpu_generic-ppc_cpu.cc (-11 lines)
Lines 1-11 Link Here
1
--- src/cpu_generic/ppc_cpu.cc.orig	Sun Aug  1 19:42:05 2004
2
+++ src/cpu_generic/ppc_cpu.cc	Thu May  6 02:48:30 2004
3
@@ -108,7 +108,7 @@
4
 			ppc_debug_hook();
5
 		} else {
6
 			int ret;
7
+			if ((ret = ppc_direct_effective_memory_handle_code(gCPU.pc & ~0xfff, (byte *&)gCPU.physical_code_page))) {
8
-			if ((ret = ppc_direct_effective_memory_handle_code(gCPU.pc & ~0xfff, gCPU.physical_code_page))) {
9
 				if (ret == PPC_MMU_EXC) {
10
 					gCPU.pc = gCPU.npc;
11
 					continue;

Return to bug 70438