What is wrong?

From /usr/ports/UPDATING:
20100605:
AFFECTS: users of multimedia/gstreamer-plugins-good and
multimedia/gstreamer-plugins-bad
AUTHOR: kwm@FreeBSD.org

Certain plugins were moved from the -bad port to the -good port. Please
follow instructions below before proceeding with normal update steps:

If you use portmaster:

portmaster gstreamer-plugins-bad

If you use portupgrade:

portupgrade -R multimedia/gstreamer-plugins-bad

Code:
> pkg_info | grep -i gstreamer
gstreamer-0.10.29_1 Development framework for creating media applications
gstreamer-plugins-0.10.29,3 GStreamer written collection of plugins handling several me
gstreamer-plugins-gconf-0.10.22,3 Gstreamer gconf plugin
gstreamer-plugins-good-0.10.22,3 Good gstreamer-plugins

Code:
portmaster gstreamer-plugins-bad

===>>> [color="Red"]No valid installed port, or port directory given[/color]
===>>> Try portmaster --help

Why?
 
You don't have the plugins-bad package installed. Thus, you can't run portmaster on it to upgrade (portmaster gstreamer-plugins-bad). Instead, you have to tell portmaster to install it from the ports tree (portmaster multimedia/gstreamer-plugins-bad).

Or, if you don't need it, then just ignore it.
 
Back
Top