Hello.
I am running FreeBSD 10.0-RELEASE-p12 and I don't want to mix ports and packages. So I build from sources use
When ports have updates, portmaster could not find updated packages, why? I don't want to use
When I use
I am running FreeBSD 10.0-RELEASE-p12 and I don't want to mix ports and packages. So I build from sources use
make install
or portmaster instead of pkg installing pre-compiled packages.When ports have updates, portmaster could not find updated packages, why? I don't want to use
pkg update && pkg upgrade
. Once I use ports to make install
packages it returns errors, but portmaster will be fine. What's the real difference between ports and portmaster when install packages from /usr/ports?
Code:
$ sudo portsnap fetch update
Looking up portsnap.FreeBSD.org mirrors... none found.
Fetching snapshot tag from portsnap.FreeBSD.org... done.
Latest snapshot on server matches what we already have.
No updates needed.
Ports tree is already up to date.
Code:
$ sudo pkg version -vIL=
dri-9.1.7_6,2 < needs updating (index has 10.3.2,2)
libGL-9.1.7_3 < needs updating (index has 10.3.2)
libglapi-9.1.7_2 < needs updating (index has 10.3.2)
Code:
$ sudo portmaster -a
===>>> Gathering distinfo list for installed ports
===>>> Starting check of installed ports for available updates
===>>> All ports are up to date
portmaster -af
all of the ports will be rebuild, incredible.
Last edited: