Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2014 01:28:14 +0100 (CET)
From:      Geoffroy Desvernay <dgeo@centrale-marseille.fr>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        hans@nordhaug.priv.no
Subject:   ports/185671: [PATCH] www/piwik: add ctype and hash php deps
Message-ID:  <201401120028.s0C0SEUD012596@dgeo.sysadm.ec-m.fr>
Resent-Message-ID: <201401120040.s0C0e0wX088481@freefall.freebsd.org>

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

>Number:         185671
>Category:       ports
>Synopsis:       [PATCH] www/piwik: add ctype and hash php deps
>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:   Sun Jan 12 00:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Geoffroy Desvernay
>Release:        FreeBSD 10.0-RC5 amd64
>Organization:
Ecole Centrale de Marseille
>Environment:
System: FreeBSD dgeo.sysadm.ec-m.fr 10.0-RC5 FreeBSD 10.0-RC5 #0 r260430: Wed Jan  8 05:10:04
>Description:
add two required php modules in deps

Port maintainer (hans@nordhaug.priv.no) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
>How-To-Repeat:
try installing alone and look for missing functions in the logs (ans white page on the web side)
>Fix:
attached

--- piwik-2.0.2.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 339462)
+++ Makefile	(working copy)
@@ -13,7 +13,7 @@
 
 NO_BUILD=	yes
 SUB_FILES=	pkg-message
-USE_PHP=	dom gd iconv json session xml zlib
+USE_PHP=	dom gd iconv json session xml zlib ctype hash
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 OPTIONS_DEFINE=	PHPPDOMYSQL PHPMYSQLI
--- piwik-2.0.2.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?201401120028.s0C0SEUD012596>