From owner-freebsd-ports@FreeBSD.ORG Fri Sep 15 06:42:25 2006 Return-Path: X-Original-To: freebsd-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 0728F16A412; Fri, 15 Sep 2006 06:42:25 +0000 (UTC) (envelope-from ssedov@mbsd.msk.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 779AA43D45; Fri, 15 Sep 2006 06:42:23 +0000 (GMT) (envelope-from ssedov@mbsd.msk.ru) Received: from [213.87.86.63] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1GO7P0-0007cU-1t; Fri, 15 Sep 2006 10:42:19 +0400 Received: from localhost (localhost [127.0.0.1]) by fonon.realnet (Postfix) with ESMTP id 3956A11B64; Fri, 15 Sep 2006 10:41:32 +0400 (MSD) Date: Fri, 15 Sep 2006 10:41:23 +0400 From: Stanislav Sedov To: freebsd-ports@freebsd.org, ade@freebsd.org Message-ID: <20060915104123.67328670@localhost> In-Reply-To: <200609150722.15348.matt@chronos.org.uk> References: <20060914120055.2F90616A64E@hub.freebsd.org> <200609150722.15348.matt@chronos.org.uk> Organization: MBSD labs, Inc. X-Operating-System: FreeBSD X-Mailer: carrier-pigeon Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_ppbgKy.kP=Ku=zfNQ9+JSfp"; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona 1.6.0 Cc: Subject: Re: Port Makefiles and the MANPREFIX macro 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: Fri, 15 Sep 2006 06:42:25 -0000 --Sig_ppbgKy.kP=Ku=zfNQ9+JSfp Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable On Fri, 15 Sep 2006 07:22:15 +0100 Matt Dawson mentioned: > Hi all, > Currently doing battle with some port updates and I have come across a=20 > strange problem. It's probably my fault, but some guidance would be=20 > appreciated. >=20 It's probably happened because of recent autoconf 2.60 changed it's manpage and info locations to share/man and share/info accordingly. It can be solved by adding --mandir=3D${PREFIX}/man and --infodir=3D ${PREFIX}/info to CONFIGURE_ARGS. I have submitted a change to bsd.port.mk to add this as default since it will not break existing ports (for autoconf prior to 2.60 this is default), but, unfortunately, this proposal didn't find support. In fact, many people have faced to this problem recently (on irc/mailing lists). --=20 Stanislav Sedov MBSD labs, Inc. =F2=CF=D3=D3=C9=D1, =ED=CF=D3=CB=D7=C1 http://mbsd.msk.ru -------------------------------------------------------------------- If the facts don't fit the theory, change the facts. -- A. Einstein -------------------------------------------------------------------- PGP fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 --Sig_ppbgKy.kP=Ku=zfNQ9+JSfp Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFFCksbK/VZk+smlYERAuSUAJ9CpZFgSMhc8O0gEiiAetRfJg3IpwCggdT0 vEmmuSgV2ve5EUQ6m9XnqwA= =sX8M -----END PGP SIGNATURE----- --Sig_ppbgKy.kP=Ku=zfNQ9+JSfp--