pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/php-sqlite Remove php-sqlite which supported...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a7b02a42460
branches:  trunk
changeset: 648530:2a7b02a42460
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 15 14:53:33 2015 +0000

description:
Remove php-sqlite which supported by php53 only.

diffstat:

 databases/php-sqlite/DESCR    |   2 --
 databases/php-sqlite/Makefile |  18 ------------------
 2 files changed, 0 insertions(+), 20 deletions(-)

diffs (28 lines):

diff -r e11091919605 -r 2a7b02a42460 databases/php-sqlite/DESCR
--- a/databases/php-sqlite/DESCR        Sun Mar 15 14:53:02 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-PHP is a programming language designed to be embedded into web pages.
-This module provides direct access to SQLite databases for PHP 5.x.
diff -r e11091919605 -r 2a7b02a42460 databases/php-sqlite/Makefile
--- a/databases/php-sqlite/Makefile     Sun Mar 15 14:53:02 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.17 2012/10/02 21:25:40 asau Exp $
-
-MODNAME=               sqlite
-CATEGORIES+=           databases
-COMMENT=               PHP extension for SQLite 2.x databases
-
-CONFLICTS=             php-sqlite-[0-9]*
-
-PHP_VERSIONS_ACCEPTED= 53
-
-.include "../../lang/php/phpversion.mk"
-
-CONFIGURE_ARGS+=       --with-${PKGMODNAME}=shared,${BUILDLINK_PREFIX.sqlite}
-CONFIGURE_ENV+=                PHP_PDO=no
-
-.include "../../lang/php/ext.mk"
-.include "../../databases/sqlite/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index