Summary: | www/mod_php74 should conflict with mod_php80 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Einar Bjarni Halldórsson <einar> |
Component: | Individual Port(s) | Assignee: | Torsten Zuehlsdorff <tz> |
Status: | Closed Overcome By Events | ||
Severity: | Affects Many People | CC: | bofh, mfburdett |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(tz) |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Einar Bjarni Halldórsson
2021-09-30 09:54:31 UTC
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1eeec1bd06b608d58ef7ee52471883e0c49fa96a commit 1eeec1bd06b608d58ef7ee52471883e0c49fa96a Author: Torsten Zuehlsdorff <tz@FreeBSD.org> AuthorDate: 2021-09-30 19:32:17 +0000 Commit: Torsten Zuehlsdorff <tz@FreeBSD.org> CommitDate: 2021-09-30 19:36:22 +0000 lang/php7*: adjust CONFLICTS to new versions PHP 7.3 conflicted with versions no longer in the ports-tree. Remove this conflicts. PHP 7.3 and 7.4 did not conflict with PHP 8.0. Add the missing conflict. PR: 258803 Reported by: Einar Bjarni Halldórsson <einar@isnic.is> Sponsored by: Bounce Experts lang/php73/Makefile | 2 +- lang/php74/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) I added the missing CONFLICTS to PHP 7.3 and 7.4. But it seems that you can install the mod_php* ports anyway, because they do not pull PHP itself in. Which is at least as intended when the port was created. Maybe we need additional CONFLICTS for the mod_php* ports here. But as far as i know it is fine to have multiple modules in parallel. Currently www/mod_php80 is installed as libphp.so so presumably it would conflict with www/mod_php81 when that is created. |