Skip to content

Commit

Permalink
bochs 2.6.9
Browse files Browse the repository at this point in the history
Update bochs to version 2.6.9 (from 2.6.8). Support for network card
ne2000 is disabled, since it breaks building (`netpacket/netpacket.h`
is not found). The test is also updated to run without a GUI, so that
the test doesn't hang waiting for interactive input.

Closes #13129.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
Cezar authored and ilovezfs committed May 1, 2017
1 parent 4491ecc commit f9dbad3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/bochs.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Bochs < Formula
desc "Open source IA-32 (x86) PC emulator written in C++"
homepage "https://bochs.sourceforge.io/"
url "https://downloads.sourceforge.net/project/bochs/bochs/2.6.8/bochs-2.6.8.tar.gz"
sha256 "79700ef0914a0973f62d9908ff700ef7def62d4a28ed5de418ef61f3576585ce"
url "https://downloads.sourceforge.net/project/bochs/bochs/2.6.9/bochs-2.6.9.tar.gz"
sha256 "ee5b677fd9b1b9f484b5aeb4614f43df21993088c0c0571187f93acb0866e98c"
revision 1

bottle do
Expand Down Expand Up @@ -38,11 +38,10 @@ def install
--enable-show-ips
--enable-logging
--enable-usb
--enable-ne2000
--enable-cpu-level=6
--enable-clgd54xx
--enable-avx
--enable-vmx
--enable-vmx=2
--enable-smp
--enable-long-phy-addres
--with-term
Expand Down Expand Up @@ -70,6 +69,7 @@ def install
error: action=report
info: action=ignore
debug: action=ignore
display_library: nogui
EOS

expected = <<-ERR.undent
Expand Down

0 comments on commit f9dbad3

Please sign in to comment.