[Midnightbsd-cvs] mports [22482] trunk/lang/php70/Makefile.ext: drop firebird

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 11 14:52:21 EDT 2017


Revision: 22482
          http://svnweb.midnightbsd.org/mports/?rev=22482
Author:   laffer1
Date:     2017-06-11 14:52:21 -0400 (Sun, 11 Jun 2017)
Log Message:
-----------
drop firebird

Modified Paths:
--------------
    trunk/lang/php70/Makefile.ext

Modified: trunk/lang/php70/Makefile.ext
===================================================================
--- trunk/lang/php70/Makefile.ext	2017-06-11 18:49:33 UTC (rev 22481)
+++ trunk/lang/php70/Makefile.ext	2017-06-11 18:52:21 UTC (rev 22482)
@@ -143,12 +143,6 @@
 USE_OPENSSL=	yes
 .endif
 
-.if ${PHP_MODNAME} == "interbase"
-CONFIGURE_ARGS+=--with-interbase=${LOCALBASE}
-
-USES+=	firebird
-.endif
-
 .if ${PHP_MODNAME} == "intl"
 CONFIGURE_ARGS+=--with-intl=${LOCALBASE}
 LIB_DEPENDS=	libicui18n.so:devel/icu
@@ -234,14 +228,6 @@
 MSSQL_DESC=	Enable Microsoft SQL Server support
 .endif
 
-.if ${PHP_MODNAME} == "pdo_firebird"
-CONFIGURE_ARGS+=--with-pdo-firebird=${LOCALBASE}
-
-USES+=	firebird
-USE_PHP=	pdo
-USE_PHP_BUILD=	yes
-.endif
-
 .if ${PHP_MODNAME} == "pdo_odbc"
 LIB_DEPENDS+=	libodbc.so:databases/unixODBC
 CONFIGURE_ARGS+=--with-pdo-odbc=unixODBC,${LOCALBASE}



More information about the Midnightbsd-cvs mailing list