From owner-cvs-all@FreeBSD.ORG Mon Jul 23 16:20:59 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 688A216A417; Mon, 23 Jul 2007 16:20:59 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao101.cox.net (eastrmmtao101.cox.net [68.230.240.7]) by mx1.freebsd.org (Postfix) with ESMTP id ADACF13C461; Mon, 23 Jul 2007 16:20:58 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao101.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20070723162058.MLQ14957.eastrmmtao101.cox.net@eastrmimpo02.cox.net>; Mon, 23 Jul 2007 12:20:58 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id T4Lx1X0084iy4EG0000000; Mon, 23 Jul 2007 12:20:57 -0400 Date: Mon, 23 Jul 2007 11:24:11 -0500 To: "Rong-En Fan" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <200707230936.l6N9aq25036484@repoman.freebsd.org> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <200707230936.l6N9aq25036484@repoman.freebsd.org> User-Agent: Opera Mail/9.22 (Linux) Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/Mk bsd.gnome.mk bsd.port.mk bsd.xorg.mk ports/archivers/dpkg Makefile ports/archivers/gtar Makefile ports/archivers/gzip Makefile ports/archivers/libarchive Makefile ports/astro/starplot Makefile ports/astro/tclgeomap Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jul 2007 16:20:59 -0000 On Mon, 23 Jul 2007 04:36:52 -0500, Rong-En Fan wrote: > rafan 2007-07-23 09:36:52 UTC > > FreeBSD ports repository > > Log: > - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script > supports them. This is determined by running ``configure --help'' in > do-configure target and set the shell variable _LATE_CONFIGURE_ARGS > which is then passed to CONFIGURE_ARGS. > - Remove --mandir and --infodir in ports' Makefile where applicable > Few ports use REINPLACE_CMD to achieve the same effect, remove them > too. > - Correct some manual pages location from PREFIX/man to MANPREFIX/man > - Define INFO_PATH where necessary > - Document that .info files are installed in a subdirectory relative to > PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH > and > subdirectory detection. Yay! Finally someone take it, thanks! While I am here, I have wondered in the past for why we have different path of mandir for base system and ports? /usr/share/man for base system and /usr/local/man for ports. Why not /usr/local/share/man for ports? or Why not /usr/man for base system? I personal prefer the mandir to be in share/. Cheers, Mezz > PR: ports/111470 > Approved by: portmgr > Discussed with: stas (Mk/*), gerald (info related stuffs) > Tested by: pointyhat exp run -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org