Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2007 13:04:28 -0500 (EST)
From:      Greg Larkin <glarkin@sourcehosting.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        glarkin@sourcehosting.net
Subject:   ports/118075: [PATCH] Mk/bsd.php.mk: Added pdo_mysql extension dependency
Message-ID:  <200711151804.lAFI4Spp094759@ports.entropy.prv>
Resent-Message-ID: <200711151810.lAFIA104030088@freefall.freebsd.org>

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

>Number:         118075
>Category:       ports
>Synopsis:       [PATCH] Mk/bsd.php.mk: Added pdo_mysql extension dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 15 18:10:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Greg Larkin
>Release:        FreeBSD 6.1-SECURITY i386
>Organization:
SourceHosting.net, LLC
>Environment:
System: FreeBSD ports.entropy.prv 6.1-SECURITY FreeBSD 6.1-SECURITY #0: Thu Apr 26 14:24:01 UTC 2007 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:

	Added the pdo_mysql extension dependency, so it can be
	used in the USE_PHP directive. A new port (pear-PHPUnit31)
	requires this change, and a PR for it will be submitted
	shortly.

	
>How-To-Repeat:
	
>Fix:

	

--- bsd.php.mk.diff begins here ---
--- bsd.php.mk.orig	Thu Nov 15 12:25:12 2007
+++ bsd.php.mk	Thu Nov 15 12:25:35 2007
@@ -244,8 +244,9 @@
 # version specific components
 _USE_PHP_VER4=	${_USE_PHP_ALL} crack dbx dio domxml filepro mcal mcve \
 		mnogosearch oracle overload pfpro xslt yp
-_USE_PHP_VER5=	${_USE_PHP_ALL} dom filter ming mysqli oci8 pdo pdo_sqlite \
-		simplexml soap spl sqlite tidy xmlreader xmlwriter xsl
+_USE_PHP_VER5=	${_USE_PHP_ALL} dom filter ming mysqli oci8 pdo pdo_mysql \
+		pdo_sqlite simplexml soap spl sqlite tidy xmlreader \
+		xmlwriter xsl
 
 bcmath_DEPENDS=	math/php${PHP_VER}-bcmath
 bitset_DEPENDS=	math/pecl-bitset
@@ -296,6 +297,7 @@
 pcre_DEPENDS=	devel/php${PHP_VER}-pcre
 pdf_DEPENDS=	print/pecl-pdflib
 pdo_DEPENDS=	databases/php${PHP_VER}-pdo
+pdo_mysql_DEPENDS=	databases/php${PHP_VER}-pdo_mysql
 pdo_sqlite_DEPENDS=	databases/php${PHP_VER}-pdo_sqlite
 pfpro_DEPENDS=	finance/php${PHP_VER}-pfpro
 pgsql_DEPENDS=	databases/php${PHP_VER}-pgsql
--- bsd.php.mk.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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