From 3b095a9665fdf3781e25c67cfd81cc0b77a6f0e7 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Mon, 30 Dec 2002 05:52:41 +0000 Subject: Enable NE2000 ethernet module. Bump revision. --- emulators/bochs/Makefile | 3 ++- emulators/bochs/distinfo | 3 ++- emulators/bochs/patches/patch-ah | 13 +++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 emulators/bochs/patches/patch-ah (limited to 'emulators') diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 5a984da6784..b3f9b238fa5 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2002/12/25 01:12:36 uebayasi Exp $ +# $NetBSD: Makefile,v 1.24 2002/12/30 05:52:41 uebayasi Exp $ DISTNAME= bochs-2.0 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bochs/} diff --git a/emulators/bochs/distinfo b/emulators/bochs/distinfo index 911eeb66fd8..0bb9dd507a5 100644 --- a/emulators/bochs/distinfo +++ b/emulators/bochs/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2002/12/25 01:12:37 uebayasi Exp $ +$NetBSD: distinfo,v 1.11 2002/12/30 05:52:41 uebayasi Exp $ SHA1 (bochs-2.0.tar.gz) = 1a652f4e461cb2e7a3f9db3969802ba41eac1c50 Size (bochs-2.0.tar.gz) = 3266323 bytes @@ -7,3 +7,4 @@ SHA1 (patch-ad) = 3ce76c962920677c383ce2f61fb20565ddbd8777 SHA1 (patch-ae) = 510238ed28e8aa79f4dd8780d54ac66f317a9380 SHA1 (patch-af) = 931805d3523baab6cc16bd1052f059309aab75a7 SHA1 (patch-ag) = a22ca6f8abf0db67de714f53e3db94cb06e33db6 +SHA1 (patch-ah) = 2d91f2ebcf26d7c80381028c31c3e849e3668208 diff --git a/emulators/bochs/patches/patch-ah b/emulators/bochs/patches/patch-ah new file mode 100644 index 00000000000..0ef05166244 --- /dev/null +++ b/emulators/bochs/patches/patch-ah @@ -0,0 +1,13 @@ +$NetBSD: patch-ah,v 1.3 2002/12/30 05:52:41 uebayasi Exp $ + +--- config.h.in.orig Sun Dec 22 04:30:48 2002 ++++ config.h.in +@@ -804,7 +804,7 @@ + #ifdef BX_USE_ETH_ARPBACK + # define ETH_ARPBACK 1 + #endif +-#if defined(__FreeBSD__) || defined(__OpenBSD__) ++#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) + #define ETH_FBSD 1 + #endif + #if defined(linux) -- cgit v1.2.3