Date: Tue, 19 May 2009 16:29:24 +0200 From: gareth <bsd@lordcow.org> To: ports@freebsd.org Subject: rt dependencies Message-ID: <20090519142924.GA26059@lordcow.org>
next in thread | raw e-mail | index | archive | help
Hi guys, after messing up an install of rt (request tracker), and then cleaning up (so I thought), I installed by doing the following: cd /usr/ports/www/rt36 make install -DWITH_APACHE2 -DWITH_FASTCGI which has installed properly, but the package database seems inconsistent. When I try to fix this the system wants to install mod_perl and apache1.3 which I don't need nor want. Sample output which just cycles: # pkgdb -L .. rsync-3.0.6: ok rt-3.6.7_1: found www/p5-Apache-DBI www/mod_perl www/p5-libapreq -> Fixed. ruby-1.8.7.72_1,1: ok .. # pkgdb -F ---> Checking the package registry database Stale dependency: rt-3.6.7_1 -> p5-libapreq-1.34 (www/p5-libapreq): p5-libwww-5.826 (score:40%) ? ([y]es/[n]o/[a]ll) [no] yes Fixed. (-> p5-libwww-5.826) Stale dependency: rt-3.6.7_1 -> mod_perl-1.31 (www/mod_perl): mod_fastcgi-2.4.6 (score:26%) ? ([y]es/[n]o/[a]ll) [no] yes Fixed. (-> mod_fastcgi-2.4.6) Stale dependency: rt-3.6.7_1 -> p5-Apache-DBI-1.06_1 (www/p5-Apache-DBI): p5-Apache-Test-1.30_1 (score:58%) ? ([y]es/[n]o/[a]ll) [no] yes Fixed. (-> p5-Apache-Test-1.30_1) What is currently installed: $ pkg_info -Ix mod apache apache-2.0.63_2 Version 2.0.x of Apache web server with prefork MPM. mod_fastcgi-2.4.6 A fast-cgi module for Apache p5-Time-modules-2006.0814 Set of modules for time manipulation Anyone got any idea what's going on?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090519142924.GA26059>