Package: rxtx / 2.2pre2-11
Metadata
Package | Version | Patches format |
---|---|---|
rxtx | 2.2pre2-11 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
zsystem_init_exception.patch | (download) |
src/gnu/io/RXTXPort.java |
4 3 + 1 - 0 ! |
print exception if initialization fails Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472053 |
kfreebsd_port.patch | (download) |
CNI/SerialImp.c |
8 4 + 4 - 0 ! |
defines freebsd for kfreebsd systems, also makes sure kfreebsd is set to use fhs #grep -r -H "__FreeBSD" . -m 1 --exclude=*.patch --exclude-dir=.git | cut -d: -f1 | xargs sed -i s/__FreeBSD__/__FreeBSD_kernel__/ Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585089 |
ttyACM_port.patch | (download) |
src/gnu/io/RXTXCommDriver.java |
13 0 + 13 - 0 ! |
allows for the enumeration of many additional ports, including ttyacm for arduino unos |
original_debian_changes.patch | (download) |
Makefile.am |
3 2 + 1 - 0 ! |
removes makefile install of rxtxcomm.jar, silences an unnecessary compiling error |
kfreebsd_libpthread.patch | (download) |
configure.in |
2 1 + 1 - 0 ! |
libc_r is not available, use libpthread Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585089 |
sys_io_h_check.patch | (download) |
configure.in |
1 1 + 0 - 0 ! |
sys/io.h does not exist on all systems Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609152 |
port_to_hurd.patch | (download) |
src/SerialImp.h |
2 1 + 1 - 0 ! |
defines __gnu__ to use the fhs |
multiple_property_dirs.patch | (download) |
src/SerialImp.c |
14 9 + 5 - 0 ! |
handles the case when "java.ext.dirs" system property contains more than one directory. |
uninstall_target.patch | (download) |
Makefile.am |
4 4 + 0 - 0 ! |
adds uninstall target to makefile |
fhs_lock_buffer_overflow_fix.patch | (download) |
CNI/SerialImp.c |
2 1 + 1 - 0 ! |
java fails with a buffer overflow when there's a locked serial device, see http://mailman.qbang.org/pipermail/rxtx/2009-May/10897125.html. |
MonitorThread daemon.patch | (download) |
src/gnu/io/I2C.java |
4 3 + 1 - 0 ! |
--- |