aboutsummaryrefslogtreecommitdiff
path: root/archivers/snappy-java/files/patch-Makefile
Commit message (Collapse)AuthorAgeFilesLines
* archivers/snappy-java: Update 1.1.10.5 => 1.1.10.8Angelo Polo2025-08-051-13/+3
| | | | | | | | | | | | | | | | | | | Changelogs: https://github.com/xerial/snappy-java/releases/tag/v1.1.10.6 https://github.com/xerial/snappy-java/releases/tag/v1.1.10.7 https://github.com/xerial/snappy-java/releases/tag/v1.1.10.8 Improve port: - Switch from gz to xz in deps: reduce size in 1.6 times (235 => 144MiB) - Move cmake from BUILD_DEPENDS to USES. - Switch from hashes to tags in GH_TUPLE. - Split long line. - Replace PORTVERSION with DISTVERSION. - Refresh patches. - Refresh and remove upstreamed patches. PR: 288452 Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
* archivers/snappy-java: support build with OpenJDK 21Vladimir Druzenko2024-07-261-5/+15
| | | | | | | | In Java 21 compiler removed support for source and target 1.7 (7). PR: 280316 Approved by: Angelo Polo <language.devel@gmail.com> Obtained from: https://github.com/xerial/snappy-java/issues/532
* archivers/snappy-java: Update to 1.1.10.5Juraj Lutter2023-10-181-29/+17
| | | | | | PR: 268558 Reported by: wcarson.bugzilla@disillusion.net Co-authored-by: Angelo Polo <language.devel@gmail.com>
* archivers/snappy-java: update 1.0.4.1 -> 1.1.7.5, submitter becomes maintainerKurt Jaeger2020-05-141-0/+64
- Builds with sbt instead of maven - Java 11 compatible - Testing moved to test target - Builds in poudriere with openjdk8 and openjdk11 - All tests pass - All databases/cassandra4 tests using snappy-java pass PR: 246348 Submitted by: Angelo Polo <language.devel@gmail.com> Relnotes: https://github.com/xerial/snappy-java/blob/master/Milestone.md Notes: svn path=/head/; revision=535224