Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jul 2012 07:40:41 +0000 (UTC)
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301070 - in head: databases/php53-pdo_mysql lang/php53
Message-ID:  <201207180740.q6I7efGM041987@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: flo
Date: Wed Jul 18 07:40:41 2012
New Revision: 301070
URL: http://svn.freebsd.org/changeset/ports/301070

Log:
  - fix a typo which results in php53-pdo_mysql to always set USE_MYSQL
  - bump PORTREVISION of php53-pdo_mysql
  
  PR:		ports/169959
  Submitted by:	Alexey Markov <redrat@mail.ru>

Modified:
  head/databases/php53-pdo_mysql/Makefile   (contents, props changed)
  head/lang/php53/Makefile.ext   (contents, props changed)

Modified: head/databases/php53-pdo_mysql/Makefile
==============================================================================
--- head/databases/php53-pdo_mysql/Makefile	Wed Jul 18 07:34:11 2012	(r301069)
+++ head/databases/php53-pdo_mysql/Makefile	Wed Jul 18 07:40:41 2012	(r301070)
@@ -5,6 +5,8 @@
 # $FreeBSD$
 #
 
+PORTREVISION=	1
+
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php53

Modified: head/lang/php53/Makefile.ext
==============================================================================
--- head/lang/php53/Makefile.ext	Wed Jul 18 07:34:11 2012	(r301069)
+++ head/lang/php53/Makefile.ext	Wed Jul 18 07:40:41 2012	(r301070)
@@ -591,7 +591,7 @@ CONFIGURE_ARGS+=--with-pdo-odbc=unixODBC
 .endif
 
 .if ${PHP_MODNAME} == "pdo_mysql"
-.	if ${PORT_OPTIONS:MYSQLND}
+.	if ${PORT_OPTIONS:MMYSQLND}
 CONFIGURE_ARGS+=--with-pdo-mysql=mysqlnd
 
 USE_PHP+=	mysql



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