New issue by GitMensch on void-packages repository https://github.com/void-linux/void-packages/issues/45612 Description: ### Is this a new report? Yes ### System Info current ### Package(s) Affected gnucobol ### Does a report exist for this bug with the project's home (upstream) and/or another distro? _No response_ ### Expected behaviour full support of all features (this is what this issue is about, the update would likely be handled by the update-script), and up-to-date, you can see both when executing `cobc --info` Note that the [current template](https://github.com/void-linux/void-packages/blob/master/srcpkgs/gnucobol/template) also doesn't use an official GNU mirror for download but a mirror that is not directly related to the GNU project. The official homepage would be `url="https://www.gnu.org/software/gnucobol/` , the source would be `distfiles="https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${version}.tar.xz"` (you may also want to download and verify the signature). For dependencies you may want to see https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=open-cobol (additional dev dependencies for libxml2 and either cjson or json-c, and for all libraries a runtime dependency in gnucobol-libs) Also note that if you want a make_check_target, then this would be `make_check_target="checkall"` (doing more or less a `make check` and `make test`). ### Actual behaviour XML and JSON are likely missing (at least they miss the dependencies in https://github.com/void-linux/void-packages/blob/master/srcpkgs/gnucobol/template), version is at 3.1.2 (3.2 is a month old and as no bug reports so far). ### Steps to reproduce check with `cobc --info`