From owner-freebsd-ports Sun Sep 6 19:00:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA26922 for freebsd-ports-outgoing; Sun, 6 Sep 1998 19:00:10 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from hoek@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA26914; Sun, 6 Sep 1998 19:00:06 -0700 (PDT) (envelope-from hoek) Message-ID: <19980906190005.A24922@freebsd.org> Date: Sun, 6 Sep 1998 19:00:05 -0700 From: Tim Vanderhoek To: Jun-ichiro Itoh , ports@FreeBSD.ORG Subject: Re: cvs commit: ports/misc/magicpoint Makefile References: <199809070040.RAA12092@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199809070040.RAA12092@freefall.freebsd.org>; from Jun-ichiro Itoh on Sun, Sep 06, 1998 at 05:40:51PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Sep 06, 1998 at 05:40:51PM -0700, Jun-ichiro Itoh wrote: > itojun 1998/09/06 17:40:51 PDT > > Modified files: > misc/magicpoint Makefile > Log: > fix "make install" breakage. Nope, this will still break. :) You need to _unconditionally_ compress the manpage. The bsd.port.mk needs to be able to find all the files in _MANPAGES whenever MANCOMPRESSED does not agree with NOMANCOMPRESS. _MANPAGES is the list of all manpages, full path (eg. /usr/local/man/man1/sex.1.gz, or in this case, /usr/local/man/man1/xmindpath.1.gz). The ".gz" extension is added to each item in _MANPAGES depending on the value of MANCOMPRESSED. If you set NOMANCOMPRESS=yes, this port will break because xmindpath.1.gz doesn't exist (even though xmindpath.1 does exist). Or, at least, it should break. ;-) You can also remove the comment about "why do we need this", since there are a few more ports like this and it's not so unusual. (In this particular case, it's needed because the port can't decide whether to use imake or GNU configure). -- Me. Who'd you think sent this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message