The NetBSD Project

CVS log for pkgsrc/databases/php-pdo/Attic/module.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / databases / php-pdo

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9, Wed Oct 7 05:01:51 2009 UTC (14 years, 1 month ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2009Q4-base, pkgsrc-2009Q4, HEAD
Changes since 1.8: +1 -1 lines
FILE REMOVED

Remove workaround code which isn't used any more.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Mar 13 10:57:20 2009 UTC (14 years, 8 months ago) by sborrill
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.7: +5 -26 lines
Diff to previous 1.7 (colored)

The php_pdo* packages have not kept step with PHP changes. The PDO
components are now built into PHP rather than maintained separately in
PECL. The old PECL versions are unmaintained and haven't been altered
for 3 years. This is confusing as the package versions report themselves
to be 5.2.9.1.0.2, etc. but they are in fact based on the 5.1.x code-base.

Therefore, we need to switch to building the PDO modules like any other
PHP module.

A side-effect of this is that the PECL version number will get stripped
off the end meaning that the new version numbers are just 5.2.9 instead
of 5.2.9.1.0.2 (for example). Unfortunately, 5.2.9 is considered to be
older than 5.2.9.1.0.2 meaning that it will appear as though a downgrade
has taken place. Therefore, while we are still using PHP 5.2.9, add .99 on
the end (i.e. 5.2.9.99) so that the package appears newer. When PHP 5.2.10
is released this can be removed (the module.mk file explicitly cgecks for
5.2.9 before adding the .99 suffix so that it will not alter 5.2.10 if the
hack is forgotten. However, for the record, when 5.2.10 is released,
php-pdo/module.mk can be removed along with the references to it in each
php-pdo*/Makefile

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jun 2 18:27:55 2006 UTC (17 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.6: +8 -2 lines
Diff to previous 1.6 (colored)

Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
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@.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Feb 7 17:59:56 2006 UTC (17 years, 9 months ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.5: +4 -1 lines
Diff to previous 1.5 (colored)

add fix for the (broken?) PDO configure checks

Revision 1.5 / (download) - annotate - [select for diffs], Sat Dec 3 17:24:28 2005 UTC (18 years ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.4: +11 -7 lines
Diff to previous 1.4 (colored)

Update the PHP PDO to latest available PECL versions (1.0/1.0.1/1.0.2).
Changes are bugfixes mostly.

Also rework php-pdo/module.mk somewhat, so that the base php-pdo package
can use it too.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Oct 10 14:29:05 2005 UTC (18 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

${ECHO} and ${TR}.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Oct 10 14:12:05 2005 UTC (18 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.2: +3 -2 lines
Diff to previous 1.2 (colored)

There's no such thing as :t* in the bootstrap bmake.  Use a tr expression.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 9 13:13:55 2005 UTC (18 years, 1 month ago) by jdolecek
Branch: MAIN
Changes since 1.1: +1 -2 lines
Diff to previous 1.1 (colored)

do not set PKGREVISION here

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Oct 9 13:11:18 2005 UTC (18 years, 1 month ago) by jdolecek
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Add PDO (PHP Data Objects) extensions. These implement unified,
object-oriented interface to various databases. PDO comes bundled
with upcoming PHP 5.1, but can also be used with PHP 5.0 via PECL.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Oct 9 13:11:18 2005 UTC (18 years, 1 month ago) by jdolecek
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>