Bug 274736 - [PATCH] lang/chicken: Rename csc to avoid conflicts with lang/mono
Summary: [PATCH] lang/chicken: Rename csc to avoid conflicts with lang/mono
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Pietro Cerutti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-26 13:11 UTC by Paco Pascal
Modified: 2023-10-26 16:23 UTC (History)
1 user (show)

See Also:


Attachments
Rename csc and csi to chicken-csc and chicken-csi (1.59 KB, patch)
2023-10-26 13:11 UTC, Paco Pascal
no flags Details | Diff
Rename csc and csi to chicken-csc and chicken-csi (1.79 KB, patch)
2023-10-26 13:20 UTC, Paco Pascal
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Paco Pascal 2023-10-26 13:11:44 UTC
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.
Comment 1 Paco Pascal 2023-10-26 13:20:35 UTC
Created attachment 245889 [details]
Rename csc and csi to chicken-csc and chicken-csi
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-10-26 16:14:08 UTC
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(-)