OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Mar-2006 10:07:10
Branch: HEAD Handle: 2006031009070900
Modified files:
openpkg-src/bochs bochs.patch bochs.spec
Log:
upgrading package: bochs 2.2.1 -> 2.2.6
Summary:
Revision Changes Path
1.10 +31 -0 openpkg-src/bochs/bochs.patch
1.48 +3 -2 openpkg-src/bochs/bochs.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bochs/bochs.patch
============================================================================
$ cvs diff -u -r1.9 -r1.10 bochs.patch
--- openpkg-src/bochs/bochs.patch 9 Jul 2005 20:20:45 -0000 1.9
+++ openpkg-src/bochs/bochs.patch 10 Mar 2006 09:07:09 -0000 1.10
@@ -10,3 +10,34 @@
GUI_LINK_OPTS_SDL = `sdl-config --cflags --libs`
GUI_LINK_OPTS_SVGA = -lvga -lvgagl
GUI_LINK_OPTS_BEOS = -lbe
+Index: iodev/eth_vde.cc
+--- iodev/eth_vde.cc.orig 2005-12-10 19:37:35 +0100
++++ iodev/eth_vde.cc 2006-03-10 10:04:14 +0100
+@@ -41,13 +41,17 @@
+ #include <sys/poll.h>
+ #include <sys/time.h>
+ #include <sys/resource.h>
++#if defined(__linux__)
+ #include <asm/types.h>
++#endif
+ #include <sys/socket.h>
+ #include <sys/uio.h>
+ #include <sys/wait.h>
+ #include <sys/un.h>
++#if defined(__linux__)
+ #include <linux/netlink.h>
+ #include <linux/if.h>
++#endif
+ #include <assert.h>
+ #include <fcntl.h>
+ #include <errno.h>
+@@ -111,6 +115,9 @@
+ //if (strncmp (netif, "vde", 3) != 0) {
+ // BX_PANIC (("eth_vde: interface name (%s) must be vde", netif));
+ //}
++#ifndef IFNAMSIZ
++#define IFNAMSIZ 1024
++#endif
+ char intname[IFNAMSIZ];
+ if (netif == NULL || strcmp(netif,"") == 0)
+ strcpy(intname,"/tmp/vde.ctl");
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/bochs/bochs.spec
============================================================================
$ cvs diff -u -r1.47 -r1.48 bochs.spec
--- openpkg-src/bochs/bochs.spec 1 Jan 2006 13:12:20 -0000 1.47
+++ openpkg-src/bochs/bochs.spec 10 Mar 2006 09:07:09 -0000 1.48
@@ -32,8 +32,8 @@
Class: BASE
Group: Misc
License: LGPL
-Version: 2.2.1
-Release: 20051014
+Version: 2.2.6
+Release: 20060310
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/bochs/bochs-%{version}.tar.gz
@@ -105,6 +105,7 @@
--enable-cpu-level=5 \
--enable-all-optimizations \
--enable-cdrom \
+ --disable-vde \
$NIC \
--enable-compressed-hd \
--disable-shared
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]