OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 28-Oct-2002 20:11:34
Branch: HEAD Handle: 2002102819113300
Modified files:
openpkg-src/bash bash.spec
openpkg-web news.txt
Log:
try to fix building under NetBSD
Summary:
Revision Changes Path
1.27 +6 -1 openpkg-src/bash/bash.spec
1.1905 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/bash/bash.spec
============================================================
$ cvs diff -u -r1.26 -r1.27 bash.spec
--- openpkg-src/bash/bash.spec 25 Oct 2002 12:28:36 -0000 1.26
+++ openpkg-src/bash/bash.spec 28 Oct 2002 19:11:33 -0000 1.27
@@ -37,7 +37,7 @@
Group: Shell
License: GPL
Version: %{V_real}
-Release: 20021025
+Release: 20021028
# list of sources
Source0: ftp://ftp.cwru.edu/pub/bash/bash-%{V_real}.tar.gz
@@ -70,9 +70,14 @@
%patch3 -p0
%build
+ ( echo "ac_cv_header_wchar_h=no"
+ echo "ac_cv_header_wctype_h=no"
+ echo "ac_cv_func_mbsrtowcs=no"
+ ) >config.cache
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
./configure \
+ --cache-file=./config.cache \
--prefix=%{l_prefix} \
--without-gnu-malloc \
--without-curses
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1904 -r1.1905 news.txt
--- openpkg-web/news.txt 28 Oct 2002 13:04:05 -0000 1.1904
+++ openpkg-web/news.txt 28 Oct 2002 19:11:33 -0000 1.1905
@@ -1,3 +1,4 @@
+28-Oct-2002: Upgraded package: P<bash-2.05b-20021028>
28-Oct-2002: Upgraded package: P<sasl-2.1.9-20021028>
28-Oct-2002: Upgraded package: P<vim-6.1.245-20021028>
27-Oct-2002: Upgraded package: P<vim-6.1.243-20021021>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]