From nobody@FreeBSD.org  Mon Nov  9 12:21:05 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1BB3F106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  9 Nov 2009 12:21:05 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 0B0F08FC17
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  9 Nov 2009 12:21:05 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nA9CL4Wa007395
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 9 Nov 2009 12:21:04 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id nA9CL4hw007393;
	Mon, 9 Nov 2009 12:21:04 GMT
	(envelope-from nobody)
Message-Id: <200911091221.nA9CL4hw007393@www.freebsd.org>
Date: Mon, 9 Nov 2009 12:21:04 GMT
From: Dmitry Krikov <unknown@masterhost.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: textproc/libmrss port uses non-standard way to use php port
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         140414
>Category:       ports
>Synopsis:       textproc/libmrss port uses non-standard way to use php port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 09 12:30:00 UTC 2009
>Closed-Date:    Fri Apr 09 19:59:57 UTC 2010
>Last-Modified:  Fri Apr 09 19:59:57 UTC 2010
>Originator:     Dmitry Krikov
>Release:        7.2
>Organization:
.masterhost
>Environment:
>Description:

 This port uses non-standard way to include PHP dependency:

textproc/libmrss/Makefile:BUILD_DEPENDS+= phpize:${PHP_PORT)

 If we'll have a possibility to override PHP_PORT (I have submitted PR for this), the right way should be:
BUILD_DEPENDS+= ${PHPBASE}/bin/phpize:${PORTSDIR}/${PHP_PORT}

 but the standard way (as I understand) is just to use 'USE_PHPIZE' instead of. It's only one port that using this non-standard way. Please correct it. Thanks a lot!

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Nov 9 12:30:12 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140414 
State-Changed-From-To: open->closed 
State-Changed-By: ale 
State-Changed-When: Fri Apr 9 19:59:12 UTC 2010 
State-Changed-Why:  
Fixed (in a different way). 

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