[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make package for mutt fails



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