summaryrefslogtreecommitdiff
path: root/www/mediawiki15/files/patch-index.php
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-05 15:53:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-05 15:53:48 +0000
commita7b502fd1f6c09c1e6a94d9ad45c7fa8a47c942c (patch)
treeb88007a5c70f93094309776d07b4f6bf3a80dbd5 /www/mediawiki15/files/patch-index.php
parent2006-12-27 audio/autools: is unfetchable and the project homepage disappeared (diff)
www/mediawiki13: No longer supported, please upgrade your wiki installation
www/mediawiki15: No longer supported, please upgrade your wiki installation
Diffstat (limited to 'www/mediawiki15/files/patch-index.php')
-rw-r--r--www/mediawiki15/files/patch-index.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/mediawiki15/files/patch-index.php b/www/mediawiki15/files/patch-index.php
deleted file mode 100644
index 870879d1214d..000000000000
--- a/www/mediawiki15/files/patch-index.php
+++ /dev/null
@@ -1,11 +0,0 @@
---- config/index.php.orig Thu Mar 2 03:55:15 2006
-+++ config/index.php Sat Jul 1 13:32:47 2006
-@@ -321,7 +321,7 @@
- $diff3locations = array("/usr/bin", "/opt/csw/bin", "/usr/gnu/bin", "/usr/sfw/bin") + explode(":", getenv("PATH"));
- $diff3names = array("gdiff3", "diff3");
-
--$diff3versioninfo = array('$1 --version 2>&1', 'diff3 (GNU diffutils)');
-+$diff3versioninfo = array('$1 --version 2>&1', 'diff3 - GNU diffutils');
- foreach ($diff3locations as $loc) {
- $exe = locate_executable($loc, $diff3names, $diff3versioninfo);
- if ($exe !== false) {