summaryrefslogtreecommitdiff
path: root/databases/php-sqlite
AgeCommit message (Collapse)AuthorFilesLines
2009-10-09Fix previous change to make really sence; avoid using PECL_VERSION buttaca1-4/+3
mannually set PKGNAME. Noted by Robert Elz by private mail. (Thanks much!)
2009-10-09Add PECL_VERSION again to prevent version decrease from pkgsrc-2009Q2taca1-1/+7
branch. Add note to remove it after next release of lang/php5, too.
2009-10-07Remove stale distinfo file.taca1-6/+0
2009-10-06Fix build problem when php-pdo package is already installed.taca1-1/+2
No functional change.
2009-07-10fixup description, this package is 5.x nowjdolecek1-1/+1
2009-07-10switch databases/php-sqlite to compile using bundled module, rather thanjdolecek2-30/+4
pecl; according to description on PECL site, the pecl extension is obsolete and no longer maintanted, and it doesn't compile with PHP 5.3
2008-06-20Add DESTDIR support.joerg1-1/+3
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-3/+4
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-10-04PECL modules have a real homepage. Set the default for PECL modules totv1-2/+2
the PECL distro site rather than PHP's default. Bump PKGREVISION, as the HOMEPAGE is included in the binary package's +DESC.
2005-10-01g/c - it's not used and even incorrectjdolecek1-2/+0
2005-09-18replace local arg3_force_ref[] with standard Zend API's third_arg_force_refjdolecek3-5/+28
(definition is identical on PHP4), so that this compiles with PHP5 allow the package to build with PHP5 too, bump package revision
2005-09-12Fix COMMENT per Geert Hendrickx <geert.hendrickx@ua.ac.be> on tech-pkg.tv1-2/+3
2005-09-06Add php-sqlite-${PHP_BASE_VERS}.1.0.3:tv4-0/+26
This is a PHP 4 compatible SQLite 2.x module (the same module comes bundled with PHP 5 and is available as databases/php5-sqlite).