Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Dec 2013 16:57:42 GMT
From:      Adam McDougall <mcdouga9@egr.msu.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/184662: www/owncloud hardcodes PHP 5.4 version
Message-ID:  <201312101657.rBAGvghn030342@oldred.freebsd.org>
Resent-Message-ID: <201312101700.rBAH01Nh091756@freefall.freebsd.org>

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

>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@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:



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