OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 09-Aug-2002 22:46:00
Branch: HEAD Handle: 2002080921455901
Modified files:
openpkg-src/bash bash.spec
openpkg-web news.txt
Log:
do not use GNU malloc (it causes trouble on Solaris)
Summary:
Revision Changes Path
1.22 +2 -1 openpkg-src/bash/bash.spec
1.1143 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/bash/bash.spec
============================================================
$ cvs diff -u -r1.21 -r1.22 bash.spec
--- openpkg-src/bash/bash.spec 18 Jul 2002 07:49:41 -0000 1.21
+++ openpkg-src/bash/bash.spec 9 Aug 2002 20:46:00 -0000 1.22
@@ -33,7 +33,7 @@
Group: Shell
License: GPL
Version: 2.05b
-Release: 20020718
+Release: 20020809
# list of sources
Source0: ftp://ftp.cwru.edu/pub/bash/bash-%{version}.tar.gz
@@ -62,6 +62,7 @@
CFLAGS="%{l_cflags -O}" \
./configure \
--prefix=%{l_prefix} \
+ --without-gnu-malloc \
--without-curses
%{l_shtool} subst \
-e 's;^\(#define.*SYS_PROFILE["^]*\).*;\1 "%{l_prefix}/etc/bash/profile";' \
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1142 -r1.1143 news.txt
--- openpkg-web/news.txt 9 Aug 2002 19:25:50 -0000 1.1142
+++ openpkg-web/news.txt 9 Aug 2002 20:45:59 -0000 1.1143
@@ -1,3 +1,4 @@
+09-Aug-2002: Upgraded package: P<bash-2.05b-20020809>
09-Aug-2002: Upgraded package: P<zsh-4.0.5-20020809>
09-Aug-2002: Upgraded package: P<perl-gd-20020809-20020809>
09-Aug-2002: New package: P<xv-3.10a-20020809>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]