summaryrefslogtreecommitdiff
path: root/comms/java-rxtx/patches/patch-configure_in
AgeCommit message (Collapse)AuthorFilesLines
2021-09-13Fix the build under MacOS Xdsainty1-8/+30
2015-08-13Don't use variable strings as format strings. Don't link with -lc_r onjoerg1-7/+14
the BSDs, use -lpthread. Accept openjdk8.
2013-03-29The printer port support is experimental, and only supported on somedsainty1-2/+15
platforms. Disable it for consistency, using a patch since --disable-PRINTER only works on Linux.
2013-02-11Add RXTX version 2.1-7r2.dsainty1-0/+52
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.