summaryrefslogtreecommitdiff
path: root/biology/vcflib/files/patch-CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* biology/vcflib: Update to 1.0.13Jason W. Bacon2025-04-281-7/+9
| | | | | | | Bug fix release Changes: https://github.com/vcflib/vcflib/releases Reported by: portscout
* biology/vcflib: Update to 1.0.12Jason W. Bacon2024-11-251-13/+9
| | | | | | | A few fixes and enhancements Changes: https://github.com/vcflib/vcflib/releases Reported by: portscout
* biology/vcflib: Move man pages to share/manNuno Teixeira2024-03-021-3/+9
| | | | Approved by: portmgr (blanket)
* biology/vcflib: Unbreak build on aarch64, probably othersJason W. Bacon2023-01-311-8/+8
| | | | Patch out hard-coded -march=native, not supported by clang aarch64
* biology/vcflib: Update to 1.0.6Jason W. Bacon2023-01-301-13/+10
| | | | | | A few minor upstream fixes Unbundle WFA2-lib, which may be useful outside vcflib Update some submodules to latest commit (no recent releases available)
* biology/vcflib: Update to 1.0.5Jason W. Bacon2023-01-221-9/+21
| | | | | | | | Numerous new features and enhancements Changes: https://github.com/vcflib/vcflib/tags Reported by: portscout
* biology/vcflib: Update to 1.0.2Jason W. Bacon2021-11-041-0/+11
Switch to github submodules for most deps rather than patch build system Fixes build on powerpc64 and aarch64, possibly others Changes: https://github.com/vcflib/vcflib/tags PR: 259622 Reported by: pkubaj