cvs commit: patches/kdebase kdebase-3.1.4-kwrited.patch kdebase-3.1.4-rundialog.patch
tushar at linuxfromscratch.org
tushar at linuxfromscratch.org
Sun Oct 5 21:15:11 PDT 2003
tushar 03/10/05 22:15:11
Modified: coreutils coreutils-5.0-uname.patch
diffutils diffutils-2.8.4-sdiff-2.patch
diffutils-2.8.4-tabsize-1.patch
diffutils-2.8.4-typo-1.patch
ed ed-0.2.patch
expect expect-5.39.0.patch
gawk gawk-3.1.3.patch
gcc gcc-2.95.3-2.patch gcc-2.95.3-no-fixinc.patch
gcc-2.95.3-returntype-fix.patch
gcc-3.3.1-no_fixincludes-2.patch
gpm gpm-1.20.1-smooth-cursor.patch
inetutils inetutils-1.4.2-telnet-1.patch
inetutils-1.4.2-telnetd-1.patch
inetutils-1.4.2-typos-1.patch
kdebase kdebase-3.1.4-kwrited.patch
kdebase-3.1.4-rundialog.patch
Log:
Header corrections
Revision Changes Path
1.2 +5 -0 patches/coreutils/coreutils-5.0-uname.patch
Index: coreutils-5.0-uname.patch
===================================================================
RCS file: /home/cvsroot/patches/coreutils/coreutils-5.0-uname.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- coreutils-5.0-uname.patch 30 Sep 2003 04:40:24 -0000 1.1
+++ coreutils-5.0-uname.patch 6 Oct 2003 04:15:11 -0000 1.2
@@ -1,3 +1,8 @@
+Submitted By: LFS Book <lfs-book at linuxfromscratch.org>
+Date: 2003-10-05
+Initial Package Version: 5.0
+Origin: LFS Book
+Description: Fix uname working.
diff -urN coreutils-5.0.old/src/uname.c coreutils-5.0/src/uname.c
--- coreutils-5.0.old/src/uname.c 2002-12-06 15:40:55.000000000 +0000
+++ coreutils-5.0/src/uname.c 2003-04-30 22:28:16.000000000 +0100
1.2 +2 -2 patches/diffutils/diffutils-2.8.4-sdiff-2.patch
Index: diffutils-2.8.4-sdiff-2.patch
===================================================================
RCS file: /home/cvsroot/patches/diffutils/diffutils-2.8.4-sdiff-2.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- diffutils-2.8.4-sdiff-2.patch 9 Sep 2003 21:50:30 -0000 1.1
+++ diffutils-2.8.4-sdiff-2.patch 6 Oct 2003 04:15:11 -0000 1.2
@@ -1,6 +1,6 @@
Submitted By: Jim Gifford (patches at jg555 dot com)
-Date: 09-09-2003
-Initial Package Version: diffutils 2.8.4
+Date: 2003-09-09
+Initial Package Version: 2.8.4
Origin: converter at dalnet-perl.org Gentoo Bug #11728
Description: sdiff returns -1 status on exit. This patch fixes sdiff
to return a status of 0 on exit
1.2 +2 -2 patches/diffutils/diffutils-2.8.4-tabsize-1.patch
Index: diffutils-2.8.4-tabsize-1.patch
===================================================================
RCS file: /home/cvsroot/patches/diffutils/diffutils-2.8.4-tabsize-1.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- diffutils-2.8.4-tabsize-1.patch 9 Sep 2003 21:01:52 -0000 1.1
+++ diffutils-2.8.4-tabsize-1.patch 6 Oct 2003 04:15:11 -0000 1.2
@@ -1,6 +1,6 @@
Submitted By: Jim Gifford (patches at jg555 dot com)
-Date: 09-09-2003
-Initial Package Version: diffutils 2.8.4
+Date: 2003-09-09
+Initial Package Version: 2.8.4
Origin: taviso at gentoo.org Gentoo Bug # 24238
Description: --tabsize option, undocumented in diff but used in sdiff, makes
diff dump core
1.2 +2 -2 patches/diffutils/diffutils-2.8.4-typo-1.patch
Index: diffutils-2.8.4-typo-1.patch
===================================================================
RCS file: /home/cvsroot/patches/diffutils/diffutils-2.8.4-typo-1.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- diffutils-2.8.4-typo-1.patch 9 Sep 2003 21:01:52 -0000 1.1
+++ diffutils-2.8.4-typo-1.patch 6 Oct 2003 04:15:11 -0000 1.2
@@ -1,6 +1,6 @@
Submitted By: Jim Gifford (patches at jg555 dot com)
-Date: 09-09-2003
-Initial Package Version: diffutils 2.8.4
+Date: 2003-09-09
+Initial Package Version: 2.8.4
Origin: azarah at gentoo.org Gentoo Bug # 8934
Description: Build fails with make -j5 or greater on pentium4. This is because
the jobs creating the opjects, which depend on paths.h is sheduled
1.2 +5 -0 patches/ed/ed-0.2.patch
Index: ed-0.2.patch
===================================================================
RCS file: /home/cvsroot/patches/ed/ed-0.2.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- ed-0.2.patch 30 Sep 2003 04:40:24 -0000 1.1
+++ ed-0.2.patch 6 Oct 2003 04:15:11 -0000 1.2
@@ -1,3 +1,8 @@
+Submitted By: LFS Book <lfs-book at linuxfromscratch.org>
+Date: 2003-10-05
+Initial Package Version: 0.2
+Origin: Slackware Source
+Description: Use mkstemp instead of mktemp.
diff -Naur ed-0.2/buf.c ed-0.2-2/buf.c
--- ed-0.2/buf.c Sat Nov 19 04:37:59 1994
+++ ed-0.2-2/buf.c Tue May 28 18:38:23 2002
1.2 +5 -0 patches/expect/expect-5.39.0.patch
Index: expect-5.39.0.patch
===================================================================
RCS file: /home/cvsroot/patches/expect/expect-5.39.0.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- expect-5.39.0.patch 30 Sep 2003 04:40:24 -0000 1.1
+++ expect-5.39.0.patch 6 Oct 2003 04:15:11 -0000 1.2
@@ -1,3 +1,8 @@
+Submitted By: LFS Book <lfs-book at linuxfromscratch.org>
+Date: 2003-10-05
+Initial Package Version: 5.38
+Origin: LFS Book
+Description: NA
diff -uNr expect-5.38.orig/exp_chan.c expect-5.38/exp_chan.c
--- expect-5.38.orig/exp_chan.c 2002-02-12 13:00:55.000000000 +1100
+++ expect-5.38/exp_chan.c 2003-03-01 10:36:18.000000000 +1100
1.2 +7 -0 patches/gawk/gawk-3.1.3.patch
Index: gawk-3.1.3.patch
===================================================================
RCS file: /home/cvsroot/patches/gawk/gawk-3.1.3.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- gawk-3.1.3.patch 30 Sep 2003 04:40:24 -0000 1.1
+++ gawk-3.1.3.patch 6 Oct 2003 04:15:11 -0000 1.2
@@ -1,3 +1,10 @@
+Submitted By: LFS BOOK <lfs-book at linuxfromscratch.org>
+Date: 2003-10-05
+Initial Package Version: 3.1.3
+Origin: LFS Book
+Description: Do not create a subdirectory under libexecdir to store
+ internal programs, instead directly copy to libexecdir.
+ Create a unique datadir instead of using awk.
diff -Naur gawk-3.1.3-orig/Makefile.in gawk-3.1.3/Makefile.in
--- gawk-3.1.3-orig/Makefile.in 2003-07-10 14:36:14.000000000 +0000
+++ gawk-3.1.3/Makefile.in 2003-07-10 14:37:50.000000000 +0000
1.2 +5 -0 patches/gcc/gcc-2.95.3-2.patch
Index: gcc-2.95.3-2.patch
===================================================================
RCS file: /home/cvsroot/patches/gcc/gcc-2.95.3-2.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- gcc-2.95.3-2.patch 30 Sep 2003 04:40:24 -0000 1.1
+++ gcc-2.95.3-2.patch 6 Oct 2003 04:15:11 -0000 1.2
@@ -1,3 +1,8 @@
+Submitted By: LFS Book <lfs-book at linuxfromscratch.org>
+Date: 2003-10-05
+Initial Package Version: 2.95.3
+Origin: LFS Book
+Description: Various compilation fixes.
diff -uNr gcc-2.95.3.orig/gcc/c-common.c gcc-2.95.3/gcc/c-common.c
--- gcc-2.95.3.orig/gcc/c-common.c Tue Sep 7 18:11:16 1999
+++ gcc-2.95.3/gcc/c-common.c Sat Aug 18 07:18:42 2001
1.2 +5 -0 patches/gcc/gcc-2.95.3-no-fixinc.patch
Index: gcc-2.95.3-no-fixinc.patch
===================================================================
RCS file: /home/cvsroot/patches/gcc/gcc-2.95.3-no-fixinc.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- gcc-2.95.3-no-fixinc.patch 30 Sep 2003 04:40:24 -0000 1.1
+++ gcc-2.95.3-no-fixinc.patch 6 Oct 2003 04:15:11 -0000 1.2
@@ -1,3 +1,8 @@
+Submitted By: iBLFS Book <blfs-book at linuxfromscratch.org>
+Date: 2003-10-05
+Initial Package Version: 2.95.3
+Origin: BLFS Book
+Description: Prevent fixing the includes.
diff -ur gcc-2.95.3/gcc/Makefile.in gcc-2.95.3.no-fixinc/gcc/Makefile.in
--- gcc-2.95.3/gcc/Makefile.in 2001-01-25 08:02:58.000000000 -0600
+++ gcc-2.95.3.no-fixinc/gcc/Makefile.in 2003-03-31 14:14:59.000000000 -0600
1.2 +1 -1 patches/gcc/gcc-2.95.3-returntype-fix.patch
Index: gcc-2.95.3-returntype-fix.patch
===================================================================
RCS file: /home/cvsroot/patches/gcc/gcc-2.95.3-returntype-fix.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- gcc-2.95.3-returntype-fix.patch 30 Sep 2003 04:40:24 -0000 1.1
+++ gcc-2.95.3-returntype-fix.patch 6 Oct 2003 04:15:11 -0000 1.2
@@ -1,5 +1,5 @@
Submitted By: Zack Winkles <winkie at linuxfromscratch.org>
-Date:
+Date: 2003-10-05
Initial Package Version: 2.95.3
Source: LFS-Dev archives
Description: Fixes gcc 2.95.3 so the -Wreturn-type flag will work, even when
1.2 +1 -1 patches/gcc/gcc-3.3.1-no_fixincludes-2.patch
Index: gcc-3.3.1-no_fixincludes-2.patch
===================================================================
RCS file: /home/cvsroot/patches/gcc/gcc-3.3.1-no_fixincludes-2.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- gcc-3.3.1-no_fixincludes-2.patch 30 Sep 2003 04:40:24 -0000 1.1
+++ gcc-3.3.1-no_fixincludes-2.patch 6 Oct 2003 04:15:11 -0000 1.2
@@ -1,6 +1,6 @@
Submitted By: Ronald Hummelink <ronald at hummelink dot xs4all dot nl>
Date: 2003-08-16
-Initial Package Version: GCC 3.3.1
+Initial Package Version: 3.3.1
Origin: Originally developed for GCC 3.2 by Greg Schafer <gschafer at zip dot com dot au>
Description: Prevent fixincludes script from running.
1.3 +4 -4 patches/gpm/gpm-1.20.1-smooth-cursor.patch
Index: gpm-1.20.1-smooth-cursor.patch
===================================================================
RCS file: /home/cvsroot/patches/gpm/gpm-1.20.1-smooth-cursor.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -u -r1.2 -r1.3
--- gpm-1.20.1-smooth-cursor.patch 3 Oct 2003 06:18:58 -0000 1.2
+++ gpm-1.20.1-smooth-cursor.patch 6 Oct 2003 04:15:11 -0000 1.3
@@ -3,8 +3,8 @@
Initial Package Version: 1.20.1
Origin: http://archives.linuxfromscratch.org/mail-archives/blfs-dev/2003-May/002916.html
Description: Smooth cursor movement.
---- src/gpm.c_ Sat Jun 8 14:14:19 2002
-+++ src/gpm.c Sat Jun 8 14:51:18 2002
+--- gpm-1.20.1/src/gpm.c_ Sat Jun 8 14:14:19 2002
++++ gpm-1.20.1/src/gpm.c Sat Jun 8 14:51:18 2002
@@ -106,6 +106,11 @@
static int mouse_argc[3]; /* 0 for default (unused) and two mice */
static char **mouse_argv[3]; /* 0 for default (unused) and two mice */
@@ -68,8 +68,8 @@
/* register the connection information in the right place */
info->next=next=cinfo[vc];
---- src/headers/gpm.h_ Sat Jun 8 13:20:25 2002
-+++ src/headers/gpm.h Sat Jun 8 14:52:35 2002
+--- gpm-1.20.1/src/headers/gpm.h_ Sat Jun 8 13:20:25 2002
++++ gpm-1.20.1/src/headers/gpm.h Sat Jun 8 14:52:35 2002
@@ -102,8 +102,15 @@
used event to pass over to another handler */
1.2 +1 -1 patches/inetutils/inetutils-1.4.2-telnet-1.patch
Index: inetutils-1.4.2-telnet-1.patch
===================================================================
RCS file: /home/cvsroot/patches/inetutils/inetutils-1.4.2-telnet-1.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- inetutils-1.4.2-telnet-1.patch 5 Oct 2003 21:52:58 -0000 1.1
+++ inetutils-1.4.2-telnet-1.patch 6 Oct 2003 04:15:11 -0000 1.2
@@ -1,5 +1,5 @@
Submitted By: Jim Gifford (patches at jg555 dot com)
-Date: 09-10-2003
+Date: 2003-09-10
Initial Package Version: 1.4.2
Origin: inetutils CVS
Description: Don't set hostname to DNS canonicalized value.
1.2 +1 -1 patches/inetutils/inetutils-1.4.2-telnetd-1.patch
Index: inetutils-1.4.2-telnetd-1.patch
===================================================================
RCS file: /home/cvsroot/patches/inetutils/inetutils-1.4.2-telnetd-1.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- inetutils-1.4.2-telnetd-1.patch 5 Oct 2003 21:52:58 -0000 1.1
+++ inetutils-1.4.2-telnetd-1.patch 6 Oct 2003 04:15:11 -0000 1.2
@@ -1,5 +1,5 @@
Submitted By: Jim Gifford (patches at jg555 dot com)
-Date: 09-10-2003
+Date: 2003-09-10
Initial Package Version: 1.4.2
Origin: inetutils-1.4.2
Description: Change int to socklen since it's a socket call
1.2 +1 -1 patches/inetutils/inetutils-1.4.2-typos-1.patch
Index: inetutils-1.4.2-typos-1.patch
===================================================================
RCS file: /home/cvsroot/patches/inetutils/inetutils-1.4.2-typos-1.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- inetutils-1.4.2-typos-1.patch 5 Oct 2003 21:52:58 -0000 1.1
+++ inetutils-1.4.2-typos-1.patch 6 Oct 2003 04:15:11 -0000 1.2
@@ -1,5 +1,5 @@
Submitted By: Jim Gifford (patches at jg555 dot com)
-Date: 09-10-2003
+Date: 2003-09-10
Initial Package Version: 1.4.2
Origin: inetutils CVS
Description: Fixes Typos dest_realm_buf should be used instead
1.2 +1 -1 patches/kdebase/kdebase-3.1.4-kwrited.patch
Index: kdebase-3.1.4-kwrited.patch
===================================================================
RCS file: /home/cvsroot/patches/kdebase/kdebase-3.1.4-kwrited.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- kdebase-3.1.4-kwrited.patch 28 Sep 2003 15:58:39 -0000 1.1
+++ kdebase-3.1.4-kwrited.patch 6 Oct 2003 04:15:11 -0000 1.2
@@ -1,7 +1,7 @@
Submitted by: Alexander E. Patrakov (semzx at newmail dot ru)
Origin: Alexander E. Patrakov
Date: 2003-09-28
-Initial Package Version: KDE 3.1.3
+Initial Package Version: 3.1.3
Description: Allows the user to copy text from kwrited message window
and clear that window. Fixes a FIXME.
Applies to only those people who have the "utempter" program.
1.2 +1 -1 patches/kdebase/kdebase-3.1.4-rundialog.patch
Index: kdebase-3.1.4-rundialog.patch
===================================================================
RCS file: /home/cvsroot/patches/kdebase/kdebase-3.1.4-rundialog.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- kdebase-3.1.4-rundialog.patch 28 Sep 2003 15:58:39 -0000 1.1
+++ kdebase-3.1.4-rundialog.patch 6 Oct 2003 04:15:11 -0000 1.2
@@ -1,7 +1,7 @@
Submitted by: Alexander E. Patrakov (semzx at newmail dot ru)
Origin: Alexander E. Patrakov
Date: 2003-09-28
-Initial Package Version: KDE 3.1.4
+Initial Package Version: 3.1.4
Description: When kdebase is compiled against Qt 3.2.x, the "Run Command"
dialog has wrong size (looks like the bottom is cut). This patch fixes
this problem. Don't ask me how it works - I just noticed that in KDE CVS HEAD
More information about the patches
mailing list