ports/184662: www/owncloud hardcodes PHP 5.4 version
Adam McDougall
mcdouga9 at egr.msu.edu
Tue Dec 10 17:00:02 UTC 2013
>Number: 184662
>Category: ports
>Synopsis: www/owncloud hardcodes PHP 5.4 version
>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 Dec 10 17:00:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Adam McDougall
>Release: 9.2-STABLE
>Organization:
>Environment:
FreeBSD build9 9.2-STABLE FreeBSD 9.2-STABLE #3 r258899M: Tue Dec 3 22:12:11 EST 2013 root at build9:/usr/obj/usr/src/sys/BUILD9 amd64
>Description:
The port makefile has DEFAULT_PHP_VER=5 which hardcodes a reliance on PHP 5.4. The software supports PHP 5.3 and we need to run 5.3 on our site, but I have to hand edit the port makefile to override DEFAULT_PHP_VER=5. Can it be removed or altered so I can override it from my build environment?
>How-To-Repeat:
Set DEFAULT_PHP_VER=53 in your port building environment, build owncloud, watch it get overridden unconditionally with PHP 5.4
>Fix:
Remove DEFAULT_PHP_VER=5 or make it DEFAULT_PHP_VER?=5 perhaps so it can be overridden?
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list