From owner-cvs-all Sun Mar 5 22:21: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from awfulhak.org (dynamic-38.max4-du-ws.dialnetwork.pavilion.co.uk [212.74.9.166]) by hub.freebsd.org (Postfix) with ESMTP id 42AF437BC6B for ; Sun, 5 Mar 2000 22:21:00 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by awfulhak.org (8.9.3/8.9.3) with ESMTP id GAA07024; Mon, 6 Mar 2000 06:19:55 GMT (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id GAA63951; Mon, 6 Mar 2000 06:19:48 GMT (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200003060619.GAA63951@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Mark Murray Cc: Jake Burkholder , Brian Somers , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/mail/exmh2 Makefile In-Reply-To: Message from Jake Burkholder of "Sun, 05 Mar 2000 22:06:35 PST." <20000306060635.6F467BABA@io.yi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 06 Mar 2000 06:19:48 +0000 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Maintainer ? :-) > > It doesn't have a problem here - did you build exmh2 *after* > > installing nmh and deinstalling mh ? I suspect exmh2's configure > > locates slocal. It's in a different place for nmh. > > exmh2 hard codes the path to slocal, here's a patch that fixes it. > > --- exmh.install.orig Sun Mar 5 21:58:03 2000 > +++ exmh.install Sun Mar 5 21:58:26 2000 > @@ -34,7 +34,7 @@ > install_name exmh(name) exmh {Name of main exmh script} > install_var exmh(maintainer) welch@acm.org {Target of error mailings} > install_dirVar mh_path [installGuessDir /usr/local/bin inc] {MH binary > directory} > -install_progVar exmh(slocal) [installGuessPath /usr/local/lib/mh/slocal > slocal] {MH slocal program} > +install_progVar exmh(slocal) [installGuessPath /usr/local/libexec/nmh/slocal > slocal] {MH slocal program} > install_dirVar mime(dir) [installGuessDir /usr/local/bin metamail] > {Metamail bin directory} > install_fileVar mailcap_default [installGuessPath /usr/etc/mailcap mailcap] > {System mailcap file} > install_fileVar mimetypes_default [installGuessPath > /usr/local/lib/exmh-$vers/mime.types mime.types] {System mime.types file} > > > -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message