From nobody@FreeBSD.org  Tue Dec 10 16:57:42 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id A484CE6C
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Dec 2013 16:57:42 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 904461D09
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Dec 2013 16:57:42 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBAGvgcT030343
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Dec 2013 16:57:42 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBAGvghn030342;
	Tue, 10 Dec 2013 16:57:42 GMT
	(envelope-from nobody)
Message-Id: <201312101657.rBAGvghn030342@oldred.freebsd.org>
Date: Tue, 10 Dec 2013 16:57:42 GMT
From: Adam McDougall <mcdouga9@egr.msu.edu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: www/owncloud hardcodes PHP 5.4 version
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         184662
>Category:       ports
>Synopsis:       www/owncloud hardcodes PHP 5.4 version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kevlo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 10 17:00:01 UTC 2013
>Closed-Date:    Fri Dec 13 13:50:00 UTC 2013
>Last-Modified:  Fri Dec 13 13:50:00 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->kevlo 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Dec 10 17:00:09 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184662 
State-Changed-From-To: open->closed 
State-Changed-By: kevlo 
State-Changed-When: Fri Dec 13 13:49:17 UTC 2013 
State-Changed-Why:  
Fixed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184662 
>Unformatted:
