From owner-freebsd-ports Tue Dec 10 17:40:12 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA22742 for ports-outgoing; Tue, 10 Dec 1996 17:40:12 -0800 (PST) Received: from dfw-ix3.ix.netcom.com (dfw-ix3.ix.netcom.com [206.214.98.3]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id RAA22735 for ; Tue, 10 Dec 1996 17:40:10 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (ala-ca18-18.ix.netcom.com [204.32.168.210]) by dfw-ix3.ix.netcom.com (8.6.13/8.6.12) with ESMTP id RAA03333; Tue, 10 Dec 1996 17:39:37 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id RAA19381; Tue, 10 Dec 1996 17:39:35 -0800 (PST) Date: Tue, 10 Dec 1996 17:39:35 -0800 (PST) Message-Id: <199612110139.RAA19381@silvia.HIP.Berkeley.EDU> To: obrien@NUXI.com CC: ports@freebsd.org In-reply-to: Subject: Re: bsd.port.mk support for uncompressing manpages From: asami@freebsd.org (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * How does this affect USE_IMAKE ports? Will we have to add MANx= sections * for X11 ports? Yes, that's what I was thinking. * Looking at /usr/X11R6/lib/X11/config/FreeBSD.cf and * /usr/share/mk/bsd.port.mk, I can't find where we don't compress the * manpages if NOMANCOMPRESS is defined. I'm sure I'm missing something * somewhere... No, I'm assuming it's going to install compressed manpages. This is a way to let bsd.port.mk uncompress man pages that are already installed compressed. By the way, if you want to let your imake generate non-compression manpage rules, you can define CompressManPages to NO. * Are we talking about autogeneration part of pkg/PLIST? If not, do we * want to look at getting the manpages from PLIST? I see room for * inconsistancies between MANx= and pkg/PLIST. Yes, to the first question. Eventually we can rip out all the manpages from pkg/PLISTs and let bsd.port.mk add them on the fly. (With the correct suffix, so pkg_delete will work.) But I don't know if we will go that far. Right now it is only to satisfy the porters who want to uncompress manpages depending on the value of NOMANCOMPRESS. Satoshi