Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Mar 2005 09:30:52 GMT
From:      Gerrit Beine <tux@pinguru.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/78399: Update port: www/mediawiki
Message-ID:  <200503040930.j249Uqi1012429@www.freebsd.org>
Resent-Message-ID: <200503040940.j249eGe7095560@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         78399
>Category:       ports
>Synopsis:       Update port: www/mediawiki
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 04 09:40:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Gerrit Beine
>Release:        FreeBSD 5.3-RELEASE
>Organization:
pitcom 
>Environment:
FreeBSD asus.site 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 12 23:43:33 CET 2004     root@asus.site:/usr/src/sys/i386/compile/ASUS  i386

>Description:
The following patch was provided by Jeremy Prior <jez@netcraft.com>:

..that in order to create new accounts, MediaWiki needs
php's session management code.  Also, it functions better if the zlib
library is present.  I've attached a (trivial) patch against the
Makefile that adds both of these.
>How-To-Repeat:
      
>Fix:
--- /usr/ports/www/mediawiki/Makefile   Fri Mar  4 10:18:15 2005
+++ mediawiki/Makefile  Fri Mar  4 10:23:33 2005
@@ -7,6 +7,7 @@

 PORTNAME=      mediawiki
 PORTVERSION=   1.3.11
+PORTREVISION=  1
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=    wikipedia
@@ -15,7 +16,7 @@
 COMMENT=       The wiki enginge used by Wikipedia

 NO_BUILD=      yes
-USE_PHP=       mysql
+USE_PHP=       mysql session zlib
 WANT_PHP_WEB=  yes
 MEDIAWIKIDIR?= www/data-dist/mediawiki


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503040930.j249Uqi1012429>