Skip to content

Commit

Permalink
Patches updated for 7.5.0. Still doesn't start
Browse files Browse the repository at this point in the history
  • Loading branch information
hickinbottoms committed Apr 12, 2010
1 parent aa5ca1b commit c206e49
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
@@ -1,6 +1,6 @@
--- Slim/bootstrap.pm.old 2010-03-29 23:50:00.000000000 +0100
+++ Slim/bootstrap.pm 2010-03-29 23:48:07.000000000 +0100
@@ -193,22 +193,6 @@
--- Slim/bootstrap.pm.old 2010-04-12 12:59:41.000000000 +0100
+++ Slim/bootstrap.pm 2010-04-12 13:00:17.000000000 +0100
@@ -192,22 +192,6 @@
print "To run from source on Windows, please install ActivePerl 5.10. ActivePerl 5.8.8 is no longer supported.\n";
print "http://www.activestate.com/activeperl/\n\n";
}
Expand All @@ -11,9 +11,9 @@
-NOTE:
-
-Please use the buildme.sh script located here:
-http://svn.slimdevices.com/repos/slim/7.4/trunk/vendor/CPAN/
-http://svn.slimdevices.com/repos/slim/7.5/trunk/vendor/CPAN/
-
-If 7.4 is outdated by the time you read this, Replace "7.4" with the major version
-If 7.5 is outdated by the time you read this, Replace "7.5" with the major version
-of Squeezebox Server you are running.
-
-*******
Expand Down
6 changes: 3 additions & 3 deletions stage/files/squeezeboxserver-7.5.0-squeezeslave.patch
@@ -1,6 +1,6 @@
--- Slim/Web/HTTP.pm.old 2010-04-08 22:49:36.000000000 +0100
+++ Slim/Web/HTTP.pm 2010-04-08 22:49:36.000000000 +0100
@@ -2199,9 +2199,10 @@
--- Slim/Web/HTTP.pm.old 2010-04-12 13:01:45.000000000 +0100
+++ Slim/Web/HTTP.pm 2010-04-12 13:02:54.000000000 +0100
@@ -2214,9 +2214,10 @@
# only kill the timer if we were called for the active streaming connection;
# otherwise we might kill the timer related to the next connection too.
Slim::Utils::Timers::killTimers($client, \&tryStreamingLater);
Expand Down
6 changes: 3 additions & 3 deletions stage/files/squeezeboxserver-7.5.0-uuid-gentoo.patch
@@ -1,6 +1,6 @@
--- slimserver.pl.old 2010-03-29 23:37:17.000000000 +0100
+++ slimserver.pl 2010-03-29 23:37:17.000000000 +0100
@@ -391,8 +391,9 @@
--- slimserver.pl.old 2010-04-12 12:56:18.000000000 +0100
+++ slimserver.pl 2010-04-12 12:58:28.000000000 +0100
@@ -397,8 +397,9 @@

# Generate a UUID for this SC instance on first-run
if ( !$prefs->get('server_uuid') ) {
Expand Down

0 comments on commit c206e49

Please sign in to comment.