pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/php5 disable sqlite extension again - there is da...
details: https://anonhg.NetBSD.org/pkgsrc/rev/39ad8f2e92bf
branches: trunk
changeset: 492287:39ad8f2e92bf
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Fri Apr 08 20:58:49 2005 +0000
description:
disable sqlite extension again - there is databases/php5-sqlite for this
purpose
diffstat:
lang/php5/Makefile | 4 ++--
lang/php5/Makefile.php | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r f7f5d395371d -r 39ad8f2e92bf lang/php5/Makefile
--- a/lang/php5/Makefile Fri Apr 08 20:11:53 2005 +0000
+++ b/lang/php5/Makefile Fri Apr 08 20:58:49 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2005/01/04 13:50:00 manu Exp $
+# $NetBSD: Makefile,v 1.10 2005/04/08 20:58:49 jdolecek Exp $
#
PKGNAME= php-${PHP_BASE_VERS}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang
HOMEPAGE= http://www.php.net/
diff -r f7f5d395371d -r 39ad8f2e92bf lang/php5/Makefile.php
--- a/lang/php5/Makefile.php Fri Apr 08 20:11:53 2005 +0000
+++ b/lang/php5/Makefile.php Fri Apr 08 20:58:49 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.4 2005/01/04 13:50:00 manu Exp $
+# $NetBSD: Makefile.php,v 1.5 2005/04/08 20:58:49 jdolecek Exp $
#
.include "../../lang/php5/Makefile.common"
@@ -19,9 +19,9 @@
CONFIGURE_ARGS+= --with-config-file-path=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-regex=system
-CONFIGURE_ARGS+= --with-sqlite
CONFIGURE_ARGS+= --without-mysql
+CONFIGURE_ARGS+= --without-sqlite
CONFIGURE_ARGS+= --without-iconv
CONFIGURE_ARGS+= --enable-discard-path
Home |
Main Index |
Thread Index |
Old Index