ports/core (2.4): man: update to 1.6f
commit 8efe41af140cbcbd604fa4b251d2939cb7b9e003 Author: Juergen Daubert <jue@jue.li> Date: Mon Jan 7 14:19:46 2008 +0100 man: update to 1.6f diff --git a/man/.md5sum b/man/.md5sum index 88f96bc..85d4fc4 100644 --- a/man/.md5sum +++ b/man/.md5sum @@ -1,3 +1,2 @@ a5617e86e5fb22dc38e40e1cd5ef00a4 makewhatis -c3c75a115b15dc70be216d8e7cee9a19 man-1.6e.patch -d8187cd756398baefc48ba7d60ff6a8a man-1.6e.tar.gz +67aaaa6df35215e812fd7d89472c44b6 man-1.6f.tar.gz diff --git a/man/Pkgfile b/man/Pkgfile index 75d8137..ea77cd1 100644 --- a/man/Pkgfile +++ b/man/Pkgfile @@ -3,21 +3,20 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=man -version=1.6e +version=1.6f release=1 source=(http://primates.ximian.com/~flucifredi/man/$name-$version.tar.gz \ - makewhatis $name-$version.patch) + makewhatis) build() { cd $name-$version - patch -p1 < ../$name-$version.patch ./configure -prefix=/usr \ - -confdir=/etc \ - -mandir=/usr/man \ - -compatibility_mode_for_colored_groff \ - +lang none \ - -default + -confdir=/etc \ + -mandir=/usr/man \ + -compatibility_mode_for_colored_groff \ + +lang none \ + -default make make PREFIX=$PKG install - install -D -m 755 ../makewhatis $PKG/etc/cron/daily/makewhatis + install -D -m 755 $SRC/makewhatis $PKG/etc/cron/daily/makewhatis } diff --git a/man/man-1.6e.patch b/man/man-1.6e.patch deleted file mode 100644 index e9538b0..0000000 --- a/man/man-1.6e.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -Nru man-1.6d.orig/src/man.c man-1.6d/src/man.c ---- man-1.6d.orig/src/man.c 2006-06-17 10:33:32.000000000 +0200 -+++ man-1.6d/src/man.c 2006-06-17 10:33:51.000000000 +0200 -@@ -576,7 +576,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