Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-14 | Update to v2022.05.05.01 | Claudia Pellegrino | |
2022-05-12 | Update to v2021.05.05.01 | Claudia Pellegrino | |
2022-03-03 | Update to v2021.01.12.01-2 | Claudia | |
Fix several issues that have appeared since Python 3.10. For details, see [1] and [2]. [1]: https://github.com/facebook/buck/issues/2678 [2]: https://github.com/facebook/buck/issues/2678#issuecomment-1034635921 | |||
2021-11-06 | Use required Java versions at build and run time | Claudia Pellegrino | |
Buck requires Java 8 to build and Java 11 to run. [1] That has caused spurious failures in the PKGBUILD [2]. The problem is that the PKGBUILD never enforced (i.e. pinned) the makedepends version to be actually *used* in the build. So if you have more than one Java version installed, the PKGBUILD would pick the wrong Java, causing a build failure. The same goes for the runtime Java version, where having more than one installed would cause a runtime failure. Currently, there’s no method to pin JDK/JRE packages to a fixed version in a vendor-agnostic way [3]. As a workaround, this commit pins the dependencies to the `-openjdk` vendor, which is better than nothing, and certainly better than the spurious failures. The downside is that people who already have JRE 8 or JDK 11 installed from another vendor will get a useless second copy. A similar fix has already worked well in the past [4] on macOS. So it’s pretty safe to assume the fix will be ok here, too. [1]: https://github.com/facebook/buck/issues/2443 [2]: https://aur.archlinux.org/packages/buck/#comment-738767 [3]: https://wiki.archlinux.org/title/Java#Package_pre-requisites_to_support_archlinux-java [4]: https://github.com/facebook/homebrew-fb/pull/52 Reported-by: sramey <sramey40@gmail.com> | |||
2021-11-06 | Update to v2021.01.12.01 | Claudia Pellegrino | |
2021-11-06 | Remove backslash from description | Claudia Pellegrino | |
2021-11-06 | Make .SRCINFO match `makepkg --printsrcinfo` | Claudia Pellegrino | |
2020-05-19 | Update to v2020.05.14.01 | Kenneth Endfinger | |
2020-05-09 | v2020.05.08.01 | Kenneth Endfinger | |
2020-01-28 | apache-ant -> ant | Kenneth Endfinger | |
2020-01-21 | Use Java 11 for Java Runtime | Kenneth Endfinger | |
2020-01-15 | Remove srcdir from watchman if used, and bundle LICENSE for package. | Kenneth Endfinger | |
2020-01-15 | Kill buckd after building buck from source. | Kenneth Endfinger | |
2020-01-15 | Take over maintainership. | Kenneth Endfinger | |
2019-10-18 | update | haawda | |
2019-10-04 | update | haawda | |
2019-09-13 | update | haawda | |
2019-09-03 | update | haawda | |
2019-08-06 | do not check for running instances of buck | haawda | |
2019-06-18 | update | haawda | |
2019-06-11 | update | haawda | |
2019-05-23 | update | haawda | |
2019-05-15 | update | haawda | |
2019-05-07 | update | haawda | |
2019-01-11 | update | haawda | |
2018-10-29 | update | haawda | |
2018-10-22 | update | haawda | |
2018-10-18 | update | haawda | |
2018-09-29 | update | haawda | |
2018-08-30 | update | haawda | |
2018-08-20 | update | haawda | |
2018-08-08 | update | haawda | |
2018-07-29 | update | haawda | |
2018-07-12 | update | haawda | |
2018-07-02 | fix dependencies to build in a clean chroot | haawda | |
2018-06-26 | update | haawda | |
2018-04-29 | add a prepare function to detect java version | haawda | |
2018-03-29 | update | haawda | |
2018-02-17 | update | haawda | |
2018-01-21 | update | haawda | |
2017-10-11 | adopted and updated | haawda | |
2017-05-31 | v2017.05.31.01 | Joel Goguen | |
2017-05-11 | v2017.05.09.01 | Joel Goguen | |
2017-05-02 | v2017.05.02.01 | Joel Goguen | |
2017-04-18 | v2017.03.29.01 | Joel Goguen | |
2016-11-17 | v2016.11.11.01 | Joel Goguen | |
2016-10-03 | v2016.09.26.01 | Joel Goguen | |
2016-09-22 | version bump | Joel Goguen | |
2016-04-22 | v2016.04.18.01 | Joel Goguen | |