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: 25-Jun-2005 11:39:04
Branch: HEAD Handle: 2005062510390300
Modified files:
openpkg-src/bochs bochs.patch bochs.spec
Log:
upgrading package: bochs 2.1.1 -> 2.2
Summary:
Revision Changes Path
1.8 +1 -13 openpkg-src/bochs/bochs.patch
1.40 +2 -2 openpkg-src/bochs/bochs.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bochs/bochs.patch
============================================================================
$ cvs diff -u -r1.7 -r1.8 bochs.patch
--- openpkg-src/bochs/bochs.patch 15 Jun 2005 15:04:08 -0000 1.7
+++ openpkg-src/bochs/bochs.patch 25 Jun 2005 09:39:03 -0000 1.8
@@ -4,23 +4,11 @@
#include <sys/socket.h>
#include <sys/uio.h>
#include <sys/wait.h>
--#if defined(__FreeBSD__) || defined(__APPLE__) // Should be fixed for
other *BSD
+-#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) ||
defined(__APPLE__) // Should be fixed for other *BSD
+#if !defined(__LINUX__) // Should be more carefully written
#include <net/if.h>
#else
#include <asm/types.h>
-Index: reg_ld_str.c
---- fpu/reg_ld_str.c.orig 2004-06-03 14:34:47.000000000 +0200
-+++ fpu/reg_ld_str.c 2004-06-03 14:34:53.000000000 +0200
-@@ -315,7 +315,7 @@
-
-
- /* Get a short from user memory */
--int BX_CPP_AttrRegparmN(1)
-+int BX_CPP_AttrRegparmN(2)
- FPU_load_int16(bx_address _s, FPU_REG *loaded_data)
- {
- s16 s, negative;
Index: Makefile.in
--- Makefile.in.orig 2004-06-09 15:52:12.955255102 +0200
+++ Makefile.in 2004-06-09 15:52:37.847987737 +0200
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/bochs/bochs.spec
============================================================================
$ cvs diff -u -r1.39 -r1.40 bochs.spec
--- openpkg-src/bochs/bochs.spec 15 Jun 2005 15:04:09 -0000 1.39
+++ openpkg-src/bochs/bochs.spec 25 Jun 2005 09:39:03 -0000 1.40
@@ -32,8 +32,8 @@
Class: BASE
Group: Misc
License: LGPL
-Version: 2.1.1
-Release: 20050615
+Version: 2.2
+Release: 20050625
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/bochs/bochs-%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]