Opened 15 years ago
Closed 15 years ago
#22956 closed defect (invalid)
Almost all ports installed when I want librsvg installed
Reported by: | ballapete (Peter "Pete" Dyballa) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | Cc: | ||
Port: | librsvg |
Description (last modified by blb@…)
Hello!
I wanted to install librsvg to be able to use again GNU Emacs 23.1.90. The command 'port install librsvg' in Porticus led to fetching, compiling, and installing of these:
2009-12-18 21:04 405709 /opt/local/var/macports/distfiles/libpixman/pixman-0.16.4.tar.bz2 2009-12-18 21:11 302903 /opt/local/var/macports/distfiles/libart_lgpl/libart_lgpl-2.3.20.tar.bz2 2009-12-18 21:14 4854591 /opt/local/var/macports/distfiles/libxml2/libxml2-2.7.6.tar.gz 2009-12-18 21:22 415492 /opt/local/var/macports/distfiles/libcroco/libcroco-0.6.2.tar.bz2 2009-12-18 21:25 1576209 /opt/local/var/macports/distfiles/dbus/dbus-1.2.16.tar.gz 2009-12-18 21:33 688789 /opt/local/var/macports/distfiles/dbus-glib/dbus-glib-0.80.tar.gz 2009-12-18 21:38 666242 /opt/local/var/macports/distfiles/popt/popt-1.15.tar.gz 2009-12-18 21:40 348871 /opt/local/var/macports/distfiles/desktop-file-utils/desktop-file-utils-0.15.tar.gz 2009-12-18 21:41 97265 /opt/local/var/macports/distfiles/xmlcatmgr/xmlcatmgr-2.2.tar.gz 2009-12-18 21:42 75683 /opt/local/var/macports/distfiles/docbook-xml-4.1.2/docbkx412.zip 2009-12-18 21:42 78428 /opt/local/var/macports/distfiles/docbook-xml-4.2/docbook-xml-4.2.zip 2009-12-18 21:42 83865 /opt/local/var/macports/distfiles/docbook-xml-4.3/docbook-xml-4.3.zip 2009-12-18 21:43 96107 /opt/local/var/macports/distfiles/docbook-xml-4.4/docbook-xml-4.4.zip 2009-12-18 21:43 98497 /opt/local/var/macports/distfiles/docbook-xml-4.5/docbook-xml-4.5.zip 2009-12-18 21:43 835797 /opt/local/var/macports/distfiles/docbook-xml-5.0/docbook-5.0.zip 2009-12-18 21:43 1543130 /opt/local/var/macports/distfiles/docbook-xsl/docbook-xsl-1.75.2.tar.bz2 2009-12-18 21:45 5592163 /opt/local/var/macports/distfiles/iso-codes/iso-codes-3.12.tar.bz2 2009-12-18 21:48 3401513 /opt/local/var/macports/distfiles/libxslt/libxslt-1.1.26.tar.gz 2009-12-18 21:53 11881885 /opt/local/var/macports/distfiles/db4/4.6.21_6/db-4.6.21.tar.gz
When it started to install the first database I killed Porticus.
'port deps librsvg' shows only: libcroco, libgsf, libart_lgpl, libxml2; what are the others good for? To electrically heat my flat by keeping the CPU busy and happy hereof?
Change History (1)
comment:1 Changed 15 years ago by blb@…
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Replying to Peter_Dyballa@…:
'port deps' only lists the direct dependencies, but each of those also has dependencies of their own; libcroco and libgsf bring in quite a bit due to their use of various gnome bits. You can use port-rdeps to see a recursive list of dependencies. Also see the FAQ entry about MacPorts using its own bits when possible.