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: 14-Jun-2006 21:33:31
Branch: HEAD Handle: 2006061420332901
Modified files:
openpkg-src/bochs bochs.patch bochs.spec
Log:
fix building under stricter C++ of GCC 4.1
Summary:
Revision Changes Path
1.11 +18 -0 openpkg-src/bochs/bochs.patch
1.50 +1 -1 openpkg-src/bochs/bochs.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bochs/bochs.patch
============================================================================
$ cvs diff -u -r1.10 -r1.11 bochs.patch
--- openpkg-src/bochs/bochs.patch 10 Mar 2006 09:07:09 -0000 1.10
+++ openpkg-src/bochs/bochs.patch 14 Jun 2006 19:33:29 -0000 1.11
@@ -41,3 +41,21 @@
char intname[IFNAMSIZ];
if (netif == NULL || strcmp(netif,"") == 0)
strcpy(intname,"/tmp/vde.ctl");
+Index: iodev/hdimage.h
+--- iodev/hdimage.h.orig 2005-11-06 12:07:01 +0100
++++ iodev/hdimage.h 2006-06-14 21:29:22 +0200
+@@ -273,14 +273,8 @@
+
+ void panic(const char * message);
+ off_t
+-#ifndef PARANOID
+- sparse_image_t::
+-#endif
+ get_physical_offset();
+ void
+-#ifndef PARANOID
+- sparse_image_t::
+-#endif
+ set_virtual_page(Bit32u new_virtual_page);
+ void read_header();
+ ssize_t read_page_fragment(Bit32u read_virtual_page, Bit32u
read_page_offset, size_t read_size, void * buf);
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/bochs/bochs.spec
============================================================================
$ cvs diff -u -r1.49 -r1.50 bochs.spec
--- openpkg-src/bochs/bochs.spec 24 May 2006 18:50:47 -0000 1.49
+++ openpkg-src/bochs/bochs.spec 14 Jun 2006 19:33:30 -0000 1.50
@@ -33,7 +33,7 @@
Group: Misc
License: LGPL
Version: 2.2.6
-Release: 20060524
+Release: 20060614
# list of sources
Source0:
http://switch.dl.sourceforge.net/sourceforge/bochs/bochs-%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]