aboutsummaryrefslogtreecommitdiffstats
path: root/audio/squeezeboxserver/files
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2005-04-28 06:28:07 +0800
committerbrooks <brooks@FreeBSD.org>2005-04-28 06:28:07 +0800
commitd40ec98e6a1ea83242b93c4df6c6825f235904b6 (patch)
tree142b80ac989182269256f3e037a1c094db3a8721 /audio/squeezeboxserver/files
parent9b7ae7e5a561b4e7298d2fca394781607cb4d009 (diff)
downloadfreebsd-ports-gnome-d40ec98e6a1ea83242b93c4df6c6825f235904b6.tar.gz
freebsd-ports-gnome-d40ec98e6a1ea83242b93c4df6c6825f235904b6.tar.zst
freebsd-ports-gnome-d40ec98e6a1ea83242b93c4df6c6825f235904b6.zip
Upgrade to 6.0.2.
The most important fix is probably avoiding database corruption that caused the wrong artists to be associated with songs/albums. For full details, see the Changelog.html or: http://www.slimdevices.com/su_changelog.html
Diffstat (limited to 'audio/squeezeboxserver/files')
-rw-r--r--audio/squeezeboxserver/files/patch-Slim_Utils_Prefs.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/squeezeboxserver/files/patch-Slim_Utils_Prefs.pm b/audio/squeezeboxserver/files/patch-Slim_Utils_Prefs.pm
index 679efe703b3a..131a26b0b1b2 100644
--- a/audio/squeezeboxserver/files/patch-Slim_Utils_Prefs.pm
+++ b/audio/squeezeboxserver/files/patch-Slim_Utils_Prefs.pm
@@ -14,16 +14,16 @@ $FreeBSD$
} else {
$path = '';
-@@ -126,7 +130,7 @@
- if ($os eq 'mac') {
- $CacheDir = catdir($ENV{'HOME'}, '/Library/Caches/SlimServer');
+@@ -131,7 +135,7 @@
+
} elsif ($os eq 'unix') {
+
- $CacheDir = $ENV{'HOME'};
+ $CacheDir = "/var/db/slimserver/cache";
}
+
my @CacheDirs = splitdir($CacheDir);
- pop @CacheDirs;
-@@ -702,7 +706,7 @@
+@@ -714,7 +718,7 @@
} elsif (Slim::Utils::OSDetect::OS() eq 'win') {
$prefsPath = $Bin;
} else {