Commit graph

19 commits

Author SHA1 Message Date
nia
4e24709b68 comms: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 10:05:57 +00:00
dsainty
ba3b5b98e5 Add a buildlink3.mk to java-rxtx, primarily to expose
BUILDLINK_LIBDIRS.java-rxtx
2021-10-10 01:59:31 +00:00
nia
1fad23390d comms: Remove SHA1 hashes for distfiles 2021-10-07 13:27:01 +00:00
dsainty
a77dd84627 Install java-rxtx in a consistent location regardless of whether the JRE
is built-in or via Pkgsrc.

This removes the JAVA_INSTALL_BASE hack that used to work, but no longer
does.  It's also more consistent with other packages to install in a
private location.

Bump PKGREVISION for the installation location change.
2021-09-13 11:44:45 +00:00
dsainty
1de8041f94 Fix the build under MacOS X 2021-09-13 11:37:34 +00:00
tnn
32e2e5830f g/c references to openjdk7 2020-05-17 00:54:00 +00:00
rillig
fc42239139 comms: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

Manually adjusted the indentation in asterisk15 and asterisk16 to avoid
too deep indentation.
2019-11-03 12:04:12 +00:00
wiz
49b1bb13c3 sun-jdk6, sun-jre6: remove
Last update in 2013, remove sun-jdk7/sun-jre7 instead
2019-05-02 08:36:09 +00:00
dholland
a3d1589e21 Whitespace. 2015-12-29 04:54:34 +00:00
agc
ad1e2a0a92 Add SHA512 digests for distfiles for comms category
Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden).  Existing SHA1
digests retained for now as an audit trail.
2015-11-03 01:34:52 +00:00
joerg
53183d54f0 Don't use variable strings as format strings. Don't link with -lc_r on
the BSDs, use -lpthread. Accept openjdk8.
2015-08-13 20:16:22 +00:00
dsainty
33a2352f72 Add oracle-jdk8 to the accepted list.
NB: I'm not game enough to do it in the freeze, but it looks like the
JVM version detection patching could be removed - it appears no longer
necessary now that Pkgsrc passes in the correct RXTX_PATH and JHOME_PATH
itself.  At any rate, adding version 8 is not required for the oracle-jdk8
build to complete smoothly.
2015-06-27 06:30:03 +00:00
dsainty
c9e3bbc6f7 If the JVM is built-in, at least install under PREFIX still, rather than
attempting to install into the built-in JAVA_HOME.

Use 'arm' as JAVA_MACHINE_ARCH generally (correct for at least Linux, as
well as NetBSD).
2015-05-14 18:12:11 +00:00
joerg
2307751955 Uses libtool, so replace with our version. Use the correct machine
directory on NetBSD/ARM.
2015-04-24 20:16:54 +00:00
dsainty
5c0e6afc2b The printer port support is experimental, and only supported on some
platforms.  Disable it for consistency, using a patch since
--disable-PRINTER only works on Linux.
2013-03-29 12:40:24 +00:00
joerg
410fe85920 At least on the BSDs, the parallel port support is always included. 2013-03-28 21:18:32 +00:00
dsainty
6c50403dc4 Not as MAKE_JOBS_SAFE as you'd like. 2013-03-06 08:30:40 +00:00
dsainty
22dce0a589 Fix package build for MACHINE_ARCH == x86_64 2013-02-19 23:35:48 +00:00
dsainty
1da346fb7a Add RXTX version 2.1-7r2.
RXTX is a Java library, using a native implementation (via JNI), providing
serial and parallel communication for the Java Development Toolkit (JDK).

It is based on the specification for Sun's Java Communications API, though
while many of the class descriptions are the same the package used it not,
since gnu.io is used instead. A certain amount of compatibility is intended
with API, though this project should be considered as a fork and therefore
compatible in spirit, but not in implementation.
2013-02-11 01:13:19 +00:00