- Timestamp:
- Jan 8, 2011, 5:48:06 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f42e5c1
- Parents:
- ecc1136
- Location:
- patches
- Files:
-
- 1 deleted
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/man-1.6g-i18n-1.patch
recc1136 r3eeef443 1 Submitted By: J im Gifford <jim at cross-lfs dot org>2 Date: 20 09-01-081 Submitted By: Joe Ciccone <jciccone@gmail.com> 2 Date: 2011-01-08 3 3 Initial Package Version: 1.6f 4 4 Upstream Status: Unkown … … 6 6 Description: i18n Updates 7 7 8 diff -Naur man-1.6 f.orig/catopen/catopen.c man-1.6f/catopen/catopen.c9 --- man-1.6 f.orig/catopen/catopen.c 2005-08-20 16:26:06.000000000 -070010 +++ man-1.6 f/catopen/catopen.c 2009-01-08 22:01:17.000000000 -08008 diff -Naur man-1.6g.orig/catopen/catopen.c man-1.6g/catopen/catopen.c 9 --- man-1.6g.orig/catopen/catopen.c 2005-08-20 19:26:06.000000000 -0400 10 +++ man-1.6g/catopen/catopen.c 2011-01-08 20:29:31.874658039 -0500 11 11 @@ -9,22 +9,63 @@ 12 12 extern char *index (const char *, int); /* not always in <string.h> */ … … 140 140 141 141 free(path0); 142 diff -Naur man-1.6 f.orig/configure man-1.6f/configure143 --- man-1.6 f.orig/configure 2007-08-20 21:15:21.000000000 -0700144 +++ man-1.6 f/configure 2009-01-08 22:29:17.000000000 -0800145 @@ -41 2,9 +412,9 @@142 diff -Naur man-1.6g.orig/configure man-1.6g/configure 143 --- man-1.6g.orig/configure 2010-12-31 15:28:46.000000000 -0500 144 +++ man-1.6g/configure 2011-01-08 20:29:31.874658039 -0500 145 @@ -416,9 +416,9 @@ 146 146 fi 147 147 done … … 156 156 neqn="" 157 157 jneqn="" 158 @@ -47 2,29 +472,32 @@158 @@ -476,29 +476,32 @@ 159 159 done 160 160 # -Tlatin1 is bad when utf8 is used, but needed for groff, not for nroff … … 196 196 col="$Fcol" 197 197 vgrind="$Fvgrind" 198 @@ -96 0,7 +963,7 @@198 @@ -964,7 +967,7 @@ 199 199 200 200 # What sections do we anticipate? … … 205 205 if [ x$default = x ]; then 206 206 echo "" 207 diff -Naur man-1.6 f.orig/msgs/inst.sh man-1.6f/msgs/inst.sh208 --- man-1.6 f.orig/msgs/inst.sh 2005-08-20 16:26:06.000000000 -0700209 +++ man-1.6 f/msgs/inst.sh 2009-01-08 22:01:46.000000000 -0800207 diff -Naur man-1.6g.orig/msgs/inst.sh man-1.6g/msgs/inst.sh 208 --- man-1.6g.orig/msgs/inst.sh 2005-08-20 19:26:06.000000000 -0400 209 +++ man-1.6g/msgs/inst.sh 2011-01-08 20:29:31.874658039 -0500 210 210 @@ -27,8 +27,7 @@ 211 211 for j in $M; do … … 218 218 mkdir -p `dirname $dest`; 219 219 echo "install -c -m 644 $j $dest" 220 diff -Naur man-1.6 f.orig/src/apropos.sh man-1.6f/src/apropos.sh221 --- man-1.6 f.orig/src/apropos.sh 2005-08-20 16:26:06.000000000 -0700222 +++ man-1.6 f/src/apropos.sh 2009-01-08 22:02:47.000000000 -0800220 diff -Naur man-1.6g.orig/src/apropos.sh man-1.6g/src/apropos.sh 221 --- man-1.6g.orig/src/apropos.sh 2005-08-20 19:26:06.000000000 -0400 222 +++ man-1.6g/src/apropos.sh 2011-01-08 20:29:31.874658039 -0500 223 223 @@ -60,16 +60,56 @@ 224 224 esac … … 281 281 # But it is better to give all 282 282 # break 283 diff -Naur man-1.6 f.orig/src/makewhatis.sh man-1.6f/src/makewhatis.sh284 --- man-1.6 f.orig/src/makewhatis.sh 2007-09-17 11:35:14.000000000 -0700285 +++ man-1.6 f/src/makewhatis.sh 2009-01-08 22:02:47.000000000 -0800283 diff -Naur man-1.6g.orig/src/makewhatis.sh man-1.6g/src/makewhatis.sh 284 --- man-1.6g.orig/src/makewhatis.sh 2007-09-17 14:35:14.000000000 -0400 285 +++ man-1.6g/src/makewhatis.sh 2011-01-08 20:29:31.878656601 -0500 286 286 @@ -55,6 +55,9 @@ 287 287 dc= … … 311 311 $1 ~ /^STRUCTURES/ || $1 ~ /^INTRODUCTION/ || 312 312 $0 ~ /^[^ ]/))) { 313 diff -Naur man-1.6 f.orig/src/manpath.c man-1.6f/src/manpath.c314 --- man-1.6 f.orig/src/manpath.c 2006-08-03 14:18:33.000000000 -0700315 +++ man-1.6 f/src/manpath.c 2009-01-08 22:01:17.000000000 -0800313 diff -Naur man-1.6g.orig/src/manpath.c man-1.6g/src/manpath.c 314 --- man-1.6g.orig/src/manpath.c 2006-08-03 17:18:33.000000000 -0400 315 +++ man-1.6g/src/manpath.c 2011-01-08 20:29:31.878656601 -0500 316 316 @@ -282,13 +282,14 @@ 317 317 /* We cannot use "lang = setlocale(LC_MESSAGES, NULL)" or so:
Note:
See TracChangeset
for help on using the changeset viewer.