diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2015-02-06 08:40:33 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2015-02-06 08:40:33 +0000 |
commit | 9d00f3fc47d8358855240dd8688fdc7172d6e990 (patch) | |
tree | 8e2fad6f8849e22751f459b544a73571252a26d6 /UPDATING | |
parent | 193f19448992a3f15ced93132fa24b209c05eba3 (diff) |
- Update to Serviio 1.5
- Require OpenJDK8 which is now the minimum requirement
- Use "sample" in filenames over "dist" to be able to use @sample keyword
- Sync Java command line exec arguments to upstream to work with OpenJDK8
- Partially sync JAVA_OPTS to upstream and specify a dcraw path to
prevent errors looking for 'lib/dcraw'
- Cleaned up the console script
Submitted by: Jason Unovitch <jason.unovitch@gmail.com>
Notes
Notes:
svn path=/head/; revision=378510
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -5,6 +5,20 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20150206: + AFFECTS: users of net/serviio + AUTHOR: netchild@FreeBSD.org + + The java dependency changed from java 7 (lang/openjdk7 if you haven't + installed another java 7 implementation) to java 8 (e.g. lang/openjdk8). + If serviio is the only reason that java 7 is installed, you can delete + java 7 after the update to serviio 1.5.0. + + The Java Polling Watch Service used in Serviio 1.5 aggressively searches + for file system updates. Until the Serviio poller is re-enabled in 1.5.1, + consider unchecking "Keep library automatically updated" if you have a + large media collection or are concerned about CPU/disk usage. + 20150204: AFFECTS: users of databases/mysql55-(server|client) AUTHOR: ale@FreeBSD.org |