Commit graph

8 commits

Author SHA1 Message Date
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