On 10/11/14 23:12, Brian Callahan wrote:
Hi ports --

Attached is a small diff to update gxemul to its latest version. This is mostly a bugfix release.
Was able to install and boot UItrix 4.5 with this on amd64.

OK?

~Brian


MAINTAINER email bounces. I'd like to take maintainer of this. OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/emulators/gxemul/Makefile,v
retrieving revision 1.32
diff -u -p -r1.32 Makefile
--- Makefile	1 May 2014 06:47:51 -0000	1.32
+++ Makefile	12 Oct 2014 03:14:26 -0000
@@ -2,11 +2,11 @@
 
 COMMENT=		ARM/M88k/MIPS/PowerPC/SuperH machines emulator
 
-DISTNAME =		gxemul-0.6.0
+DISTNAME =		gxemul-0.6.0.1
 CATEGORIES=		emulators
-HOMEPAGE=		http://gxemul.sourceforge.net/
 
-MAINTAINER=		Alexander Yurchenko <gra...@openbsd.org>
+HOMEPAGE=		http://gxemul.sourceforge.net/
+MAINTAINER=		Brian Callahan <bcal...@openbsd.org>
 
 # BSD
 PERMIT_PACKAGE_CDROM=	Yes
@@ -23,7 +23,7 @@ FLAVOR?=
 .if ${FLAVOR:Mno_x11}
 CONFIGURE_ARGS=		--disable-x
 .else
-WANTLIB+=		X11 pthread-stubs xcb
+WANTLIB+=		X11
 .endif
 
 NO_TEST=		Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/emulators/gxemul/distinfo,v
retrieving revision 1.21
diff -u -p -r1.21 distinfo
--- distinfo	1 May 2014 06:47:51 -0000	1.21
+++ distinfo	12 Oct 2014 03:14:26 -0000
@@ -1,2 +1,2 @@
-SHA256 (gxemul-0.6.0.tar.gz) = 0/hceWS0SwheCIhi2IsfMdkH+5nFMhkAwLOnI8glgeg=
-SIZE (gxemul-0.6.0.tar.gz) = 3598795
+SHA256 (gxemul-0.6.0.1.tar.gz) = B5CCPY1/iEjJgxis6Cn3oBWaX5t52AvYw2f7FwFNzak=
+SIZE (gxemul-0.6.0.1.tar.gz) = 5420978
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/emulators/gxemul/patches/patch-configure,v
retrieving revision 1.2
diff -u -p -r1.2 patch-configure
--- patches/patch-configure	1 May 2014 06:47:51 -0000	1.2
+++ patches/patch-configure	12 Oct 2014 03:14:26 -0000
@@ -1,11 +1,11 @@
 $OpenBSD: patch-configure,v 1.2 2014/05/01 06:47:51 benoit Exp $
---- configure.orig	Sun Feb 14 10:33:54 2010
-+++ configure	Sat Jan  1 23:42:15 2011
-@@ -481,19 +481,6 @@
- 	rm -f _testprog _testprog.error _testprog.stdout
- fi
+--- configure.orig	Sat Oct 11 17:32:31 2014
++++ configure	Sat Oct 11 17:32:49 2014
+@@ -597,19 +597,6 @@ fi
+ rm -f _testprog _testprog.error _testprog.stdout
  
--#  -O for optimization
+ 
+-#  -O optimization for non-debug builds. Try -O and -O3.
 -if [ ! z"$DEBUG" = zYES ]; then
 -	$CXX $CXXFLAGS -O _testprog.cc -o _testprog 2> /dev/null
 -	if [ -x _testprog ]; then
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/emulators/gxemul/pkg/PLIST,v
retrieving revision 1.14
diff -u -p -r1.14 PLIST
--- pkg/PLIST	1 May 2014 06:47:51 -0000	1.14
+++ pkg/PLIST	12 Oct 2014 03:14:26 -0000
@@ -77,6 +77,27 @@ share/doc/gxemul/20081103-openbsd-landis
 share/doc/gxemul/20081103-openbsd-landisk.png
 share/doc/gxemul/20100205-netbsd-playstation2-small.png
 share/doc/gxemul/20100205-netbsd-playstation2.png
+share/doc/gxemul/20110606-dreamcast-roto-small.png
+share/doc/gxemul/20110606-dreamcast-roto.png
+share/doc/gxemul/20110624-dreamcast-gltest-small.png
+share/doc/gxemul/20110624-dreamcast-gltest.png
+share/doc/gxemul/20110703-dreamcast-gltest-small.png
+share/doc/gxemul/20110703-dreamcast-gltest.png
+share/doc/gxemul/20131109-displayDreamcastMemory-small.png
+share/doc/gxemul/20131109-displayDreamcastMemory.png
+share/doc/gxemul/20131109-openbsd_landisk.png
+share/doc/gxemul/20140802-dreamcast-bios-test1-small.png
+share/doc/gxemul/20140802-dreamcast-bios-test1.png
+share/doc/gxemul/20140802-dreamcast-bios-test2-small.png
+share/doc/gxemul/20140802-dreamcast-bios-test2.png
+share/doc/gxemul/20140802-dreamcast-bios-test3-small.png
+share/doc/gxemul/20140802-dreamcast-bios-test3.png
+share/doc/gxemul/20140803-dreamcast-bios-test4-small.png
+share/doc/gxemul/20140803-dreamcast-bios-test4.png
+share/doc/gxemul/20140803-dreamcast-gltest-small.png
+share/doc/gxemul/20140803-dreamcast-gltest.png
+share/doc/gxemul/20140803-serial-upload-slave-small.png
+share/doc/gxemul/20140803-serial-upload-slave.png
 share/doc/gxemul/RELEASE.html
 share/doc/gxemul/TODO.html
 share/doc/gxemul/configfiles.html

Reply via email to