diff options
author | brooks <brooks@FreeBSD.org> | 2005-04-28 06:28:07 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2005-04-28 06:28:07 +0800 |
commit | d40ec98e6a1ea83242b93c4df6c6825f235904b6 (patch) | |
tree | 142b80ac989182269256f3e037a1c094db3a8721 /audio/squeezeboxserver/files | |
parent | 9b7ae7e5a561b4e7298d2fca394781607cb4d009 (diff) | |
download | freebsd-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.pm | 10 |
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 { |