In the past, I have stuck with packages 100% (pkg_add -vr etc). I am now into using ports. My ports tree is updated using csup and here's the listing of the packages currently installed on my system:
When I run portmaster -aD (to upgrade the single en-freebsd-doc port) it goes through a whole bunch of prompts for a bunch of other software that's not even installed on my system. Here's what portmaster returns after all the prompts:
And of course I choose NO.
So, why does portmaster want to install almost 70 extra items to update a single doc port? I can only assume I'm doing something wrong here! Thanks for your help �e
Code:
23:52:01 ~ #>pkg_version -v
alpine-2.00_2 = up-to-date with port
apache-2.2.17_2 = up-to-date with port
apr-devrandom-gdbm-db42-1.4.2.1.3.10 = up-to-date with port
aspell-0.60.6_5 = up-to-date with port
db42-4.2.52_5 = up-to-date with port
en-freebsd-doc-20110110 < needs updating (port has 20110313)
expat-2.0.1_1 = up-to-date with port
fontconfig-2.8.0,1 = up-to-date with port
freetype2-2.4.4 = up-to-date with port
gd-2.0.35_7,1 = up-to-date with port
gdbm-1.8.3_3 = up-to-date with port
gettext-0.18.1.1 = up-to-date with port
gmake-3.81_4 = up-to-date with port
help2man-1.39.2 = up-to-date with port
jpeg-8_3 = up-to-date with port
libiconv-1.13.1_1 = up-to-date with port
libltdl-2.4 = up-to-date with port
libsigsegv-2.9 = up-to-date with port
libtool-2.4 = up-to-date with port
libxml2-2.7.8_1 = up-to-date with port
m4-1.4.16,1 = up-to-date with port
nagios-3.2.3 = up-to-date with port
nagios-plugins-1.4.15_1,1 = up-to-date with port
net-snmp-5.5_4 = up-to-date with port
p5-Crypt-CBC-2.30 = up-to-date with port
p5-Crypt-DES-2.05 = up-to-date with port
p5-Digest-HMAC-1.02 = up-to-date with port
p5-Digest-SHA1-2.13 = up-to-date with port
p5-Locale-gettext-1.05_3 = up-to-date with port
p5-Net-SNMP-6.0.1 = up-to-date with port
pcre-8.12 = up-to-date with port
perl-5.10.1_3 = up-to-date with port
php5-5.3.6 = up-to-date with port
pico-alpine-2.00_1 = up-to-date with port
pkg-config-0.25_1 = up-to-date with port
png-1.4.5 = up-to-date with port
portmaster-3.6.1 = up-to-date with port
postfix-2.4.14,1 = up-to-date with port
python27-2.7.1_1 = up-to-date with port
screen-4.0.3_10 = up-to-date with port
23:52:14 ~ #>
When I run portmaster -aD (to upgrade the single en-freebsd-doc port) it goes through a whole bunch of prompts for a bunch of other software that's not even installed on my system. Here's what portmaster returns after all the prompts:
Code:
===>>> The following actions will be taken if you choose to proceed:
Upgrade en-freebsd-doc-20110110 to en-freebsd-doc-20110313
Install textproc/docproj-nojadetex
Install graphics/netpbm
Install graphics/jasper
Install archivers/unzip
Install graphics/jbigkit
Install graphics/tiff
Install graphics/peps
Install print/ghostscript8
Install devel/autoconf
Install devel/autoconf-wrapper
Install graphics/jbig2dec
Install print/cups-image
Install print/cups-client
Install security/gnutls
Install security/libgcrypt
Install security/libgpg-error
Install print/gsfonts
Install x11-toolkits/libXt
Install x11/kbproto
Install x11/libSM
Install devel/automake
Install devel/automake-wrapper
Install devel/xorg-macros
Install x11/libICE
Install x11/xproto
Install x11/xtrans
Install x11/libX11
Install x11-fonts/xf86bigfontproto
Install x11/bigreqsproto
Install x11/inputproto
Install x11/libXau
Install x11/libXdmcp
Install x11/libxcb
Install devel/libcheck
Install devel/libpthread-stubs
Install textproc/libxslt
Install x11/xcb-proto
Install x11/xcmiscproto
Install x11/xextproto
Install x11/libXext
Install graphics/scr2png
Install textproc/docbook-410
Install textproc/iso8879
Install textproc/xmlcatmgr
Install textproc/docbook-xml
Install textproc/docbook-xsl
Install textproc/docbook
Install textproc/docbook-420
Install textproc/docbook-430
Install textproc/docbook-440
Install textproc/docbook-450
Install textproc/docbook-500
Install textproc/xmlcharent
Install textproc/docbook-sk
Install textproc/docbook-xml-430
Install textproc/docbook-xml-440
Install textproc/docbook-xml-450
Install textproc/dsssl-docbook-modular
Install textproc/fixrtf
Install textproc/html
Install textproc/html2text
Install textproc/jade
Install textproc/linuxdoc
Install textproc/p5-XML-Parser
Install textproc/scr2txt
Install textproc/xhtml
Install www/links1
Install www/tidy
===>>> Proceed? y/n [y]
So, why does portmaster want to install almost 70 extra items to update a single doc port? I can only assume I'm doing something wrong here! Thanks for your help �e