out-of-date how to update port dependencies

2011-12-18 Thread alokat
Hi,
I have a question about updating the openBSD ports.

If I get an output like:
multimedia/xine-ui # 0.99.6p0 - 0.99.6p1

I update this port with the following commands:

cd /usr/ports/multimedia/xine-ui
make update

But how can I fix a dependency update like this on:
x11/slim # png-1.2.44 - png-1.2.44p0

I have updated the png port and a reinstall of slim doesn't work.

Regards,
alokat



Re: out-of-date how to update port dependencies

2011-12-18 Thread Amit Kulkarni
On Sun, Dec 18, 2011 at 11:02 AM, alokat mail...@alokat.org wrote:
 Hi,
 I have a question about updating the openBSD ports.

 If I get an output like:
 multimedia/xine-ui # 0.99.6p0 - 0.99.6p1

 I update this port with the following commands:

 cd /usr/ports/multimedia/xine-ui
 make update

 But how can I fix a dependency update like this on:
 x11/slim # png-1.2.44 - png-1.2.44p0

 I have updated the png port and a reinstall of slim doesn't work.

 Regards,
 alokat

man dpb
see options -u -U -R



Re: out-of-date how to update port dependencies

2011-12-18 Thread Stuart Henderson
pkg_add -ui

On 2011-12-18, alokat mail...@alokat.org wrote:
 Hi,
 I have a question about updating the openBSD ports.

 If I get an output like:
 multimedia/xine-ui # 0.99.6p0 - 0.99.6p1

 I update this port with the following commands:

 cd /usr/ports/multimedia/xine-ui
 make update

 But how can I fix a dependency update like this on:
 x11/slim # png-1.2.44 - png-1.2.44p0

 I have updated the png port and a reinstall of slim doesn't work.

 Regards,
 alokat