Date: Sat, 11 Mar 2006 00:30:53 +0900 From: Norikatsu Shigemura <nork@FreeBSD.org> To: Roman Bogorodskiy <novel@FreeBSD.org>, lofi@FreeBSD.org Cc: ports@FreeBSD.org, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: security/dirmngr: install issue on 6.1-PRERELEASE Message-ID: <20060311003053.69941008.nork@FreeBSD.org> In-Reply-To: <20060308144816.GC877@underworld.novel.ru> References: <20060228221052.03ce1150.nork@FreeBSD.org> <200602282033.12025.arved@freebsd.org> <440D379F.9090908@freebsd.org> <20060307230840.ac6da540.nork@FreeBSD.org> <20060308144816.GC877@underworld.novel.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 8 Mar 2006 14:48:16 +0000 Roman Bogorodskiy <novel@FreeBSD.org> wrote: > > I made a patch to fix this issue. But I don't know that > > this patch is ok. Because I don't know which texinfo's version > > is expected:-(. And maybe I think, /usr/ports/UPDATING should > > be updated(pkg_delete texinfo-4.8_3). > Well, that was done because texinfo that comes with FreeBSD 5.x and 4.x > are too old and building docs fails with it. Texinfo from 6.x seems to > be OK, yes, though it's better to check it. Hi novel. Please, please:-). Hi lofi. Well, I found a essential typo in security/dirmngr. It causes this issue. I think that following patch should be applied. However, in already installed environment, make reinstall will be failed. # cd /usr/ports/security/dirmngr # make deinstall (remove current dirmngr) # make install (install new dirmngr applied following patch) : install-info --quiet /usr/local/info/dirmngr.info /usr/local/info/dir install-info: menu item `dirmngr-client' already exists, for file `gnupg' # fgrep dirmngr /usr/local/info/dir * dirmngr: (gnupg). X.509 CRL and OCSP server. * dirmngr-client: (gnupg). X.509 CRL and OCSP client. Because I consider that above description in /usr/local/info/dir should be manually removed by hand, so annouce this thing on /usr/ports/UPDATING. How about do you think? Index: files/patch-doc-dirmngr.texi =================================================================== RCS file: files/patch-doc-dirmngr.texi diff -N files/patch-doc-dirmngr.texi --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-doc-dirmngr.texi 10 Mar 2006 15:15:03 -0000 @@ -0,0 +1,13 @@ +--- doc/dirmngr.texi.orig Sat Sep 3 19:46:41 2005 ++++ doc/dirmngr.texi Sat Mar 11 00:11:48 2006 +@@ -32,8 +32,8 @@ + + @dircategory GNU Utilities + @direntry +-* dirmngr: (gnupg). X.509 CRL and OCSP server. +-* dirmngr-client: (gnupg). X.509 CRL and OCSP client. ++* dirmngr: (dirmngr). X.509 CRL and OCSP server. ++* dirmngr-client: (dirmngr). X.509 CRL and OCSP client. + @end direntry + + @c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060311003053.69941008.nork>