Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Apr 2013 07:04:00 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316582 - head/emulators/bochs
Message-ID:  <201304260704.r3Q740PX046876@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Apr 26 07:03:59 2013
New Revision: 316582
URL: http://svnweb.freebsd.org/changeset/ports/316582

Log:
  - Update to 2.6.1
  
  PR:		178035
  Submitted by:	Ports Fury

Modified:
  head/emulators/bochs/Makefile
  head/emulators/bochs/distinfo

Modified: head/emulators/bochs/Makefile
==============================================================================
--- head/emulators/bochs/Makefile	Fri Apr 26 07:03:07 2013	(r316581)
+++ head/emulators/bochs/Makefile	Fri Apr 26 07:03:59 2013	(r316582)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bochs
-PORTVERSION=	2.6
+PORTVERSION=	2.6.1
 PORTEPOCH=	2
 CATEGORIES=	emulators
 MASTER_SITES=	SF
@@ -18,10 +18,10 @@ OPTIONS_DEFINE=	A20_PIN ALIGN_CHECK ASSE
 		E1000 ES1370 FAST_FUNCCALL FPU \
 		GAMEPORT IDLE_HACK IODEBUG \
 		LARGE_RAMFILE LOGGING LONG_PHY_ADDR \
-		MISALIGNEDSSE MWAIT NE2000 OPTIMIZATIONS PCI PLUGINS PNIC \
+		MWAIT NE2000 OPTIMIZATIONS PCI PLUGINS PNIC \
 		RAW_SERIAL READLINE REPEAT_SPEED RFB \
 		SB16 SDL SHOW_IPS SMP SVGA SVM TERM USB USB_OHCI USB_XHCI \
-		VMX WX X11 X86_64 XPM
+		VMX VOODOO WXGTK X11 X86_64 XPM
 OPTIONS_RADIO=	DEBUG
 OPTIONS_RADIO_DEBUG=	DEBUGGER GDB_STUB
 OPTIONS_DEFAULT=A20_PIN ALIGN_CHECK CDROM CONF_MSRS DISASM FPU LOGGING \
@@ -50,7 +50,6 @@ IODEBUG_DESC=	Enable I/O interface to de
 LARGE_RAMFILE_DESC=	Enable large ramfile support
 LOGGING_DESC=	Enable logging
 LONG_PHY_ADDR_DESC=	Enable support for physical address >= 32bit
-MISALIGNEDSSE_DESC=	Enable misaligned SSE support
 MWAIT_DESC=	Enable experimental MONITOR/MWAIT support
 NE2000_DESC=	Enable limited ne2000 support
 OPTIMIZATIONS_DESC=	Enable all safe speed optimizations
@@ -72,7 +71,7 @@ USB_DESC=	Enable limited USB UHCI suppor
 USB_OHCI_DESC=	Enable limited USB OHCI support
 USB_XHCI_DESC=	Enable limited USB xHCI support
 VMX_DESC=	Enable Virtialization extensions
-WX_DESC=	Use WxWidgets display interface
+VOODOO_DESC=	Enable 3dfx Voodoo Graphics emulation
 X86_64_DESC=	Enable AMD x86-64 support
 XPM_DESC=	Enable XPM library support
 
@@ -94,7 +93,7 @@ SUB_FILES=	pkg-message
 
 .include <bsd.port.options.mk>
 
-.if empty(PORT_OPTIONS:MTERM) && empty(PORT_OPTIONS:MWX) && empty(PORT_OPTIONS:MX11)
+.if empty(PORT_OPTIONS:MTERM) && empty(PORT_OPTIONS:MWXGTK) && empty(PORT_OPTIONS:MX11)
 CONFIGURE_ARGS+=--with-nogui
 .endif
 
@@ -186,6 +185,7 @@ CONFIGURE_ARGS+=--disable-fast-function-
 CONFIGURE_ARGS+=--enable-fpu
 .else
 CONFIGURE_ARGS+=--disable-fpu
+WITH_CPU_LEVEL=	3
 .endif
 
 .if ${PORT_OPTIONS:MGAMEPORT}
@@ -230,12 +230,6 @@ CONFIGURE_ARGS+=--enable-long-phy-addres
 CONFIGURE_ARGS+=--disable-long-phy-address
 .endif
 
-.if ${PORT_OPTIONS:MMISALIGNEDSSE}
-CONFIGURE_ARGS+=--enable-misaligned-sse
-.else
-CONFIGURE_ARGS+=--disable-misaligned-sse
-.endif
-
 .if ${PORT_OPTIONS:MMWAIT}
 CONFIGURE_ARGS+=--enable-monitor-mwait
 .else
@@ -361,9 +355,14 @@ WITH_CPU_LEVEL=	6
 CONFIGURE_ARGS+=--disable-vmx
 .endif
 
-.if ${PORT_OPTIONS:MWX}
+.if ${PORT_OPTIONS:MVOODOO}
+CONFIGURE_ARGS+=--enable-voodoo
+.else
+CONFIGURE_ARGS+=--disable-voodoo
+.endif
+
+.if ${PORT_OPTIONS:MWXGTK}
 USE_WX=		2.4+
-CONFIGURE_ENV=	WX_CONFIG="${WX_CONFIG}"
 CONFIGURE_ARGS+=--with-wx
 .else
 CONFIGURE_ARGS+=--disable-debugger-gui
@@ -376,6 +375,7 @@ CONFIGURE_ARGS+=--with-x11
 
 .if ${PORT_OPTIONS:MX86_64}
 CONFIGURE_ARGS+=--enable-x86-64
+WITH_CPU_LEVEL=	6
 .else
 CONFIGURE_ARGS+=--disable-x86-64
 .endif
@@ -403,6 +403,10 @@ CONFIGURE_ENV+=	SOUND_LINK_OPTS="-L${LOC
 IGNORE=		GDB_STUB is incompatible with multiprocessor
 .endif
 
+.if empty(PORT_OPTIONS:MPCI) && ${PORT_OPTIONS:MVOODOO}
+IGNORE=		3dfx Voodoo Graphics emulation requires PCI support
+.endif
+
 pre-everything::
 .if !defined(WITH_CPU_LEVEL)
 	@${ECHO_CMD}

Modified: head/emulators/bochs/distinfo
==============================================================================
--- head/emulators/bochs/distinfo	Fri Apr 26 07:03:07 2013	(r316581)
+++ head/emulators/bochs/distinfo	Fri Apr 26 07:03:59 2013	(r316582)
@@ -1,2 +1,2 @@
-SHA256 (bochs-2.6.tar.gz) = 65123e44a6d2c1148d741da025d16311b9ccd600ef268b911aba73c67eaf86e1
-SIZE (bochs-2.6.tar.gz) = 4212828
+SHA256 (bochs-2.6.1.tar.gz) = cbc565f644adb80aae9565b6c0a355394b8e554d5d30282ad41c63201334261a
+SIZE (bochs-2.6.1.tar.gz) = 4309970



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304260704.r3Q740PX046876>