OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 05-Apr-2003 11:39:01
Branch: HEAD Handle: 2003040510385901
Modified files:
openpkg-src/xboard xboard.spec
openpkg-web news.txt
Log:
Use disable-sigint workaround to avoid communication bug when using
gnuchess as a backend
Summary:
Revision Changes Path
1.4 +2 -2 openpkg-src/xboard/xboard.spec
1.3960 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xboard/xboard.spec
============================================================================
$ cvs diff -u -r1.3 -r1.4 xboard.spec
--- openpkg-src/xboard/xboard.spec 15 Mar 2003 00:56:37 -0000 1.3
+++ openpkg-src/xboard/xboard.spec 5 Apr 2003 09:39:00 -0000 1.4
@@ -33,7 +33,7 @@
Group: Games
License: GPL
Version: 4.2.6
-Release: 20030315
+Release: 20030405
# list of sources
Source0: ftp://ftp.gnu.org/gnu/xboard/xboard-%{version}.tar.gz
@@ -73,7 +73,7 @@
--x-libraries=`%{l_prefix}/etc/rc --query x11_libdir` \
--with-x \
--enable-xpm \
- --enable-sigint
+ --disable-sigint
%{l_make} %{l_mflags -O}
%install
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3959 -r1.3960 news.txt
--- openpkg-web/news.txt 4 Apr 2003 17:35:07 -0000 1.3959
+++ openpkg-web/news.txt 5 Apr 2003 09:38:59 -0000 1.3960
@@ -1,3 +1,4 @@
+05-Apr-2003: Upgraded package: P<xboard-4.2.6-20030405>
04-Apr-2003: Upgraded package: P<tidy-20030403-20030404>
04-Apr-2003: Upgraded package: P<openpkg-20030404-20030404>
04-Apr-2003: Upgraded package: P<sasl-2.1.12-20030404>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]