Bug 130898 - www/mediawiki fails to identify diff3
Summary: www/mediawiki fails to identify diff3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Stefan Walter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-22 18:50 UTC by Morgan Wesström
Modified: 2009-02-05 10:10 UTC (History)
0 users

See Also:


Attachments
file.diff (533 bytes, patch)
2009-01-22 18:50 UTC, Morgan Wesström
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Morgan Wesström 2009-01-22 18:50:01 UTC
During setup of www/mediawiki the script looks for diff3 but can't find FreeBSD's version because it has the wrong version string info to compare to.

Fix: The following simple diff will correct the version string info.


How-To-Repeat: Install www/mediawiki from Ports and run the setup-script http://yourdomain/mediawiki/config/index.php
In the top section "Checking environment" you will find a line saying "GNU diff3 not found".
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-22 18:50:11 UTC
Maintainer of www/mediawiki,

Please note that PR ports/130898 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/130898

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-22 18:50:13 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Gerrit Beine 2009-02-01 17:45:58 UTC
Am Donnerstag, 22. Januar 2009 19:50:11 schrieb Edwin Groothuis:
> Maintainer of www/mediawiki,
>
> Please note that PR ports/130898 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/130898


This means that we can remove patch-index.php from www/mediawiki :-)

How can we handle this? Should I create a separate PR containing a 
maintainer-update?

So long....

Gerrit
Comment 4 Mark Linimon 2009-02-03 09:24:43 UTC
On Sun, Feb 01, 2009 at 05:50:05PM +0000, Gerrit Beine wrote:
>  This means that we can remove patch-index.php from www/mediawiki :-)
>  
>  How can we handle this? Should I create a separate PR containing a 
>  maintainer-update?

not really necessary, just the followup is ok if it makes it into GNATS.

mcl
Comment 5 Stefan Walter freebsd_committer freebsd_triage 2009-02-05 09:05:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stefan

Take.
Comment 6 dfilter service freebsd_committer freebsd_triage 2009-02-05 10:05:38 UTC
stefan      2009-02-05 10:05:24 UTC

  FreeBSD ports repository

  Modified files:
    www/mediawiki        Makefile 
  Removed files:
    www/mediawiki/files  patch-index.php 
  Log:
  - 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
  
  Revision  Changes    Path
  1.50      +1 -0      ports/www/mediawiki/Makefile
  1.3       +0 -11     ports/www/mediawiki/files/patch-index.php (dead)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 7 Stefan Walter freebsd_committer freebsd_triage 2009-02-05 10:05:46 UTC
State Changed
From-To: feedback->closed

Fix committed, thanks!