Date: Tue, 27 Oct 2009 23:07:48 +0000 (UTC) From: Hans Fredrik Nordhaug <hans@nordhaug.priv.no> To: FreeBSD-gnats-submit@FreeBSD.org Cc: wen@FreeBSD.org Subject: ports/140031: [PATCH] www/piwik: updated USE_PHP for piwik 0.4.5 Message-ID: <20091027230748.6207F8A18F@nordhaug.priv.no> Resent-Message-ID: <200910272130.n9RLU1VI071320@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 140031 >Category: ports >Synopsis: [PATCH] www/piwik: updated USE_PHP for piwik 0.4.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 27 21:30:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Hans Fredrik Nordhaug >Release: FreeBSD 7.2-RELEASE-p4 i386 >Organization: >Environment: >Description: Piwik 0.4.5 needs iconv and dom (to read the latest blog entries). Port maintainer (wen@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- piwik-0.4.5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/piwik/Makefile /usr/ports/www/piwik.new/Makefile --- /usr/ports/www/piwik/Makefile 2009-10-24 01:56:01.000000000 +0000 +++ /usr/ports/www/piwik.new/Makefile 2009-10-27 23:04:51.000000000 +0000 @@ -13,7 +13,7 @@ MAINTAINER= wen@FreeBSD.org COMMENT= A Open Source Web Analytics Software Program -USE_PHP= mysql gd pdo pdo_mysql zlib +USE_PHP= mysql gd pdo pdo_mysql zlib iconv dom WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes --- piwik-0.4.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091027230748.6207F8A18F>