Skip to content

Fix pkg load on 8.7 #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 13, 2023
Merged

Fix pkg load on 8.7 #41

merged 2 commits into from
Feb 13, 2023

Conversation

gahr
Copy link
Contributor

@gahr gahr commented Jun 22, 2021

Tcl 8.6 (and 8.5 as far as I can remember) used to infer the name of
this package as Tclreadline.
In Tcl 8.7, the algorithm must have changed (I haven't gone through the
TIPs or the commits). The inferred name is now simply Readline. This
breaks loading, as the init prod is Tclreadline_Init.

Tcl 8.6 (and 8.5 as far as I can remember) used to infer the name of
this package as Tclreadline.
In Tcl 8.7, the algorithm must have changed (I haven't gone through the
TIPs or the commits). The inferred name is now simply Readline. This
breaks loading, as the init prod is Tclreadline_Init.
@gahr
Copy link
Contributor Author

gahr commented Jun 22, 2021

Also, this failure exposed me to the bug that was fixed in 13e7671, too. Could you please make a new release when this is merged? Thanks!

@bovine bovine merged commit be509a8 into flightaware:master Feb 13, 2023
freebsd-git pushed a commit to freebsd/freebsd-ports that referenced this pull request Jul 8, 2024
nanorkyo pushed a commit to nanorkyo/freebsd-ports that referenced this pull request Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants