summaryrefslogtreecommitdiff
path: root/Ports/bc
AgeCommit message (Collapse)Author
2021-10-25Ports: Enable history handling in bcDaniel Bertalan
An oversight in the TTY defaults caused bc to reach an assertion failure when it tried to set up raw mode for printing the history. Now that this is fixed, we can finally enable history handling.
2021-10-25Ports: Bump bc from version 2.5.1 to 5.1.1Brendan Coles
2021-10-05Ports: Make array-like settings actual arraysTim Schumacher
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion.
2021-07-04Ports: Remove obsolete patches for bcGunnar Beutner
2021-03-14Ports: Fix 'bc' portBen Wiederhake
Previously, these features were apparently auto-disabled, because we do not yet support and never did support translations or the FIONREAD ioctl.
2021-01-22Meta: Get building on NixOS (#5005)Jonathan Turner
2020-02-06Ports: Added checksums / signature files and other fixesEmanuel Sprung
* Use ${version} instead of explicit version numbers in urls/filenames * Move -L option to port script, as this is always good * Fix some various other stuff
2020-01-25Ports: Add bc portBrian Callahan