From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 18 07:10:05 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 792D9106566C for ; Wed, 18 Jul 2012 07:10:05 +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 2F12D8FC19 for ; Wed, 18 Jul 2012 07:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q6I7A5xD075075 for ; Wed, 18 Jul 2012 07:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q6I7A5e2075074; Wed, 18 Jul 2012 07:10:05 GMT (envelope-from gnats) Resent-Date: Wed, 18 Jul 2012 07:10:05 GMT Resent-Message-Id: <201207180710.q6I7A5e2075074@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, Alexey Markov Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD6F8106566C for ; Wed, 18 Jul 2012 07:03:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id C90C98FC18 for ; Wed, 18 Jul 2012 07:03:27 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q6I73RJP006027 for ; Wed, 18 Jul 2012 07:03:27 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q6I73RjW006026; Wed, 18 Jul 2012 07:03:27 GMT (envelope-from nobody) Message-Id: <201207180703.q6I73RjW006026@red.freebsd.org> Date: Wed, 18 Jul 2012 07:03:27 GMT From: Alexey Markov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169959: lang/php53: a little typo in pdo_mysql option 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: Wed, 18 Jul 2012 07:10:05 -0000 >Number: 169959 >Category: ports >Synopsis: lang/php53: a little typo in pdo_mysql option >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 18 07:10:04 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Alexey Markov >Release: 8.3-RELEASE-p3 >Organization: JSC Complitex >Environment: FreeBSD host.redrat.ru 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Mon Jul 9 17:38:10 MSK 2012 redrat@host.redrat.ru:/mnt/arc/obj/mnt/arc/src/sys/HOST amd64 >Description: There is a little typo in the Makefile.ext file of lang/php53 port which broke dependenses for pdo_mysql extention. >How-To-Repeat: pdo_mysql unconditionally depends on libmysql even if MySQLND option is on. >Fix: Use attached patch. Patch attached with submission follows: --- Makefile.ext.orig 2012-07-16 21:04:46.000000000 +0400 +++ Makefile.ext 2012-07-18 10:55:56.000000000 +0400 @@ -591,7 +591,7 @@ .endif .if ${PHP_MODNAME} == "pdo_mysql" -. if ${PORT_OPTIONS:MYSQLND} +. if ${PORT_OPTIONS:MMYSQLND} CONFIGURE_ARGS+=--with-pdo-mysql=mysqlnd USE_PHP+= mysql >Release-Note: >Audit-Trail: >Unformatted: