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: 21-Sep-2005 08:33:33
Branch: HEAD Handle: 2005092107333300
Modified files:
openpkg-src/bison bison.patch bison.spec
Log:
fix building by disabling C++ code
Summary:
Revision Changes Path
1.2 +16 -3 openpkg-src/bison/bison.patch
1.56 +1 -1 openpkg-src/bison/bison.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bison/bison.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 bison.patch
--- openpkg-src/bison/bison.patch 6 Oct 2002 07:36:09 -0000 1.1
+++ openpkg-src/bison/bison.patch 21 Sep 2005 06:33:33 -0000 1.2
@@ -1,6 +1,19 @@
---- lib/timevar.c.orig Thu Aug 1 20:12:11 2002
-+++ lib/timevar.c Sun Oct 6 09:20:10 2002
-@@ -41,6 +41,7 @@
+Index: Makefile.in
+--- Makefile.in.orig 2005-09-17 00:57:55 +0200
++++ Makefile.in 2005-09-21 08:31:58 +0200
+@@ -234,7 +234,7 @@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+ ACLOCAL_AMFLAGS = -I m4
+-SUBDIRS = config po runtime-po lib data src doc examples tests
++SUBDIRS = config po runtime-po lib data src doc tests
+ aclocal_DATA = m4/bison-i18n.m4
+ EXTRA_DIST = GNUmakefile Makefile.cfg Makefile.maint \
+ OChangeLog PACKAGING
+Index: lib/timevar.c
+--- lib/timevar.c.orig 2005-07-24 09:24:22 +0200
++++ lib/timevar.c 2005-09-21 08:30:28 +0200
+@@ -45,6 +45,7 @@
# include <sys/times.h>
#endif
#ifdef HAVE_SYS_RESOURCE_H
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/bison/bison.spec
============================================================================
$ cvs diff -u -r1.55 -r1.56 bison.spec
--- openpkg-src/bison/bison.spec 20 Sep 2005 06:16:58 -0000 1.55
+++ openpkg-src/bison/bison.spec 21 Sep 2005 06:33:33 -0000 1.56
@@ -37,7 +37,7 @@
Group: Language
License: GPL
Version: %{V_new}
-Release: 20050920
+Release: 20050921
# list of sources
Source0: ftp://ftp.gnu.org/gnu/bison/bison-%{V_new}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]