pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/php5 Enable SQLite



details:   https://anonhg.NetBSD.org/pkgsrc/rev/381ce98d43d5
branches:  trunk
changeset: 486861:381ce98d43d5
user:      manu <manu%pkgsrc.org@localhost>
date:      Tue Jan 04 13:50:00 2005 +0000

description:
Enable SQLite

diffstat:

 lang/php5/Makefile     |  4 ++--
 lang/php5/Makefile.php |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 2fc278478b25 -r 381ce98d43d5 lang/php5/Makefile
--- a/lang/php5/Makefile        Tue Jan 04 13:43:24 2005 +0000
+++ b/lang/php5/Makefile        Tue Jan 04 13:50:00 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2004/12/18 16:23:04 jdolecek Exp $
+# $NetBSD: Makefile,v 1.9 2005/01/04 13:50:00 manu Exp $
 #
 
 PKGNAME=               php-${PHP_BASE_VERS}
-PKGREVISION=           # empty
+PKGREVISION=           1
 CATEGORIES=            lang
 
 HOMEPAGE=              http://www.php.net/
diff -r 2fc278478b25 -r 381ce98d43d5 lang/php5/Makefile.php
--- a/lang/php5/Makefile.php    Tue Jan 04 13:43:24 2005 +0000
+++ b/lang/php5/Makefile.php    Tue Jan 04 13:50:00 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.3 2004/12/27 20:20:23 jdolecek Exp $
+# $NetBSD: Makefile.php,v 1.4 2005/01/04 13:50:00 manu 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