Bug 179055

Summary: emulators/bochs: Update to version 2.6.2
Product: Ports & Packages Reporter: tkato432
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description tkato432 2013-05-28 19:40:00 UTC
- Update to version 2.6.2
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-28 19:40:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-05-29 06:29:42 UTC
Author: miwi
Date: Wed May 29 05:29:30 2013
New Revision: 319346
URL: http://svnweb.freebsd.org/changeset/ports/319346

Log:
  - Update to 2.6.2
  
  PR:		179055
  Submitted by:	Ports Fury

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

Modified: head/emulators/bochs/Makefile
==============================================================================
--- head/emulators/bochs/Makefile	Wed May 29 05:28:26 2013	(r319345)
+++ head/emulators/bochs/Makefile	Wed May 29 05:29:30 2013	(r319346)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bochs
-PORTVERSION=	2.6.1
-PORTREVISION=	1
+PORTVERSION=	2.6.2
 PORTEPOCH=	2
 CATEGORIES=	emulators
 MASTER_SITES=	SF
@@ -73,7 +72,7 @@ USB_OHCI_DESC=	Enable USB OHCI support
 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 @@ CONFIGURE_ARGS+=--enable-cpu-level=${WIT
 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
 

Modified: head/emulators/bochs/distinfo
==============================================================================
--- head/emulators/bochs/distinfo	Wed May 29 05:28:26 2013	(r319345)
+++ head/emulators/bochs/distinfo	Wed May 29 05:29:30 2013	(r319346)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2013-05-29 10:20:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!