[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make package for mutt fails
- To: OpenBSD Misc <misc@openbsd.org>
- Subject: Re: make package for mutt fails
- From: Marco S Hyman <marc@snafu.org>
- Date: Fri, 01 Sep 2000 10:37:28 -0700
I wrote:
> But the main thing, again IMHO, is that everyone wants 100% guarantees
> that this, that, or the other will work. Sorry, can't give you that.
> However, if you're willing to take a chance or two...
>
> $ cd /usr/src/usr.bin/make
I forgot a step:
$ cvs -q -d anoncvs@some.anon.server:/cvs up -PAd
> $ make obj && make depend && make
> $ su
> # make install
> # cd /usr/src/share/mk
Ditto (and probably not as root):
$ cvs -q -d anoncvs@some.anon.server:/cvs up -PAd
> # make install
> # [exit su]
> $ cd /usr/ports
> $ cvs -q -d anoncvs@some.anon.server:/cvs up -PAd
>
> Now build any current port you want.
// marc