From owner-cvs-all Thu Aug 20 01:11:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA13859 for cvs-all-outgoing; Thu, 20 Aug 1998 01:11:47 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA13850; Thu, 20 Aug 1998 01:11:44 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca10-63.ix.netcom.com [205.186.214.63]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id BAA11250; Thu, 20 Aug 1998 01:11:05 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id BAA04331; Thu, 20 Aug 1998 01:11:01 -0700 (PDT) Date: Thu, 20 Aug 1998 01:11:01 -0700 (PDT) Message-Id: <199808200811.BAA04331@silvia.hip.berkeley.edu> To: ac199@hwcn.org CC: ac199@hwcn.org, hoek@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: (message from Tim Vanderhoek on Thu, 20 Aug 1998 03:48:28 -0400 (EDT)) Subject: Re: cvs commit: ports/x11-wm/afterstep/pkg PLIST ports/x11-wm/amiwm/pkg PLIST ports/x11-wm/fvwm2/pkg PLIST ports/x11-wm/fvwm95/pkg PLIST ports/x11-wm/mlvwm/pkg PLIST ports/x11-wm/qvwm/pkg PLIST From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Yup. The tricky part is that some of them are symlinks. In * order to discover which are symlinks that were installed through * the normal install process (ie. not a specially written *-install * in the port Makefile) each of these ports must be installed... Well, many of these are installed on paddock (/b/paddock/asami/chrootdir) so feel free to shortcut some builds. :) * Incidentally, does the assumption: "all manpages installed by * imake are compressed" carry over to Net/Open BSD? ISTR OpenBSD has manpages not compressed by default. * [A lot of the ones that aren't symlinks (most of the ones you * listed are, I think) are imake ports]. Should I make MANCOMPRESSED the default when ${OPSYS} != OpenBSD and defined(USE_IMAKE)? Hmm...I also need to add a way to turn off MANCOMPRESSED from a port then.... Satoshi