Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2013 03:27:13 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/179055: emulators/bochs: Update to version 2.6.2
Message-ID:  <20130529032713.153507ea299f9e344b9bed7a@yahoo.com>
Resent-Message-ID: <201305281840.r4SIe0lA002044@freefall.freebsd.org>

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

>Number:         179055
>Category:       ports
>Synopsis:       emulators/bochs: Update to version 2.6.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 28 18:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 2.6.2

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/emulators/bochs/Makefile emulators/bochs/Makefile
--- /usr/ports/emulators/bochs/Makefile	2013-05-16 22:44:23.000000000 +0900
+++ emulators/bochs/Makefile	2013-05-29 00:00:00.000000000 +0900
@@ -2,8 +2,7 @@
 # $FreeBSD: head/emulators/bochs/Makefile 318290 2013-05-16 09:16:30Z miwi $
 
 PORTNAME=	bochs
-PORTVERSION=	2.6.1
-PORTREVISION=	1
+PORTVERSION=	2.6.2
 PORTEPOCH=	2
 CATEGORIES=	emulators
 MASTER_SITES=	SF
@@ -73,7 +72,7 @@
 USB_XHCI_DESC=	Enable experimental USB xHCI support
 VMX_DESC=	Enable Virtialization extensions
 VOODOO_DESC=	Enable 3dfx Voodoo Graphics emulation
-X86_64_DESC=	Enable AMD x86-64 support
+X86_64_DESC=	Enable x86-64 instructions support
 
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
@@ -408,23 +407,27 @@
 IGNORE=		GDB_STUB is incompatible with multiprocessor
 .endif
 
-.if empty(PORT_OPTIONS:MGAMEPORT) && ${PORT_OPTIONS:MES1370}
+.if ${PORT_OPTIONS:MES1370} && empty(PORT_OPTIONS:MGAMEPORT)
 IGNORE=		ES1370 soundcard support requires GAMEPORT support
 .endif
 
-.if empty(PORT_OPTIONS:MPCI) && ${PORT_OPTIONS:MES1370}
+.if ${PORT_OPTIONS:MES1370} && empty(PORT_OPTIONS:MPCI)
 IGNORE=		ES1370 soundcard support requires PCI support
 .endif
 
-.if empty(PORT_OPTIONS:MPCI) && ${PORT_OPTIONS:MVOODOO}
+.if ${PORT_OPTIONS:MPNIC} && empty(PORT_OPTIONS:MPCI)
+IGNORE=		PCI pseudo NIC support requires PCI support
+.endif
+
+.if ${PORT_OPTIONS:MVOODOO} && empty(PORT_OPTIONS:MPCI)
 IGNORE=		3dfx Voodoo Graphics emulation requires PCI support
 .endif
 
-.if empty(PORT_OPTIONS:MX86_64) && ${PORT_OPTIONS:MAVX}
+.if ${PORT_OPTIONS:MAVX} && empty(PORT_OPTIONS:MX86_64)
 IGNORE=		AVX instructions support requires X86-64 support
 .endif
 
-.if empty(PORT_OPTIONS:MX86_64) && ${PORT_OPTIONS:MSVM}
+.if ${PORT_OPTIONS:MSVM} && empty(PORT_OPTIONS:MX86_64)
 IGNORE=		SVM emulation requires X86-64 support
 .endif
 
diff -urN /usr/ports/emulators/bochs/distinfo emulators/bochs/distinfo
--- /usr/ports/emulators/bochs/distinfo	2013-04-26 16:08:26.000000000 +0900
+++ emulators/bochs/distinfo	2013-05-29 00:00:00.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (bochs-2.6.1.tar.gz) = cbc565f644adb80aae9565b6c0a355394b8e554d5d30282ad41c63201334261a
-SIZE (bochs-2.6.1.tar.gz) = 4309970
+SHA256 (bochs-2.6.2.tar.gz) = d973b72b79a5de96ebe9337b8421f19dcd775dce16ed25a0232fa6d543a54b10
+SIZE (bochs-2.6.2.tar.gz) = 4314061
>Release-Note:
>Audit-Trail:
>Unformatted:



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