Summary: | [PATCH] lang/chicken: Rename csc to avoid conflicts with lang/mono | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Paco Pascal <me> | ||||||
Component: | Individual Port(s) | Assignee: | Pietro Cerutti <gahr> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Some People | CC: | gahr | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Created attachment 245889 [details]
Rename csc and csi to chicken-csc and chicken-csi
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ccc120947de7b60b032ef8c27a7f775a91ae7f8 commit 7ccc120947de7b60b032ef8c27a7f775a91ae7f8 Author: Pietro Cerutti <gahr@FreeBSD.org> AuthorDate: 2023-10-26 15:50:17 +0000 Commit: Pietro Cerutti <gahr@FreeBSD.org> CommitDate: 2023-10-26 16:13:38 +0000 lang/chicken: rename csc and csi to avoid conflicts with lang/mono This is in line with what several Linux distributions do. PR: 274736 Rpoerted by: Paco Pascal <me@pacopascal.com> lang/chicken/Makefile | 4 ++++ lang/chicken/pkg-plist | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) |
Created attachment 245888 [details] Rename csc and csi to chicken-csc and chicken-csi Avoid filename conflicts between lang/mono and lang/chicken. Both packages should be able to coexist. On Linux distros, csi and csc are often renamed to chicken-csi and chicken-csc.