svn commit: r405722 - in head/lang: php5 php55 php56

Baptiste Daroussin bapt at FreeBSD.org
Sun Jan 10 16:46:23 UTC 2016


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"


More information about the svn-ports-all mailing list