Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 1995 23:32:27 -0500
From:      Jon Loeliger <jdl@onramp.net>
To:        jan@bagend.atl.ga.us (Jan Isley)
Cc:        freebsd-questions@freebsd.org (FreeBSD Questions)
Subject:   Re: about the mh port 
Message-ID:  <199507200432.XAA04724@chrome.onramp.net>
In-Reply-To: Your message of "Thu, 20 Jul 1995 00:14:38 EDT." <m0sYn0Q-0004pHC@bagend.atl.ga.us> 

next in thread | previous in thread | raw e-mail | index | archive | help
Apparently, Jan Isley scribbled:
> This soon-to-be mh user has noticed that the mh package is compiled
> with lots of stuff defined that I am not using, like ATHENA, BIND,
> etc.  I was going to start using it as soon as Jerry Peek's book
> arrives and I get through the tutorials.  Am I looking for trouble
> if I don't get the source and recompile it with more suitable
> defines for my no networking, stand alone setup?

To set up MH and compile it here, I had to do two things.  First,
modify every blessed makefile in the MH release to modify the targets
that contained an action on the same line as a target separated
by a semicolon.  That is, all:

    foo:;	some-shell-command

Became:

    foo:
		some-shell-command


Secondly, here's the MH config file that I used.

---------------- .mh-6.8.3/conf/MH ------------------------------
# A FreeBSD 2.0.5 system running SendMail dreamed up by jdl

cc	/usr/bin/cc
bin	/usr/local/.mh-6.8.3/bin
bboards	on
etc	/usr/local/.mh-6.8.3/etc
mail	/var/mail
mandir	/usr/local/.mh-6.8.3/man
manuals	standard
mts	sendmail/smtp

sprintf	int
signal  void

options	BIND BSD42 BSD43 BSD44 DBMPWD DUMB
options FLOCK FOLDPROT='"0700"' 
options	MHE MHRC MIME
options MORE='"/usr/bin/more"'
options	MSGPROT='"0600"'
options NORUSERPASS NTOHLSWAP
options OVERHEAD POSIX RENAME RPATHS 
options SYS5DIR UNISTD VSPRINTF WAITINT ZONEINFO
----------------------------------------------------------------


Not even the slightlest clue if this is "accurate" or correct in
general, but MH is doing the Right Things For Me now...

Oh, I then totally ignored the build and install problems with
the "z" flavored binaries.  Not a clue.

Naturlich, YMMV.  Hope this helps some.

jdl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507200432.XAA04724>