Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2016 16:46:22 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405722 - in head/lang: php5 php55 php56
Message-ID:  <201601101646.u0AGkM9j077891@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jan 10 16:46:22 2016
New Revision: 405722
URL: https://svnweb.freebsd.org/changeset/ports/405722

Log:
  Finish conversion to USES=firebird

Modified:
  head/lang/php5/Makefile.ext
  head/lang/php55/Makefile.ext
  head/lang/php56/Makefile.ext

Modified: head/lang/php5/Makefile.ext
==============================================================================
--- head/lang/php5/Makefile.ext	Sun Jan 10 16:44:24 2016	(r405721)
+++ head/lang/php5/Makefile.ext	Sun Jan 10 16:46:22 2016	(r405722)
@@ -242,7 +242,7 @@ CONFIGURE_ARGS+=--with-pdo-firebird=${LO
 USE_PHP=	pdo
 USE_PHP_BUILD=	yes
 
-USE_FIREBIRD=	yes
+USES+=		firebird
 .endif
 
 .if ${PHP_MODNAME} == "pdo_mysql"

Modified: head/lang/php55/Makefile.ext
==============================================================================
--- head/lang/php55/Makefile.ext	Sun Jan 10 16:44:24 2016	(r405721)
+++ head/lang/php55/Makefile.ext	Sun Jan 10 16:46:22 2016	(r405722)
@@ -246,7 +246,7 @@ CONFIGURE_ARGS+=--with-pdo-firebird=${LO
 USE_PHP=	pdo
 USE_PHP_BUILD=	yes
 
-USE_FIREBIRD=	yes
+USES+=		firebird
 .endif
 
 .if ${PHP_MODNAME} == "pdo_mysql"

Modified: head/lang/php56/Makefile.ext
==============================================================================
--- head/lang/php56/Makefile.ext	Sun Jan 10 16:44:24 2016	(r405721)
+++ head/lang/php56/Makefile.ext	Sun Jan 10 16:46:22 2016	(r405722)
@@ -246,7 +246,7 @@ CONFIGURE_ARGS+=--with-pdo-firebird=${LO
 USE_PHP=	pdo
 USE_PHP_BUILD=	yes
 
-USE_FIREBIRD=	yes
+USES+=		firebird
 .endif
 
 .if ${PHP_MODNAME} == "pdo_mysql"



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