Opened 3 years ago
Last modified 18 months ago
#69267 assigned enhancement
gcl: new variant: cltl1
| Reported by: | binghe (Chun Tian) | Owned by: | catap (Kirill A. Korinsky) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.9.1 |
| Keywords: | Cc: | ||
| Port: | gcl |
Description
Hi,
I hope the 'gcl' port could have a new variant called cltl1, which deletes the configure option --enable-ansi and then append --disable-ansi.
At least two legacy software (AXIOM and hol88), without non-trivial modifications, can only be built with GCL in this non-ANSI mode.
I could have just built GCL in my own machine, or use port edit to change the port definition for my need. However, due to unknown reasons, GCL crashed when I try to rebuild the port in my own machine (perhaps it's because it's a virtual machine instead of physical one).
Regards,
Chun TIAN
Change History (4)
comment:1 Changed 3 years ago by binghe (Chun Tian)
comment:2 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
| Owner: | set to catap |
|---|---|
| Status: | new → assigned |
| Summary: | Request new variant: cltl1 → gcl: new variant: cltl1 |
| Type: | defect → enhancement |
comment:3 Changed 18 months ago by binghe (Chun Tian)
Hello, I'm submitting a PR myself to GCL's portfile, to boom the version from 2.6.14 to 2.6.15pre17, with the needed variant cltl1 added.

NOTE: In the Debian package 'gcl', somehow the Debian package maintainer achieved the goal of building GCL in both ANSI and non-ANSI mode, and user can choose to start either mode with the same installed 'gcl' package. If the same effect can be achieved by MacPorts package, that would be best.