<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/databases/php-pdo_pgsql, branch pkgsrc_2013Q3</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2013Q3</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2013Q3'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2012-10-02T21:25:15Z</updated>
<entry>
<title>Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.</title>
<updated>2012-10-02T21:25:15Z</updated>
<author>
<name>asau</name>
<email>asau</email>
</author>
<published>2012-10-02T21:25:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=21624d22674a87185e0f173e0f65b774e6efbb8f'/>
<id>urn:sha1:21624d22674a87185e0f173e0f65b774e6efbb8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reset PKGREVISION.</title>
<updated>2012-08-17T15:35:24Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2012-08-17T15:35:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7540c3899a0d9a89127e329deb3b22c47c1b194b'/>
<id>urn:sha1:7540c3899a0d9a89127e329deb3b22c47c1b194b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump PKGREVISION for change of PostgreSQL default version to 9.1.</title>
<updated>2012-08-05T10:02:09Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2012-08-05T10:02:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c08c68b9be640a23fda59b1d1af5cef546855565'/>
<id>urn:sha1:c08c68b9be640a23fda59b1d1af5cef546855565</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove PHP_VERSIONS_ACCEPTED=5 from these pacakges since there is no php4 any more.</title>
<updated>2010-03-16T11:54:31Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2010-03-16T11:54:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=66d237e57a740fa38ea075831d6cae71d5aa7f38'/>
<id>urn:sha1:66d237e57a740fa38ea075831d6cae71d5aa7f38</id>
<content type='text'>
No functional change.
</content>
</entry>
<entry>
<title>Reset PKGREVISION.</title>
<updated>2010-02-27T03:35:11Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2010-02-27T03:35:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8f005eabc5e6bc64563a086422c0ec7aa2ffe53a'/>
<id>urn:sha1:8f005eabc5e6bc64563a086422c0ec7aa2ffe53a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump revision for change of PostgreSQL default version.</title>
<updated>2010-02-10T19:34:05Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2010-02-10T19:34:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=55cd507da7940ffb343b941c8383c90d84ea4b99'/>
<id>urn:sha1:55cd507da7940ffb343b941c8383c90d84ea4b99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove use of temporary workaround for version problem of php-pdo*</title>
<updated>2009-10-07T05:00:58Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2009-10-07T05:00:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2175edfb2ae7b739c0c0ba21c0d4b614b46f952a'/>
<id>urn:sha1:2175edfb2ae7b739c0c0ba21c0d4b614b46f952a</id>
<content type='text'>
packages when they switched to use bundled files in php-5.2.9.

Now we don't need this workaround any more and code itself already
no operation.

No functional change.
</content>
</entry>
<entry>
<title>The php_pdo* packages have not kept step with PHP changes. The PDO</title>
<updated>2009-03-13T10:57:20Z</updated>
<author>
<name>sborrill</name>
<email>sborrill</email>
</author>
<published>2009-03-13T10:57:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5290b21fa90b34a61417976dc888a3055f9c7a85'/>
<id>urn:sha1:5290b21fa90b34a61417976dc888a3055f9c7a85</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Don't abuse b3. It should not do things like include bsd.pkg.mk, so fix</title>
<updated>2009-03-05T20:58:37Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-03-05T20:58:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0eb9c648f8222bc8b4144de09fddcafa5d7da97a'/>
<id>urn:sha1:0eb9c648f8222bc8b4144de09fddcafa5d7da97a</id>
<content type='text'>
up the packages that use it instead.
</content>
</entry>
<entry>
<title>Add DESTDIR support.</title>
<updated>2008-06-12T02:14:13Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2008-06-12T02:14:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=39d7fb93432416d872ed34e0025741cc93068c06'/>
<id>urn:sha1:39d7fb93432416d872ed34e0025741cc93068c06</id>
<content type='text'>
</content>
</entry>
</feed>
