3 questions from a newbie who would appreciate any help. Question 1) What is the proper way to check to see if my ports are updated? I've been using the out-of-date script.
Question 2) I have all my port sources updated to stable but when I run the out-of-date script I find many problems: >Outdated ports: > >graphics/cairo # png-1.2.12 -> png-1.2.12p0 >graphics/gdk-pixbuf # png-1.2.12 -> png-1.2.12p0 >graphics/gwenview # lib/qt3/qt-mt.30.0,qt3-mt-3.5p6 -> lib/qt3/qt- mt.30.2,qt3-mt-3.5p8 >graphics/imlib # png-1.2.12 -> png-1.2.12p0 >graphics/libkipi # lib/qt3/qt-mt.30.0,qt3-mt-3.5p6 -> lib/qt3/qt-mt.30.2,qt3-mt-3.5p8 >print/ghostscript/afpl # png-1.2.12 -> png-1.2.12p0 >x11/gtk+2 # png-1.2.12 -> png-1.2.12p0 >x11/kde/arts3 # lib/qt3/qt-mt.30.0,qt3-mt-3.5p6 -> lib/qt3/qt-mt.30.2,qt3-mt-3.5p8 >x11/kde/libs3 # lib/qt3/qt-mt.30.0,qt3-mt-3.5p6 -> lib/qt3/qt-mt.30.2,qt3-mt-3.5p8 >x11/qt3 # png-1.2.12 -> png-1.2.12p0 > >Errors: > textproc/libxml,-python > Fatal: Subpackage -python does not exist. (in textproc/libxml) If I do a #pkg_info | grep png I get: png-1.2.12p0 library for manipulating PNG images So I have the updated png package installed, so why are the other ports saying I need to update png? Question 3) How can I fix the python error? Again. Thanks to anyone that takes the time to explain things to me. Grand