On Thu, Sep 3, 2009 at 5:01 PM, Daniel Pocock<[email protected]> wrote: > When I try to get cairo with pkgutil, it wants to grab other packages too, > including iconv: > > -bash-3.00# pkgutil -t http://mirror.opencsw.org/opencsw/testing -i > CSWlibcairo > > Parsing catalog, may take a while... > Updated packages: CSWzlib-1.2.3,REV=2009.04.05 > CSWiconv-1.13.1,REV=2009.07.31 CSWftype2-2.3.9,REV=2009.04.16 > CSWlibcairo-1.8.8,REV=2009.08.04
Use the -x option to exclude packages: # pkgutil -t http://mirror.opencsw.org/opencsw/testing -i CSWlibcairo -x CSWzlib -x CSWiconv -x CSWftype2 -- /peter _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers
