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: 08-Feb-2004 19:43:10
Branch: HEAD Handle: 2004020818430802
Added files:
openpkg-src/tcsh tcsh.patch
Modified files:
openpkg-src/tcsh tcsh.spec
openpkg-web news.txt
Log:
disable explicit declarations to fix building under Fedora Core 1
Summary:
Revision Changes Path
1.1 +19 -0 openpkg-src/tcsh/tcsh.patch
1.29 +4 -2 openpkg-src/tcsh/tcsh.spec
1.8488 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tcsh/tcsh.patch
============================================================================
$ cvs diff -u -r0 -r1.1 tcsh.patch
--- /dev/null 2004-02-08 19:43:10.000000000 +0100
+++ tcsh.patch 2004-02-08 19:43:10.000000000 +0100
@@ -0,0 +1,19 @@
+Index: sh.h
+--- sh.h.orig 2002-07-23 18:13:22.000000000 +0200
++++ sh.h 2004-02-08 19:40:54.000000000 +0100
+@@ -462,6 +462,7 @@
+
+ #include "sh.types.h"
+
++#if 0
+ #ifndef WINNT_NATIVE
+ # ifndef POSIX
+ extern pid_t getpgrp __P((int));
+@@ -474,6 +475,7 @@
+ # endif /* POSIX */
+ extern pid_t setpgrp __P((pid_t, pid_t));
+ #endif /* !WINNT_NATIVE */
++#endif
+
+ typedef sigret_t (*signalfun_t) __P((int));
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/tcsh/tcsh.spec
============================================================================
$ cvs diff -u -r1.28 -r1.29 tcsh.spec
--- openpkg-src/tcsh/tcsh.spec 7 Feb 2004 17:59:14 -0000 1.28
+++ openpkg-src/tcsh/tcsh.spec 8 Feb 2004 18:43:10 -0000 1.29
@@ -34,10 +34,11 @@
Group: Shell
License: BSD
Version: 6.12.00
-Release: 20040207
+Release: 20040208
# list of sources
Source0: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.tar.gz
+Patch0: tcsh.patch
# build information
Prefix: %{l_prefix}
@@ -63,7 +64,8 @@
}
%prep
- %setup -q -n tcsh-%{version}
+ %setup -q
+ %patch -p0
%build
%{l_shtool} subst \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8487 -r1.8488 news.txt
--- openpkg-web/news.txt 8 Feb 2004 18:35:31 -0000 1.8487
+++ openpkg-web/news.txt 8 Feb 2004 18:43:08 -0000 1.8488
@@ -1,3 +1,4 @@
+08-Feb-2004: Upgraded package: P<tcsh-6.12.00-20040208>
08-Feb-2004: Upgraded package: P<dhcpdump-1.6-20040208>
08-Feb-2004: Upgraded package: P<flex-2.5.4a-20040208>
08-Feb-2004: Upgraded package: P<mkisofs-2.0.3-20040208>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]