From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 9 12:30:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7D261065679 for ; Mon, 9 Nov 2009 12:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9B4848FC16 for ; Mon, 9 Nov 2009 12:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nA9CU1kP053165 for ; Mon, 9 Nov 2009 12:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nA9CU1to053162; Mon, 9 Nov 2009 12:30:01 GMT (envelope-from gnats) Resent-Date: Mon, 9 Nov 2009 12:30:01 GMT Resent-Message-Id: <200911091230.nA9CU1to053162@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Krikov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BB3F106566B for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/140414: textproc/libmrss port uses non-standard way to use php port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2009 12:30:01 -0000 >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: