summaryrefslogtreecommitdiff
path: root/Ports/nasm
AgeCommit message (Collapse)Author
2022-03-15Ports: Point nasm to the correct config.sub locationPierce Andjelkovic
2022-01-16Ports: Remove some config.sub patches and download a fresh one if neededAli Mohammad Pur
All of these patches did the same thing, which is already in upstream config.sub. With this change, we need only add `use_fresh_config_sub=true` to the package.sh file. Note that this is not done automatically in case the port has a modified config.sub file.
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-04-18Ports: Fix the tarball hash for nasmGunnar Beutner
For some reason the hash was incorrect. Also, changed the hash type to SHA256. We should consider deprecating everything other than SHA256 maybe.
2021-04-16Ports: Add auth_type verification to all package.sh filesBrendan Coles
2021-04-14Ports: Fix building the nasm portGunnar Beutner
2021-04-14Ports: Update nasm port to version 2.15.05 (#6292)Tom Needham
Fixes #6157.
2021-03-13Ports: Replace hardcoded versions in 'files' URLsLinus Groh
Let's just use $version everywhere (we already do this for most ports).
2021-01-23Ports: Clean up some package.sh scriptsLinus Groh
- Remove superfluous function overrides and use makeopts instead - Remove superfluous installopts - Use run rather than cd'ing manually - Ensure empty line between functions
2021-01-22Meta: Get building on NixOS (#5005)Jonathan Turner
2019-11-09Ports: add nasm portPaweł Cholewa