Hello,

I just updated our ports tree and we are now running pkg v1.2.5. I've rebuilt 
all of our ports (via poudriere) and have done a `pkg upgrade -f` several times.

I'm trying to install www/mod_wsgi3 but get different results based on the 
order of arguments on my command line:

$ sudo pkg install -y www/mod_wsgi3 www/apache22
Updating repository catalogue
pkg: No packages matching 'www/apache22' available in the repositories

$ sudo pkg install -y www/apache22 www/mod_wsgi3
Updating repository catalogue
apache22-2.2.26 already installed
The following 1 packages will be installed:

    Installing ap22-mod_wsgi3: 3.4_1

Yes, I know that www/mod_wsgi3 depends on apache and doesn't need to be 
explicitly stated. However, our deployment system generates a list of packages 
to install from various sources which don't/can't inspect individual package 
dependencies and happens to pass them to pkg in same order as the bad example 
above.

Has anyone else ran into this?

Thanks
Kimo
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to