| Summary: | sysutils/iocage: Add necessary dependencies for 1.2 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Neel Chauhan <nc> | ||||
| Component: | Individual Port(s) | Assignee: | Marcelo Araujo <araujo> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | freebsd-48b9, vendion | ||||
| Priority: | --- | Flags: | koobs:
maintainer-feedback+
|
||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Neel Chauhan
2019-09-30 01:58:16 UTC
A commit references this bug: Author: araujo Date: Mon Sep 30 02:50:49 UTC 2019 New revision: 513279 URL: https://svnweb.freebsd.org/changeset/ports/513279 Log: - Update necessary dependencies for iocage 1.2 release. - Bump PORTREVISION. PR: ports/240927 Submitted by: Neel Chauhan <neel@neelc.org> Dan Langille <<dan@langille.org>> (via email) Reported by: many Changes: head/sysutils/iocage/Makefile Thank you for this patch!!! Note that, since this now depends on devel/git-lite users that have devel/git already installed will have a conflict.
Output of running make package after updating my ports tree:
===> py36-iocage-1.2_1 depends on package: git-lite>0 - not found
===> git-lite-2.23.0 conflicts with installed package(s):
git-2.23.0
They install files into the same place.
and I can only assume that this will cause the pkg command to suggest removing the git package in favor of using git-lite (which may cause the user to actually lose git functionality).
Is it possible to change this so either devel/git or devel/git-lite satisfies this dependency?
(In reply to Adam Jimerson from comment #3) I should have added, I already tested it locally and using devel/git instead of devel/git-lite works to solved the underlying issue as well. I'm just not familiar enough with the ports system to know how to make it so either port works for this. (In reply to Adam Jimerson from comment #4) Thanks! I'm working on that. I might come up with a solution very soon. |