aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-05-29 13:29:30 +0800
committermiwi <miwi@FreeBSD.org>2013-05-29 13:29:30 +0800
commit3432ed540b5f1733ce332b0286b8529c4ececf7b (patch)
treea281a5bd3532689e914daf4e63c5df615ab3b326 /emulators
parenta09729d069002a738363c7e4f0099722ffdf416e (diff)
downloadfreebsd-ports-gnome-3432ed540b5f1733ce332b0286b8529c4ececf7b.tar.gz
freebsd-ports-gnome-3432ed540b5f1733ce332b0286b8529c4ececf7b.tar.zst
freebsd-ports-gnome-3432ed540b5f1733ce332b0286b8529c4ececf7b.zip
- Update to 2.6.2
PR: 179055 Submitted by: Ports Fury
Diffstat (limited to 'emulators')
-rw-r--r--emulators/bochs/Makefile19
-rw-r--r--emulators/bochs/distinfo4
2 files changed, 13 insertions, 10 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile
index bea8dcccd155..6f04f471ab20 100644
--- a/emulators/bochs/Makefile
+++ b/emulators/bochs/Makefile
@@ -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=${WITH_CPU_LEVEL}
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 --git a/emulators/bochs/distinfo b/emulators/bochs/distinfo
index 8a0a9571cab0..4cf86e74e432 100644
--- a/emulators/bochs/distinfo
+++ b/emulators/bochs/distinfo
@@ -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