Here is an update to Bochs 2.6.1. OK?
Index: Makefile =================================================================== RCS file: /home/cvs/ports/emulators/bochs/Makefile,v retrieving revision 1.58 diff -u -p -r1.58 Makefile --- Makefile 21 Mar 2013 08:45:17 -0000 1.58 +++ Makefile 10 Apr 2013 01:48:29 -0000 @@ -2,7 +2,7 @@ COMMENT= x86 machine simulator -DISTNAME= bochs-2.6 +DISTNAME= bochs-2.6.1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bochs/} @@ -11,7 +11,7 @@ HOMEPAGE= http://bochs.sourceforge.net/ # LGPLv2.1+ and MIT PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c m stdc++ termlib +WANTLIB= c m pthread stdc++ termlib CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --enable-all-optimizations \ @@ -20,7 +20,6 @@ CONFIGURE_ARGS= --enable-all-optimizatio --enable-es1370 \ --enable-large-ramfile \ --enable-ne2000 \ - --enable-pci \ --enable-pnic \ --enable-smp \ --enable-svm \ @@ -48,8 +47,7 @@ MODULES= converters/libiconv LIB_DEPENDS+= devel/sdl CONFIGURE_ARGS+=--with-sdl \ --with-x11 -WANTLIB+= SDL X11 Xext Xpm Xrandr Xrender pthread sndio usbhid \ - xcb +WANTLIB+= SDL X11 Xext Xpm Xrandr Xrender sndio usbhid xcb .endif NO_TEST= Yes Index: distinfo =================================================================== RCS file: /home/cvs/ports/emulators/bochs/distinfo,v retrieving revision 1.18 diff -u -p -r1.18 distinfo --- distinfo 25 Sep 2012 23:21:47 -0000 1.18 +++ distinfo 9 Apr 2013 23:54:11 -0000 @@ -1,2 +1,2 @@ -SHA256 (bochs-2.6.tar.gz) = ZRI+RKbSwRSNdB2gJdFjEbnM1gDvJouRGrpzxn6vhuE= -SIZE (bochs-2.6.tar.gz) = 4212828 +SHA256 (bochs-2.6.1.tar.gz) = y8Vl9kStuAqulWW2wKNVOUuOVU1dMCgq1BxjIBM0Jho= +SIZE (bochs-2.6.1.tar.gz) = 4309970 Index: patches/patch-Makefile_in =================================================================== RCS file: /home/cvs/ports/emulators/bochs/patches/patch-Makefile_in,v retrieving revision 1.6 diff -u -p -r1.6 patch-Makefile_in --- patches/patch-Makefile_in 25 Sep 2012 23:21:47 -0000 1.6 +++ patches/patch-Makefile_in 9 Apr 2013 23:54:29 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-Makefile_in,v 1.6 2012/09/25 23:21:47 brad Exp $ ---- Makefile.in.orig Sun Sep 2 07:30:15 2012 -+++ Makefile.in Tue Sep 4 20:19:08 2012 -@@ -436,8 +436,8 @@ clean_docbook:: +--- Makefile.in.orig Wed Sep 12 17:08:40 2012 ++++ Makefile.in Tue Apr 9 19:54:24 2013 +@@ -441,8 +441,8 @@ clean_docbook:: install_man:: -mkdir -p $(DESTDIR)$(man1dir) -mkdir -p $(DESTDIR)$(man5dir) Index: patches/patch-_bochsrc =================================================================== RCS file: /home/cvs/ports/emulators/bochs/patches/patch-_bochsrc,v retrieving revision 1.9 diff -u -p -r1.9 patch-_bochsrc --- patches/patch-_bochsrc 25 Sep 2012 23:21:47 -0000 1.9 +++ patches/patch-_bochsrc 9 Apr 2013 23:54:28 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-_bochsrc,v 1.9 2012/09/25 23:21:47 brad Exp $ ---- .bochsrc.orig Mon Aug 20 05:05:45 2012 -+++ .bochsrc Sun Aug 26 13:13:34 2012 -@@ -412,13 +412,13 @@ vgaromimage: file=$BXSHARE/VGABIOS-lgpl-latest +--- .bochsrc.orig Sat Feb 23 10:15:59 2013 ++++ .bochsrc Tue Apr 9 19:54:24 2013 +@@ -426,13 +426,13 @@ vgaromimage: file=$BXSHARE/VGABIOS-lgpl-latest # The optional parameter 'write_protected' can be used to control the media # write protect switch. By default it is turned off. #======================================================================= @@ -17,7 +17,7 @@ $OpenBSD: patch-_bochsrc,v 1.9 2012/09/2 #======================================================================= # FLOPPYB: -@@ -561,7 +561,7 @@ boot: disk +@@ -575,7 +575,7 @@ boot: disk # # Default value are sync=none, time0=local #======================================================================= @@ -26,7 +26,7 @@ $OpenBSD: patch-_bochsrc,v 1.9 2012/09/2 #======================================================================= -@@ -585,8 +585,8 @@ floppy_bootsig_check: disabled=0 +@@ -599,8 +599,8 @@ floppy_bootsig_check: disabled=0 # log: ./bochs.out # log: /dev/tty #======================================================================= Index: pkg/PLIST =================================================================== RCS file: /home/cvs/ports/emulators/bochs/pkg/PLIST,v retrieving revision 1.21 diff -u -p -r1.21 PLIST --- pkg/PLIST 25 Sep 2012 23:21:47 -0000 1.21 +++ pkg/PLIST 10 Apr 2013 01:35:16 -0000 @@ -33,9 +33,9 @@ share/bochs/keymaps/x11-pc-si.map share/bochs/keymaps/x11-pc-uk.map share/bochs/keymaps/x11-pc-us.map share/doc/bochs/ -@comment share/doc/bochs/CHANGES +share/doc/bochs/CHANGES share/doc/bochs/COPYING share/doc/bochs/LICENSE share/doc/bochs/README -@comment share/doc/bochs/TODO +share/doc/bochs/TODO share/doc/bochs/bxdebugger.html -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.