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: 07-Mar-2006 12:19:04
Branch: HEAD Handle: 2006030711190300
Modified files:
openpkg-src/openpkg HISTORY openpkg.spec
Log:
cleanup building of GNU Bash
Summary:
Revision Changes Path
1.316 +2 -1 openpkg-src/openpkg/HISTORY
1.470 +1 -5 openpkg-src/openpkg/openpkg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.315 -r1.316 HISTORY
--- openpkg-src/openpkg/HISTORY 6 Mar 2006 22:32:58 -0000 1.315
+++ openpkg-src/openpkg/HISTORY 7 Mar 2006 11:19:03 -0000 1.316
@@ -2,7 +2,8 @@
2005
====
-20060306 fixed building of Bash by reducing dependency to Bison/Yacc
+20060307 cleanup building of GNU Bash
+20060306 fixed building of GNU Bash by reducing dependency to Bison/Yacc
20060227 upgrade to cURL 7.15.2
20060207 upgrade to OSSP uuid 1.4.1
20060207 upgrade to GNU shtool 2.0.5
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.469 -r1.470 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 6 Mar 2006 22:32:58 -0000 1.469
+++ openpkg-src/openpkg/openpkg.spec 7 Mar 2006 11:19:03 -0000 1.470
@@ -38,7 +38,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20060306
+%define V_openpkg 20060307
# the used software versions
%define V_rpm 4.2.1
@@ -616,10 +616,6 @@
# build GNU bash tool
( cd bash-%{V_bash}
- # remove dependency to size(1) during bash build
- sh $shtool subst \
- -e 's;\(size $(Program)\);\1 || true;' \
- Makefile.in
( # force disabled wide-character support
echo "ac_cv_header_wchar_h=no"
echo "ac_cv_header_wctype_h=no"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]