From owner-freebsd-ports@FreeBSD.ORG Wed Mar 8 11:48:22 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1CFA16A420; Wed, 8 Mar 2006 11:48:21 +0000 (GMT) (envelope-from novel@smtp.hispeed.ch) Received: from smtp.hispeed.ch (mxout.hispeed.ch [62.2.95.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B9D943D48; Wed, 8 Mar 2006 11:48:21 +0000 (GMT) (envelope-from novel@smtp.hispeed.ch) Received: from underworld.novel.ru ([88.147.140.177]) (authenticated bits=0) by smtp.hispeed.ch (8.12.6/8.12.6/taifun-1.0) with ESMTP id k28BmHGC004709; Wed, 8 Mar 2006 12:48:18 +0100 Date: Wed, 8 Mar 2006 14:48:16 +0000 From: Roman Bogorodskiy To: Norikatsu Shigemura Message-ID: <20060308144816.GC877@underworld.novel.ru> Mail-Followup-To: Norikatsu Shigemura , ports@FreeBSD.org, arved@FreeBSD.org, freebsd-ports@FreeBSD.org, Michael Nottebrock References: <20060228221052.03ce1150.nork@FreeBSD.org> <200602282033.12025.arved@freebsd.org> <440D379F.9090908@freebsd.org> <20060307230840.ac6da540.nork@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="H1spWtNR+x+ondvy" Content-Disposition: inline In-Reply-To: <20060307230840.ac6da540.nork@FreeBSD.org> X-PGP: http://people.freebsd.org/~novel/novel.key.asc X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on smtp-06.tornado.cablecom.ch X-Virus-Status: Clean X-DCC-spamcheck-02.tornado.cablecom.ch-Metrics: smtp-06.tornado.cablecom.ch 32701; Body=5 Fuz1=5 Fuz2=5 Cc: ports@FreeBSD.org, arved@FreeBSD.org, Michael Nottebrock , freebsd-ports@FreeBSD.org Subject: Re: security/dirmngr: install issue on 6.1-PRERELEASE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Mar 2006 11:48:22 -0000 --H1spWtNR+x+ondvy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Norikatsu Shigemura wrote: > On Tue, 07 Mar 2006 08:34:55 +0100 > Michael Nottebrock wrote: > > Tilman Linneweh schrieb: > > > * Norikatsu Shigemura [Tuesday, 28. February 2006 14:10 ]: > > >> `/usr/ports/security/dirmngr/work/dirmngr-0.9.3' gmake[1]: Leaving > > >> directory `/usr/ports/security/dirmngr/work/dirmngr-0.9.3' install-i= nfo > > >> --quiet /usr/local/info/dirmngr.info /usr/local/info/dir install-inf= o: menu > > >> item `dirmngr-client' already exists, for file `gnupg' *** Error cod= e 1 > > > ports/93916 has a similar problem with vcdimager, so maybe this is an= other > > > libtool update fallout? > > Or perhaps an issue with texinfo. I've recently noticed at least one > > port switiching to the ports-version of texinfo instead of using the > > base-system one - maybe the current version is no longer backwards > > compatible with the base-system version or having both installed causes > > some problems? > > I haven't received a build-error notice from pointyhat for this, which > > makes me suspect a less general problem than another libtool bug. >=20 > I found this issue's criminal:-). It is security/gnutls. > But there are some same issue, editors/psgml-emacs19, > editors/psgml-mule, mail/exim-doc-html and security/gnutls-devel. >=20 > 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. > Index: Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/ports/security/gnutls/Makefile,v > retrieving revision 1.31 > diff -u -r1.31 Makefile > --- Makefile 23 Feb 2006 10:38:55 -0000 1.31 > +++ Makefile 7 Mar 2006 13:49:30 -0000 > @@ -19,7 +19,6 @@ > MAINTAINER=3D novel@FreeBSD.org > COMMENT=3D GNU Transport Layer Security library > =20 > -BUILD_DEPENDS=3D ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo > LIB_DEPENDS=3D gcrypt.13:${PORTSDIR}/security/libgcrypt \ > gpg-error.1:${PORTSDIR}/security/libgpg-error > =20 > @@ -48,6 +47,11 @@ > CONFIGURE_ARGS+=3D --with-included-lzo > MANCOMPRESSED=3D no > =20 > +.include > +.if ${OSVERSION} < 600000 > +BUILD_DEPENDS=3D ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo > +.endif > + > .if !defined(NOPORTDOCS) > PORTDOCS=3D AUTHORS NEWS README THANKS > .endif > @@ -68,4 +72,4 @@ > .endif > =20 > .include "Makefile.man" > -.include > +.include > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" Roman Bogorodskiy --H1spWtNR+x+ondvy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iQCVAwUBRA7usIB0WzgdqspGAQKi4QP/cJqM52yK2jmqelIoYQYsUAdKQGx0hHcE nqjZKAzGFFCSTveLvD9bQjcxXMI2niU0JoVktBAqVhwvlkGk9KhnfuHtPy/NioHV oDu13cNIi2RzLGsI4eFSdN5rn5YndWr9soOsPSRj0kmpI8/mMDsByAyY6TxIlsHm ZiIwL2tgCHE= =yRJr -----END PGP SIGNATURE----- --H1spWtNR+x+ondvy--