ports/140414: textproc/libmrss port uses non-standard way to use php port
Dmitry Krikov
unknown at masterhost.ru
Mon Nov 9 12:30:01 UTC 2009
>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:
More information about the freebsd-ports-bugs
mailing list