Author: sip Date: 2006-02-23 18:58:05 +0100 (Thu, 23 Feb 2006) New Revision: 786 Added: crux-2.2/ports/core/man/man-1.6c.patch Removed: crux-2.2/ports/core/man/man-1.5p.patch Modified: crux-2.2/ports/core/man/.md5sum crux-2.2/ports/core/man/Pkgfile Log: man: updated to 1.6c Modified: crux-2.2/ports/core/man/.md5sum =================================================================== --- crux-2.2/ports/core/man/.md5sum 2006-02-23 17:45:15 UTC (rev 785) +++ crux-2.2/ports/core/man/.md5sum 2006-02-23 17:58:05 UTC (rev 786) @@ -1,3 +1,3 @@ a5617e86e5fb22dc38e40e1cd5ef00a4 makewhatis -8e2b711a660a1173544d441be0604166 man-1.5p.patch -037d5644f8ef9ea0ef22b271bae0297d man-1.5p.tar.gz +16396f5af7ef4e090949973fe6bb1066 man-1.6c.patch +ac1e7d60dfedb7d1c6f398ae5b038996 man-1.6c.tar.gz Modified: crux-2.2/ports/core/man/Pkgfile =================================================================== --- crux-2.2/ports/core/man/Pkgfile 2006-02-23 17:45:15 UTC (rev 785) +++ crux-2.2/ports/core/man/Pkgfile 2006-02-23 17:58:05 UTC (rev 786) @@ -3,9 +3,9 @@ # Maintainer: Per Lid�n <per@fukt.bth.se> name=man -version=1.5p +version=1.6c release=1 -source=(ftp://ftp.win.tue.nl/pub/linux-local/utils/man/$name-$version.tar.gz \ +source=(http://primates.ximian.com/~flucifredi/man/$name-$version.tar.gz \ makewhatis $name-$version.patch) build() { Deleted: crux-2.2/ports/core/man/man-1.5p.patch =================================================================== --- crux-2.2/ports/core/man/man-1.5p.patch 2006-02-23 17:45:15 UTC (rev 785) +++ crux-2.2/ports/core/man/man-1.5p.patch 2006-02-23 17:58:05 UTC (rev 786) @@ -1,13 +0,0 @@ ---- man-1.5p/src/man.c~ 2005-01-08 09:08:09.000000000 +0100 -+++ man-1.5p/src/man.c 2005-01-11 18:06:38.867401064 +0100 -@@ -549,7 +549,9 @@ - * .ev 1; .lt ...; .ev helps for my version of groff. - * The LL assignment is needed by the mandoc macros. - */ -- sprintf(eos(bufh), "echo \".ll %d.%di\"; ", ll/10, ll%10); -+ /* use the LL register instead of .ll to keep up with -+ * changes in the groff-1.18 series */ -+ sprintf(eos(bufh), "echo \".nr LL %d.%di\"; ", ll/10, ll%10); - sprintf(eos(bufh), "echo \".nr LL %d.%di\"; ", ll/10, ll%10); - #if 0 - sprintf(eos(bufh), "echo \".lt %d.%di\"; ", ll/10, ll%10); Added: crux-2.2/ports/core/man/man-1.6c.patch =================================================================== --- crux-2.2/ports/core/man/man-1.6c.patch 2006-02-23 17:45:15 UTC (rev 785) +++ crux-2.2/ports/core/man/man-1.6c.patch 2006-02-23 17:58:05 UTC (rev 786) @@ -0,0 +1,26 @@ +diff -Nru man-1.6c.orig/src/makewhatis.sh man-1.6c/src/makewhatis.sh +--- man-1.6c.orig/src/makewhatis.sh 2006-02-18 10:27:49.000000000 +0100 ++++ man-1.6c/src/makewhatis.sh 2006-02-18 10:29:07.000000000 +0100 +@@ -258,7 +258,7 @@ + $2 ~ /^N[�E]V/ || $2 ~ /^NAMA/ || $2 ~ /^̾��/ || + $2 ~ /^̾��/ || $2 ~ /^�̸�/ || $2 ~ /^NAZWA/ || + $2 ~ /^��������/ || $2 ~ /^����/ || $2 ~ /^�W��/ || +- $2 ~ /^NOME/ || $2 ~ /^NAAM/) || $2 ~ /^���/)) || ++ $2 ~ /^NOME/ || $2 ~ /^NAAM/ || $2 ~ /^���/)) || + (pages == "cat" && $1 ~ /^NAME/)) { + if (!insh) { + insh = 1; +diff -Nru man-1.6c.orig/src/man.c man-1.6c/src/man.c +--- man-1.6c.orig/src/man.c 2006-02-18 10:27:49.000000000 +0100 ++++ man-1.6c/src/man.c 2006-02-18 10:28:16.000000000 +0100 +@@ -573,7 +573,9 @@ + * .ev 1; .lt ...; .ev helps for my version of groff. + * The LL assignment is needed by the mandoc macros. + */ +- sprintf(eos(bufh), "echo \".ll %d.%di\"; ", ll/10, ll%10); ++ /* use the LL register instead of .ll to keep up with ++ * changes in the groff-1.18 series */ ++ sprintf(eos(bufh), "echo \".nr LL %d.%di\"; ", ll/10, ll%10); + sprintf(eos(bufh), "echo \".nr LL %d.%di\"; ", ll/10, ll%10); + #if 0 + sprintf(eos(bufh), "echo \".lt %d.%di\"; ", ll/10, ll%10);
participants (1)
-
crux@crux.nu