Subject: Re: CVS commit: pkgsrc/www
To: grant beattie <grant@netbsd.org>
From: Kimmo Suominen <kimmo+x+1057983301.91d77e@suominen.com>
List: pkgsrc-changes
Date: 07/05/2003 18:40:28
Follow this recipe:
- install apache2 (apache-2.0.47)
- install ap2-perl (ap2-perl-1.99.8)
- install p5-Apache-Gallery

In the last step, p5-libapreq gets pulled in, which pulls in ap-perl.
To prevent the disaster, I added the CONFLICTS, since you cannot have
both ap-perl and ap2-perl installed at the same time.

While I was trying to get Apache::Gallery to work on 1.6T, I also
noticed that perl58 does not uninstall cleanly.  I think some other
package overwrote some of the files from perl58, but this does not
happend with perl5.

+ Kim


| From:    grant beattie <grant@netbsd.org>
| Date:    Sat, 05 Jul 2003 21:29:42 +1000
|
| On Sat, Jul 05, 2003 at 05:10:32AM +0000, Kimmo Suominen wrote:
|
| > Modified Files:
| > 	pkgsrc/www/ap-perl: Makefile
| > 	pkgsrc/www/ap2-perl: Makefile
| >
| > Log Message:
| > ap-perl and ap2-perl are mutually exclusive, so add CONFLICTS
|
| could you explain in what situations it's possible to attempt to
| install both?
|
| given that they each apply to their own version of apache (which
| can't be installed together) this CONFLICTS would seem superfluous
| to the naked eye...
|
| g.
|