Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2009 19:34:00 GMT
From:      Alexander <bas@it-core.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/142177: [PATCH] add lang/php5 dependency for www/eaccelerator
Message-ID:  <200912301934.nBUJY08n074870@www.freebsd.org>
Resent-Message-ID: <200912301940.nBUJe2wf068364@freefall.freebsd.org>

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

>Number:         142177
>Category:       ports
>Synopsis:       [PATCH] add lang/php5 dependency for www/eaccelerator
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 30 19:40:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alexander
>Release:        8.0
>Organization:
>Environment:
FreeBSD freebsd.local 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Fri Nov 27 04:38:20 YEKT 2009     bas@freebsd.local:/usr/obj/usr/src/sys/MYROUTER  i386
>Description:
After updating php to 5.2.12, I found that php is not working (eaccelerator not been updated with portupgrade -Rra).
>How-To-Repeat:
Update php to new version with portupgrade -Rra when www/eaccelerator is installed.
>Fix:
Patch for eaccelerator's Makefile goes in attach.

Patch attached with submission follows:

--- /usr/ports/www/eaccelerator/Makefile.orig   2009-12-31 00:14:54.000000000 +0500
+++ /usr/ports/www/eaccelerator/Makefile        2009-12-31 00:24:15.000000000 +0500
@@ -13,6 +13,9 @@
 MAINTAINER=    ale@FreeBSD.org
 COMMENT=       An opcode cache for PHP with encoder and loader

+BUILD_DEPENDS= ${PORTSDIR}/lang/php5
+RUN_DEPENDS=   ${PORTSDIR}/lang/php5
+
 USE_PHP=       session
 USE_PHPIZE=    yes
 USE_PHP_BUILD= yes

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



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