Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2009 12:21:04 GMT
From:      Dmitry Krikov <unknown@masterhost.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/140414: textproc/libmrss port uses non-standard way to use php port
Message-ID:  <200911091221.nA9CL4hw007393@www.freebsd.org>
Resent-Message-ID: <200911091230.nA9CU1to053162@freefall.freebsd.org>

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

>Number:         140414
>Category:       ports
>Synopsis:       textproc/libmrss port uses non-standard way to use php port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 09 12:30:00 UTC 2009
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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