Re: Updating the OS after an install

2004-02-04 Thread Teodor Iliescu
On Wed, 4 Feb 2004, Krikket wrote:

> So I cd'd to the approperiate directory, and did "make && make install".

Try:
cd /usr/ports/multimedia/xine
make fetch && make xine

I've attempted to install a package just now with the method you
suggested. Although it does work, it doesn't seem to properly install.

"Unix is simple, but it takes a genius to understand the simplicity."
- Dennis Ritchie

Teodor I.
http://penguincomputing.iwarp.com
GPG key fingerprint : 9AC8 A05C 78AD AD73 91DB  CBE4 B644 F402 FBFD 5927
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Updating the OS after an install

2004-02-03 Thread Jonathan Chen
On Wed, Feb 04, 2004 at 01:00:52AM -0500, Krikket wrote:

[...]
> At this point, I'm willing to bet that it's a fairly safe bet to say that
> there are other packages on my system that are in need of updating.  Is
> there a way to universally update what's on my system to whatever's in the
> ports tree?

# cd /usr/ports/sysutils/portupgrade
# make install clean
# rehash
# portupgrade -a

-- 
Jonathan Chen <[EMAIL PROTECTED]>
--
"With sufficient thrust, pigs fly just fine. However, this is not necessarily
a good idea. It is hard to be sure where they are going to land, and it
could be dangerous sitting under them as they fly overhead." -- RFC 1925
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"