[Rt-devel] RT 3.8.0 BETA 3 now available

Jason Long jlong at messiah.edu
Wed Jun 11 15:12:19 EDT 2008


Jason Long wrote:
> I find `make upgrade' refuses to run, because I'm missing a "STANDALONE" 
> dependency. But I'm not using the standalone web handler....
>   

Oops, sorry, this wasn't Beta 3, it was the latest svn.

I whipped the following patch; not sure why it couldn't be applied.
Jason



diff --git a/sbin/rt-test-dependencies.in b/sbin/rt-test-dependencies.in
index 0e98d8a..afaf002 100755
--- a/sbin/rt-test-dependencies.in
+++ b/sbin/rt-test-dependencies.in
@@ -88,7 +88,6 @@ my %default = (
     'with-CLI' => 1,
     'with-MAILGATE' => 1,
     'with-DEV' => @RT_DEVEL_MODE@,
-    'with-STANDALONE' => 1,
     'with-GPG' => @RT_GPG@,
     'with-ICAL' => 1,
     'with-SMTP' => 1,



More information about the Rt-devel mailing list