summaryrefslogtreecommitdiff
path: root/audio/squeezeboxserver/files/patch-Slim_Utils_Misc.pm
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2006-10-05 02:56:56 +0000
committerBrooks Davis <brooks@FreeBSD.org>2006-10-05 02:56:56 +0000
commitfd5da4c7ec2761efafb6abb41aa67f0799be0a17 (patch)
tree4fb93dc19a1c1ad9dcdd5b476c03b06383086022 /audio/squeezeboxserver/files/patch-Slim_Utils_Misc.pm
parentadd duplo 0.2.0 (diff)
Upgrade slimserver to version 6.5.0.
The biggest change is that the database is now MySQL instead of SQLite. Slimserver starts it's own MySQL instance so you don't need to deal with MySQL configuration, but both the client and server are now dependencies. For more info see the change log at: http://www.slimdevices.com/Changelog6.html Most of the binary perl modules are now port dependencies. YAML-Syck is not yet because it didn't work. I suspect a version issues (the ports version is newer).
Notes
Notes: svn path=/head/; revision=174504
Diffstat (limited to 'audio/squeezeboxserver/files/patch-Slim_Utils_Misc.pm')
-rw-r--r--audio/squeezeboxserver/files/patch-Slim_Utils_Misc.pm14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/squeezeboxserver/files/patch-Slim_Utils_Misc.pm b/audio/squeezeboxserver/files/patch-Slim_Utils_Misc.pm
new file mode 100644
index 000000000000..16a2f1e07a1e
--- /dev/null
+++ b/audio/squeezeboxserver/files/patch-Slim_Utils_Misc.pm
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- Slim/Utils/Misc.pm.orig
++++ Slim/Utils/Misc.pm
+@@ -106,7 +106,7 @@
+
+ if (Slim::Utils::OSDetect::OS() ne "win") {
+
+- push @paths, (split(/:/, $ENV{'PATH'}), qw(/usr/bin /usr/local/bin /sw/bin /usr/sbin));
++ push @paths, (split(/:/, $ENV{'PATH'}), qw(/usr/bin /usr/local/bin /usr/local/libexec /sw/bin /usr/sbin));
+
+ } else {
+