On Wed, Dec 21, 2016 at 10:26:24AM +0500, ?????????? ?????????????? wrote:
> I'm trying update some ports, but when I invoke "make update" nothing
> happens. 
> 
> Collecting installed packages: ok
> Collecting port versions: ok
> Collecting port signatures|******************Collecting port signatures: ok
> Outdated ports:
> 
> devel/quirks                   # always-update -> quirks-2.241
> net/glib2-networking           # @gnutls-3.4.14 -> @gnutls-3.4.15
> x11/gtk+2,-main                # @gdk-pixbuf-2.34.0 -> @gdk-pixbuf-2.34.0p0
> x11/gtk+3,-guic                # @gdk-pixbuf-2.34.0 -> @gdk-pixbuf-2.34.0p0
> 
> cd x11/gtk+2
> make update
> 
> ...and nothing happens
> 
> I'm doing something wrong?
> My system is OpenBSD 6.0

You are.

The package name didn't change, so you won't rebuild the package.
You need to do make clean=package  first.

Building ports by yourself is quite possible, but there are a lot of details.
Which is why you're much better off using binary packages unless you want
to invest the time.

Reply via email to