Commit graph

10 commits

Author SHA1 Message Date
Ronald Klop
806a884dc7
archivers/snappy-java: force disable NEON on armv7
Cross compilation might pick up NEON from the host aarch64 system
in our package build cluster.
This gave an error:
In file included from target/snappy-1.1.10/snappy.cc:29:
target/snappy-1.1.10/snappy-internal.h:107:10: error: use of undeclared identifier 'vqtbl1q_u8'; did you mean 'vtbl1_u8'?
  107 |   return vqtbl1q_u8(input, shuffle_mask);
      |          ^~~~~~~~~~
      |          vtbl1_u8

PR:	282272
Approved by:	Angelo Polo (maintainer) (via earlier comment in the PR)
2024-11-26 17:05:50 +01:00
Ronald Klop
28a93b2755
archivers/snappy-java: enable armv6 and armv7
PR:	282272
Approved by:	Angelo Polo (maintainer)
2024-10-27 11:01:31 +01:00
Vladimir Druzenko
e4f0d70750 archivers/snappy-java: support build with OpenJDK 21
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
2024-07-26 20:54:22 +03:00
Juraj Lutter
ec69541aaa archivers/snappy-java: Update to 1.1.10.5
PR:		268558
Reported by:	wcarson.bugzilla@disillusion.net
Co-authored-by:	Angelo Polo <language.devel@gmail.com>
2023-10-18 15:47:41 +02:00
Piotr Kubaj
fd836055d6 archivers/snappy-java: fix build on powerpc64le 2021-10-13 10:48:33 +00:00
Piotr Kubaj
7d26f0f538 archivers/snappy-java: fix build on powerpc64 2021-10-09 21:27:27 +00:00
Mikael Urankar
defe12367f archivers/snappy-java: fix build on aarch64
PR:		247146
Submitted by:	Ronald Klop
Approved by:	Angelo Polo (maintainer)
2020-06-11 17:29:56 +00:00
Kurt Jaeger
f601c9b0e5 archivers/snappy-java: update 1.0.4.1 -> 1.1.7.5, submitter becomes maintainer
- 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
2020-05-14 11:15:14 +00:00
Mathieu Arnold
9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00
Jason Helfman
d3cca4f775 Snappy-java is a Java port of snappy, a fast C++
compresser/decompresser developed by Google.

WWW: https://github.com/xerial/snappy-java

PR:		ports/178560 (based on)
Submitted by:	Radim Kolar <hsn@filez.com>
2013-05-17 17:09:05 +00:00