aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2015-02-06 16:40:33 +0800
committernetchild <netchild@FreeBSD.org>2015-02-06 16:40:33 +0800
commitf7215b5501cd387953cc81becebd7641d27f36ac (patch)
tree8e2fad6f8849e22751f459b544a73571252a26d6 /UPDATING
parent854e24f88a5bfd4aaded0b9316105ded48267a10 (diff)
downloadfreebsd-ports-gnome-f7215b5501cd387953cc81becebd7641d27f36ac.tar.gz
freebsd-ports-gnome-f7215b5501cd387953cc81becebd7641d27f36ac.tar.zst
freebsd-ports-gnome-f7215b5501cd387953cc81becebd7641d27f36ac.zip
- 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>
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 499220eb5342..f36003ef6bb8 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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