Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2016 16:47:31 +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: r405723 - in head/lang: php5 php55 php56
Message-ID:  <201601101647.u0AGlVqK078086@repo.freebsd.org>

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

Log:
  Finish conversion to USES=sqlite

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:46:22 2016	(r405722)
+++ head/lang/php5/Makefile.ext	Sun Jan 10 16:47:31 2016	(r405723)
@@ -366,7 +366,7 @@ CONFIGURE_ARGS+=--enable-sockets
 .endif
 
 .if ${PHP_MODNAME} == "sqlite3"
-USE_SQLITE=	yes
+USES+=		sqlite
 CONFIGURE_ARGS+=--with-sqlite3=${LOCALBASE}
 .endif
 

Modified: head/lang/php55/Makefile.ext
==============================================================================
--- head/lang/php55/Makefile.ext	Sun Jan 10 16:46:22 2016	(r405722)
+++ head/lang/php55/Makefile.ext	Sun Jan 10 16:47:31 2016	(r405723)
@@ -366,7 +366,7 @@ CONFIGURE_ARGS+=--enable-sockets
 .endif
 
 .if ${PHP_MODNAME} == "sqlite3"
-USE_SQLITE=	yes
+USES+=		sqlite
 CONFIGURE_ARGS+=--with-sqlite3=${LOCALBASE}
 .endif
 

Modified: head/lang/php56/Makefile.ext
==============================================================================
--- head/lang/php56/Makefile.ext	Sun Jan 10 16:46:22 2016	(r405722)
+++ head/lang/php56/Makefile.ext	Sun Jan 10 16:47:31 2016	(r405723)
@@ -366,7 +366,7 @@ CONFIGURE_ARGS+=--enable-sockets
 .endif
 
 .if ${PHP_MODNAME} == "sqlite3"
-USE_SQLITE=	yes
+USES+=		sqlite
 CONFIGURE_ARGS+=--with-sqlite3=${LOCALBASE}
 .endif
 



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