portupgrade command issue

I'm not sure what do you mean by 'held by user' error.
Code:
portupgrade bsdpan-XML-NamespaceSupport
Error message
Code:
--->  Skipping 'textproc/p5-XML-NamespaceSupport' because it is held by user (specify -f to force)
** Listing the failed packages (-:ignored / *:skipped / !:failed)
	- textproc/p5-XML-NamespaceSupport (bsdpan-XML-NamespaceSupport-1.09)

I've installed lots of cpan modules using cpan -i command.
 
vivek said:
I've installed lots of cpan modules using cpan -i command.
That's the reason.
You can't portupgrade something that has not installed using ports (or packages).
I'd remove it and install it from ports.
You can try to look at /usr/local/etc/pkgtools.conf and search for HOLD_PKGS, but I can't say if you are going to screw up your system touching it.
 
Back
Top