From owner-freebsd-ports@FreeBSD.ORG Fri Sep 15 07:05:33 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 87DD716A412 for ; Fri, 15 Sep 2006 07:05:33 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 5140C43D7F for ; Fri, 15 Sep 2006 07:05:23 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 15 Sep 2006 07:05:22 -0000 Received: from p54A7FDF1.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.253.241] by mail.gmx.net (mp045) with SMTP; 15 Sep 2006 09:05:22 +0200 X-Authenticated: #5465401 Message-ID: <450A50A3.8010103@gmx.de> Date: Fri, 15 Sep 2006 09:05:07 +0200 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5.0.7 (X11/20060915) MIME-Version: 1.0 To: Stanislav Sedov References: <20060914120055.2F90616A64E@hub.freebsd.org> <200609150722.15348.matt@chronos.org.uk> <20060915104123.67328670@localhost> In-Reply-To: <20060915104123.67328670@localhost> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: ade@freebsd.org, freebsd-ports@freebsd.org 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 07:05:33 -0000 Stanislav Sedov wrote: > 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 >> strange problem. It's probably my fault, but some guidance would be >> appreciated. >> > > 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=${PREFIX}/man and --infodir= > ${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). > Link to the PR so that we might add our voice to it.