Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Aug 2004 08:04:01 +0400
From:      Roman Bogorodskiy <bogorodskiy@inbox.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/70438: [ maintainer ] emulators/pearpc: update to 0.3.0
Message-ID:  <E1Bvplw-000CGQ-00.bogorodskiy-inbox-ru@mx1.mail.ru>
Resent-Message-ID: <200408140410.i7E4ASGD030985@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         70438
>Category:       ports
>Synopsis:       [ maintainer ] emulators/pearpc: update to 0.3.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 14 04:10:28 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Bogorodskiy
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD lame.novel.ru 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #14: Tue Aug 10 16:04:36 MSD 2004 root@lame.novel.ru:/usr/obj/usr/src/sys/NOV i386

>Description:
	Update to 0.3.0. 

	Note: all UIs (qt, gtk, sdl) except x11 don't work becouse 
	qt and gtk are broken and sdl is detected in a some odd way, I'll
	try to fix it later. 

	gcc34 patch is not needed anymore becouse this version of pearpc
	compiles fine without it. 

>How-To-Repeat:
>Fix:

diff -ruN pearpc.orig/Makefile pearpc/Makefile
--- pearpc.orig/Makefile	Sat Aug 14 07:05:34 2004
+++ pearpc/Makefile	Sat Aug 14 07:46:58 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pearpc
-PORTVERSION=	0.2.0
+PORTVERSION=	0.3.0
 CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -28,14 +28,16 @@
 CONFIGURE_ARGS+=	--disable-fpo
 .endif
 
-.if defined(WITH_QT)
-CONFIGURE_ARGS+=	--enable-gui=qt
-USE_QT_VER=	3
-QTDIR?=		${X11BASE}
-CONFIGURE_ENV+=	QTDIR="${QTDIR}"
-.else
-CONFIGURE_ARGS+=	--enable-gui=nogui
-.endif
+# GTK and QT ui are broken in this version
+#
+#.if defined(WITH_QT)
+#CONFIGURE_ARGS+=	--enable-ui=qt
+#USE_QT_VER=	3
+#QTDIR?=		${X11BASE}
+#CONFIGURE_ENV+=	QTDIR="${QTDIR}"
+#.else
+#CONFIGURE_ARGS+=	--enable-ui=nogui
+#.endif
 
 .include <bsd.port.pre.mk>
 
diff -ruN pearpc.orig/distinfo pearpc/distinfo
--- pearpc.orig/distinfo	Sat Aug 14 07:05:34 2004
+++ pearpc/distinfo	Sat Aug 14 07:25:06 2004
@@ -1,2 +1,2 @@
-MD5 (pearpc-0.2.0.tar.gz) = 1cf100ba0f9bbd05acbdc9ecdf87f5f5
-SIZE (pearpc-0.2.0.tar.gz) = 702392
+MD5 (pearpc-0.3.0.tar.gz) = 6d68187c78cae674a5efa6662c4cdb22
+SIZE (pearpc-0.3.0.tar.gz) = 814686
diff -ruN pearpc.orig/files/patch-src-cpu_generic-ppc_cpu.cc pearpc/files/patch-src-cpu_generic-ppc_cpu.cc
--- pearpc.orig/files/patch-src-cpu_generic-ppc_cpu.cc	Sat Aug 14 07:05:34 2004
+++ pearpc/files/patch-src-cpu_generic-ppc_cpu.cc	Thu Jan  1 03:00:00 1970
@@ -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;
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Bvplw-000CGQ-00.bogorodskiy-inbox-ru>