OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src openpkg-web Date: 12-Jun-2003 21:28:51 Branch: HEAD Handle: 2003061220285001 Modified files: openpkg-src/bochs bochs.spec openpkg-web news.txt Log: fix building for pedantic gcc3.3, but does it work ? Summary: Revision Changes Path 1.20 +6 -1 openpkg-src/bochs/bochs.spec 1.4846 +1 -0 openpkg-web/news.txt ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/bochs/bochs.spec ============================================================================ $ cvs diff -u -r1.19 -r1.20 bochs.spec --- openpkg-src/bochs/bochs.spec 31 Jan 2003 12:25:38 -0000 1.19 +++ openpkg-src/bochs/bochs.spec 12 Jun 2003 19:28:51 -0000 1.20 @@ -33,7 +33,7 @@ Group: Misc License: LGPL Version: 2.0.2 -Release: 20030129 +Release: 20030612 # list of sources Source0: http://osdn.dl.sourceforge.net/sourceforge/bochs/bochs-%{version}.tar.gz @@ -65,6 +65,11 @@ # remove CVS sub-directories because they would be # picked up by "make install" later. find . -type d -name CVS -print | xargs rm -rf + + # fix non-standard initializers + %{l_shtool} subst \ + -e 's;{ *0, *{ *\(&[^ ]*\) *} *};{ 0, \1 };' \ + cpu/fetchdecode.cc %build # make sure Bochs find the global configuration @@ . patch -p0 <<'@@ .' Index: openpkg-web/news.txt ============================================================================ $ cvs diff -u -r1.4845 -r1.4846 news.txt --- openpkg-web/news.txt 12 Jun 2003 18:46:29 -0000 1.4845 +++ openpkg-web/news.txt 12 Jun 2003 19:28:50 -0000 1.4846 @@ -1,3 +1,4 @@ +12-Jun-2003: Upgraded package: P<bochs-2.0.2-20030612> 12-Jun-2003: Upgraded package: P<pango-1.2.3-20030612> 12-Jun-2003: Upgraded package: P<sendmail-8.12.9-20030612> 12-Jun-2003: Upgraded package: P<devtodo-0.1.17-20030612> @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]