Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-24 | fixup: apply the upstream fix for -Werror=format-security | Vadim Yanitskiy | |
2024-05-23 | Fix building with gcc 14.1.1, pass $CFLAGS and -std=gnu89 | Vadim Yanitskiy | |
2023-12-12 | Update $pkgver: r20 -> r21 | Vadim Yanitskiy | |
2023-09-02 | Update $pkgver: r19 -> r20, drop the tdma_durations[] patch | Vadim Yanitskiy | |
2023-09-01 | New (release) package: freecalypso-tools r19 | Vadim Yanitskiy | |
2023-09-01 | Drop ringtools_imy_fix_tdma_durations.diff | Vadim Yanitskiy | |
It's no more needed to apply this patch since the upstream was fixed: https://www.freecalypso.org/hg/freecalypso-tools/rev/a96cb97b66a2 | |||
2023-09-01 | fix package(): do not touch real /opt/freecalypso | Vadim Yanitskiy | |
While being executed by makepkg, functions in PKGBUILD have access to whatever the build-user has access to. The current implementation of package() would mess up with the real '/opt/freecalypso' directory. The right approach is to override the INSTALL_PREFIX variable when invoking make install, so that everything is installed directly to the ${pkgdir}. | |||
2023-09-01 | Initial commit | Vadim Yanitskiy | |