summaryrefslogtreecommitdiff
path: root/www/mediawiki118/files/patch-index.php
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2009-02-05 10:05:24 +0000
committerStefan Walter <stefan@FreeBSD.org>2009-02-05 10:05:24 +0000
commit521fb4de9316ee722bc2b6c904a4b1d208f361de (patch)
treea0792fc16c8917444bfed4b19c5e4654a408721a /www/mediawiki118/files/patch-index.php
parentBump PORTREVISION for previous change. (diff)
- Fix detection of diff3 by removing files/patch-index.php.
- Bump PORTREVISION. PR: 130898 Submitted by: Morgan Wesström <freebsd-ports-bugs@pp.dyndns.biz> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=227660
Diffstat (limited to 'www/mediawiki118/files/patch-index.php')
-rw-r--r--www/mediawiki118/files/patch-index.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/mediawiki118/files/patch-index.php b/www/mediawiki118/files/patch-index.php
deleted file mode 100644
index b1d9e238d4d9..000000000000
--- a/www/mediawiki118/files/patch-index.php
+++ /dev/null
@@ -1,11 +0,0 @@
---- config/index.php.orig Sat Oct 14 02:06:36 2006
-+++ config/index.php Sun Dec 3 16:18:18 2006
-@@ -434,7 +434,7 @@
- $diff3locations = array( "/usr/bin", "/usr/local/bin", "/opt/csw/bin", "/usr/gnu/bin", "/usr/sfw/bin" ) + explode( $sep, getenv( "PATH" ) );
- $diff3names = array( "gdiff3", "diff3", "diff3.exe" );
-
--$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) {