Solved devel/libexecinfo missing ???

Hi, after two weeks vacation, my brain might not work well, but when I call postmaster -a it fails due to a missing devel/libexecinfo package - which should be part of the base system. And when I search my
Code:
/usr/ports/devel
it is not there neither is it on
Code:
svn.freebsd...
Also MOVED or UPDATING don't tell that this has been handled. So I wonder if somebody deleted that piece or my brain is still on vacations ?
(BTW: 10.3.p20/p21 )

[Update] Looks like the path with killed after revision 450351 ...
 
Code:
port deleted on 2017-09-22
REASON: Is present in the base system of all supported releases

pkg delete libexecinfo
 
Code:
port deleted on 2017-09-22
REASON: Is present in the base system of all supported releases

pkg delete libexecinfo
Ahhhh - now I get it:
Code:
portmaster -a
===>>> Gathering distinfo list for installed ports
===>>> Starting check of installed ports for available updates
===>>> The devel/libexecinfo port has been deleted: Is present in the base system of all supported releases
===>>> Aborting update
Ok, the port has been deleted, but was still installed as a port on my system and portmaster -a stumbled over it. I don't understood, what to do next, as portmaster <port> worked as expected.
pkg delete ... has solved it.
 
Back
Top