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]


Updating the OS after an install

2004-02-03 Thread Krikket
I'm running a freshly installed FreeBSD 4.9 system, and have most of the
kinks worked out.

In going through the manual, I've reached the point where it tells you how
to install software.  I've updated the ports tree, and decided to try my
hand at installing a package.  I chose xine to work with.

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

The system errored out, saying that some of my other packages weren't the
latest versions.  (This happened twice.  libogg and libvorbis, IIRC.  But
that detail isn't important.)  I was able to go to the directory of the
packages that needed to be updated, do a make deinstall, and then
reinstalled those packages.  Which allowed xine to be installed without a
hitch.

(I haven't actually tested it, as I'm working remotely, but from all
indications from looking at the output there wasn't a problem.  In
retrospect, perhaps I should have chosen a different package to test
things out.  Ahh well.)

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?

Thanks in advance,

Krikket

___
[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]