Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jul 2012 17:01:36 -0500
From:      Mark Felder <feld@feld.me>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        r.neese@gmail.com
Subject:   ports/170181: [PATCH] www/fusionpbx: fix for other php versions
Message-ID:  <E1Su9eC-0002C6-KQ@feld.me>
Resent-Message-ID: <201207252210.q6PMABiL093444@freefall.freebsd.org>

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

>Number:         170181
>Category:       ports
>Synopsis:       [PATCH] www/fusionpbx: fix for other php versions
>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:   Wed Jul 25 22:10:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     feld
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD mwi1.coffeenet.org 9.0-STABLE FreeBSD 9.0-STABLE #3 r234963: Thu May  3 13:12:01
>Description:
Will now build with php52, php53, or php54.

http://redports.org/buildarchive/20120725214253-55207/

Port maintainer (r.neese@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix)
>How-To-Repeat:
>Fix:

--- fusionpbx-3.0.4.patch begins here ---
diff -ruN --exclude=CVS ../fusionpbx.orig/Makefile ./Makefile
--- ../fusionpbx.orig/Makefile	2012-05-27 15:11:06.000000000 -0500
+++ ./Makefile	2012-07-25 16:42:42.000000000 -0500
@@ -15,7 +15,7 @@
 COMMENT=	Fusionpbx PHP5 Graphical User Interface for FreeSwitch
 
 LIB_DEPENDS=	odbc:${PORTSDIR}/databases/unixODBC
-RUN_DEPENDS+=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/pdo_odbc.so:${PORTSDIR}/databases/php5-pdo_odbc
+RUN_DEPENDS+=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/pdo_odbc.so:${PORTSDIR}/databases/php${PHP_VER}-pdo_odbc
 
 USE_SQLITE=	yes
 
@@ -23,7 +23,6 @@
 		session simplexml xml xmlreader xmlwriter xmlrpc \
 		xsl zlib odbc
 
-DEFAULT_PHP_VER=	5
 IGNORE_WITH_PHP=	4
 
 VARBASE=	/var
--- fusionpbx-3.0.4.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?E1Su9eC-0002C6-KQ>