diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2017-02-09 17:50:06 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2017-02-09 17:50:06 +0000 |
commit | 19a4f0ddb2cb35202cb7fb2d1b30b3401bce9052 (patch) | |
tree | 6da50c555bcccbe0eccec3a12762bf36935b4119 /comms/rxtx/files/patch-Makefile.in | |
parent | Update net-mgmt/prometheus to 1.5.1 (diff) |
- Added LICENSE
- Fixed patches for portlint
- Supressed debug message on RXTXPort:removeEventListener:Exit when not in debug mode
- Added java bootstrap class
- Updated java source/target directives which will be depreciated in future release, see http://openjdk.java.net/
+jeps/182, and regression tested functionality.
PR: 216248
Submitted by: james@elstone.net
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9508
Diffstat (limited to 'comms/rxtx/files/patch-Makefile.in')
-rw-r--r-- | comms/rxtx/files/patch-Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/rxtx/files/patch-Makefile.in b/comms/rxtx/files/patch-Makefile.in index 058f1e108a78..aa7287bde925 100644 --- a/comms/rxtx/files/patch-Makefile.in +++ b/comms/rxtx/files/patch-Makefile.in @@ -1,5 +1,5 @@ ---- Makefile.in.orig 2008-12-31 10:29:12.000000000 +0800 -+++ Makefile.in 2014-05-23 10:05:55.350336425 +0800 +--- Makefile.in.orig 2008-12-31 02:29:12 UTC ++++ Makefile.in @@ -619,13 +619,15 @@ $(CLASSES): $(javafiles) $(TOP)/Makefile # install librxtxSerial.so into the proper directory and copy $(JARTARGET) to its # proper location |