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".
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
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
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
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
Responsible Changed From-To: freebsd-ports-bugs->stefan Take.
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"
State Changed From-To: feedback->closed Fix committed, thanks!