Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-12 | Fix `make grind` | Einhard Leichtfuß | |
We have to ask the C compiler not to treat some warning as errors. Pointed out by simonzack (https://aur.archlinux.org/account/simonzak). | |||
2021-06-30 | Explicitly call autotools and ./configure | Einhard Leichtfuß | |
./autogen.sh did more than needed, and added some unnecessary flags to ./configure. | |||
2021-06-29 | Address gcc errors, and other improvements | Einhard Leichtfuß | |
As reported by `Musse', the now default `-Werror=format-security' caused building to fail due to usage of {,f}printf(3) with variable format strings. This did actually not affect this package security-wise before; the affected files were built, but neither run nor included in the package. Changes: * Only build what is needed. - The files affected by the security issues (and, thus, the gcc errors) are not built anymore. - Less make dependencies. * `makedepends' is now correct, building in chroot works. * Apply Debian patches; e.g., * Port that one script from python2 to python3. * Fix the mentioned security issues--which would not affect this package anyways. - Remove the need for one of the sed calls. * The affected file is not built anymore, though. * Do not use pre-autogenerated Makefiles et al.. * Other minor changes. | |||
2018-12-27 | Polishing of PKGBUILD; package mostly unchanged | Einhard Leichtfuß | |
The only changes in the output are: - short description trimmed of whitespace. - URL changed to https (See `dict -i wn'). Polishing: - Consistent quoting. - Simpler sed commands. - Consistent usage of `install'. | |||
2016-12-14 | Forced make flag `-j1'. | Einhard Leichtfuß | |
2016-12-12 | Fixed typo. | Einhard Leichtfuß | |
{$pkgdir} -> ${pkgdir} | |||
2016-12-12 | Update to version 3.1 | Einhard Leichtfuß | |
2016-09-24 | s/url="http/url="https/ | Einhard Leichtfuß | |
2016-09-24 | Updated Author Information | Einhard Leichtfuß | |
2015-12-11 | Updated maintainer information | respiranto | |
2015-08-25 | Extended pkgdesc to not prioritize dictd too much | respiranto | |
2015-08-25 | Changed pkgdesc to include dictd | respiranto | |
2015-08-25 | Added quotes where necessary | respiranto | |
2015-08-24 | Added symlink to license in appropriate location | respiranto | |
2015-08-24 | Initial upload | respiranto | |