OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 16-Jul-2003 21:29:33
Branch: HEAD Handle: 2003071620293002
Modified files:
openpkg-src/tcsh tcsh.spec
openpkg-web news.txt
Log:
change terminal library searching: move termcap (because it's
smallest) to front and add ncurses (because only this exists on SuSE)
Summary:
Revision Changes Path
1.25 +4 -1 openpkg-src/tcsh/tcsh.spec
1.5600 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tcsh/tcsh.spec
============================================================================
$ cvs diff -u -r1.24 -r1.25 tcsh.spec
--- openpkg-src/tcsh/tcsh.spec 8 Jul 2003 14:42:48 -0000 1.24
+++ openpkg-src/tcsh/tcsh.spec 16 Jul 2003 19:29:32 -0000 1.25
@@ -33,7 +33,7 @@
Group: Shell
License: BSD
Version: 6.12.00
-Release: 20020913
+Release: 20030716
# list of sources
Source0: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.tar.gz
@@ -58,6 +58,9 @@
%setup -q -n tcsh-%{version}
%build
+ %{l_shtool} subst \
+ -e 's;termlib curses termcap;termcap termlib curses ncurses;' \
+ configure
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
./configure \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5599 -r1.5600 news.txt
--- openpkg-web/news.txt 16 Jul 2003 18:29:09 -0000 1.5599
+++ openpkg-web/news.txt 16 Jul 2003 19:29:30 -0000 1.5600
@@ -1,3 +1,4 @@
+16-Jul-2003: Upgraded package: P<tcsh-6.12.00-20030716>
16-Jul-2003: Upgraded package: P<ispell-3.2.06-20030716>
16-Jul-2003: Upgraded package: P<dhcp-agent-0.41-20030716>
16-Jul-2003: Upgraded package: P<jargon-4.4.3-20030716>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]