- Cosmetic change
Changes:
- 1.56-pre2 D. replaced gnome transfer icons with icons from graphicsfuel
- 1.56-pre2 D. removed j2ssh fallback and ssh shell (which might be reimplemented using jsch in the future)
- 1.56-pre2 D. removed insomniac client code
- 1.56-pre2 D. updated readme
- 1.56-pre1 D. no question asked before opening file per default
- 1.56-pre1 D. added Daniel's runCommand patch (open local files with system app)
- 1.55-pre4 D. made the transfer buttons more visible
- 1.55-pre4 D. made the download manager slightly bigger
- 1.55-pre4 D. fixed size+positioning of "connection failed" dialog
- 1.55-pre4 D. source .tgz is now a git repository
- 1.55-pre4 D. fixed a small ui bug when uploading directories
- 1.55-pre3 D. FtpConnection now holds transfers as a list
- 1.55-pre2 D. added linux browsing support and made it default - see README if you want windows support
- 1.55-pre2 D. using DJ Sweet instead DJ NativeSwing for browsing feature now
- 1.55-pre1 D. added Pavel's password encryption feature
- 1.55-pre1 D. added Pavel's dual monitor window positioning fix
- 1.55-pre1 D. added Pavel's SMB missing WINS server exception fix
- 1.55-pre1 D. added Pavel's SMB hostchooser fix
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)