summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-11-04Import qimageblitz 0.0.4markd5-0/+66
Interm graphical effect and filter library for KDE4.0
2008-11-04Updated games/crossfire; databases/postgresqladam1-23/+23
2008-11-04Updated games/crossfire; databases/postgresqladam2-5/+29
2008-11-04Changes 8.3.5:adam5-10/+15
* Fix GiST index corruption due to marking the wrong index entry "dead" after a deletion. This would result in index searches failing to find rows they should have found. * Fix backend crash when the client encoding cannot represent a localized error message. We have addressed similar issues before, but it would still fail if the "character has no equivalent" message itself couldn't be converted. The fix is to disable localization and send the plain ASCII error message when we detect such a situation. * Fix possible crash in bytea-to-XML mapping. * Fix possible crash when deeply nested functions are invoked from a trigger. * Improve optimization of "expression" IN ("expression-list") queries. * Fix mis-expansion of rule queries when a sub-SELECT appears in a function call in FROM, a multi-row VALUES list, or a RETURNING list. * Fix Assert failure during rescan of an IS NULL search of a GiST index. * Fix memory leak during rescan of a hashed aggregation plan. * Ensure an error is reported when a newly-defined PL/pgSQL trigger function is invoked as a normal function. * Force a checkpoint before "CREATE DATABASE" starts to copy files. * Prevent possible collision of relfilenode numbers when moving a table to another tablespace with "ALTER SET TABLESPACE". * Fix incorrect text search headline generation when single query item matches first word of text. * Fix improper display of fractional seconds in interval values when using a non-ISO datestyle in an "--enable-integer-datetimes" build. * Make ILIKE compare characters case-insensitively even when they're escaped. * Ensure "DISCARD" is handled properly by statement logging. * Fix incorrect logging of last-completed-transaction time during PITR recovery. * Ensure SPI_getvalue and SPI_getbinval behave correctly when the passed tuple and tuple descriptor have different numbers of columns. * Mark SessionReplicationRole as PGDLLIMPORT so it can be used by Slony on Windows. * Fix small memory leak when using libpq's gsslib parameter. * Ensure libgssapi is linked into libpq if needed. * Fix ecpg's parsing of "CREATE ROLE". * Fix recent breakage of pg_ctl restart. * Ensure "pg_control" is opened in binary mode. * Update time zone data files to tzdata release 2008i (for DST law changes in Argentina, Brazil, Mauritius, Syria)
2008-11-04Changes 8.2.11:adam5-10/+14
* Fix GiST index corruption due to marking the wrong index entry "dead" after a deletion. This would result in index searches failing to find rows they should have found. * Fix backend crash when the client encoding cannot represent a localized error message. We have addressed similar issues before, but it would still fail if the "character has no equivalent" message itself couldn't be converted. The fix is to disable localization and send the plain ASCII error message when we detect such a situation. * Fix possible crash when deeply nested functions are invoked from a trigger. * Improve optimization of "expression" IN ("expression-list") queries. Cases in which there are query variables on the right-hand side had been handled less efficiently in 8.2.x and 8.3.x than in prior versions. The fix restores 8.1 behavior for such cases. * Fix mis-expansion of rule queries when a sub-SELECT appears in a function call in FROM, a multi-row VALUES list, or a RETURNING list. * Fix memory leak during rescan of a hashed aggregation plan. * Ensure an error is reported when a newly-defined PL/pgSQL trigger function is invoked as a normal function. * Prevent possible collision of relfilenode numbers when moving a table to another tablespace with "ALTER SET TABLESPACE". The command tried to re-use the existing filename, instead of picking one that is known unused in the destination directory. * Fix incorrect tsearch2 headline generation when single query item matches first word of text. * Fix improper display of fractional seconds in interval values when using a non-ISO datestyle in an "--enable-integer-datetimes" build. * Ensure SPI_getvalue and SPI_getbinval behave correctly when the passed tuple and tuple descriptor have different numbers of columns. * Fix ecpg's parsing of "CREATE ROLE". * Fix recent breakage of pg_ctl restart. * Ensure "pg_control" is opened in binary mode. pg_controldata and pg_resetxlog did this incorrectly, and so could fail on Windows. * Update time zone data files to tzdata release 2008i (for DST law changes in Argentina, Brazil, Mauritius, Syria)
2008-11-04Changes 8.1.15:adam5-10/+13
* Fix GiST index corruption due to marking the wrong index entry "dead" after a deletion. This would result in index searches failing to find rows they should have found. * Fix backend crash when the client encoding cannot represent a localized error message. We have addressed similar issues before, but it would still fail if the "character has no equivalent" message itself couldn't be converted. The fix is to disable localization and send the plain ASCII error message when we detect such a situation. * Fix possible crash when deeply nested functions are invoked from a trigger. * Fix mis-expansion of rule queries when a sub-SELECT appears in a function call in FROM, a multi-row VALUES list, or a RETURNING list * Ensure an error is reported when a newly-defined PL/pgSQL trigger function is invoked as a normal function. * Prevent possible collision of relfilenode numbers when moving a table to another tablespace with "ALTER SET TABLESPACE". The command tried to re-use the existing filename, instead of picking one that is known unused in the destination directory. * Fix incorrect tsearch2 headline generation when single query item matches first word of text. * Fix improper display of fractional seconds in interval values when using a non-ISO datestyle in an "--enable-integer-datetimes" build * Ensure SPI_getvalue and SPI_getbinval behave correctly when the passed tuple and tuple descriptor have different numbers of columns. * Fix ecpg's parsing of "CREATE ROLE". * Fix recent breakage of pg_ctl restart. * Update time zone data files to tzdata release 2008i (for DST law changes in Argentina, Brazil, Mauritius, Syria)
2008-11-04Changes for 1.11.0:adam17-679/+899
* Bug fixes * Improvements PkgSrc: * crossfire-maps is integrated into crossfire-server, since the server requires maps to run
2008-11-04clamavmartti1-1/+2
2008-11-04Updated mail/clamav to 0.94.1martti6-25/+25
* Bug fixes
2008-11-04Note update of devel/p5-Mouse to version 0.11seb1-1/+2
2008-11-04Update from version 0.10 to version 0.11.seb2-6/+6
Changes: 0.11 Sun Nov 2 11:35:04 2008 * Throw an error if accessor/predicate/clearer/handles code eval fails * Optimizations for generated methods, they should now be on par with Moose
2008-11-03Update to pciutils-3.0.2 is donebjs1-2/+1
2008-11-03Re-enable building the XS version. I can't remember why I disabled thatbad1-5/+2
and it does seem to work. PKGREVISION++ Closes PR pkg/39095 from Jens Rehsack.
2008-11-03Updated sysutils/vbetool to 0.7.1nb2bjs1-1/+2
2008-11-03Updated sysutils/radeontool to 1.5nb4bjs1-1/+2
2008-11-03Updated sysutils/pciutils to 3.0.2bjs1-1/+2
2008-11-03Updated graphics/nvtv-gtk2 to 0.4.7nb5bjs1-1/+2
2008-11-03Updated graphics/nvtv to 0.4.7nb4bjs1-1/+2
2008-11-03PKGREVISION++ for sysutils/pciutilsbjs2-4/+4
2008-11-03Bump PKGREVISION for sysutils/pciutilsbjs1-2/+2
2008-11-03Bump PKGREVISION for sysutils/pciutils, add DESTDIR supportbjs1-3/+5
2008-11-03Update to version-3.0.2. Many, many changes--please seebjs7-54/+141
the ChangeLog for details, they are way too numerous to list here. Bump BUILDLINK_API_DEPENDS. TODO: use misc/pciids?
2008-11-03Improvements for the "mediatomb" package:tron1-1/+11
1.) Create a user and group "mediatomb" for running the server to restrict the files which can be accessed. 2.) Add a startup script to start the server automatically. Bump package revision because of these fixes. Changes approved by Alistair Crooks.
2008-11-03pkglint cleanup.wiz1-5/+3
2008-11-03mp3 -> MP3wiz1-2/+2
2008-11-03Note update of the "mediatomb" package to version 0.11.0nb2.tron1-1/+2
2008-11-03Improvements for the "mediatomb" package:tron4-3/+57
1.) Create a user and group "mediatomb" for running the server to restrict the files which can be accessed. 2.) Add a startup script to start the server automatically. Bump package revision because of these fixes. Changes approved by Alistair Crooks.
2008-11-03- This common Makefile is used by time/sunbird as well.ghen1-4/+2
- Don't set MAINTAINER and HOMEPAGE variables here, they should be set by individual packages including this file (I don't want to implicitly be maintainer for all packages including this Makefile fragment).
2008-11-03Fix install with USE_DESTDIR - bump pkgrevisionabs1-2/+3
2008-11-03Removed unused (PROP_TYPE_STRING) patchesadam7-291/+1
2008-11-03Note update of the "rsync" package to version 3.0.4nb1.tron1-1/+2
2008-11-03Include "converters/libiconv/buildlink3.mk" to fix build problems undertron1-1/+3
Solaris as suggested by Joern Clausen in PR pkg/39859. Bump the package revision because this might change the binary package on some platforms.
2008-11-03Add some kde4 related packages.markd1-1/+5
2008-11-03Updated x11/qt4-libs to 4.4.3nb1adam1-1/+2
2008-11-03Fix for #39841:adam2-5/+15
install libqimsw-multi.la
2008-11-03Add akonadimarkd1-1/+2
2008-11-03Import akonadi 1.0.0markd5-0/+105
Akonadi is a new personal information management (PIM) framework for KDE 4 and is included in the 4.1 release. Akonadi will function as an extensible data storage for all PIM applications. In KDE 3 all PIM applications had different data storage and handling methods, which lead to several implementations of essentially the same thing. Besides data storage, Akonadi has several other components including search, and a library (cache) for easy access and notification of data changes.
2008-11-03Add phonon.markd1-1/+2
2008-11-03Import of phonon 4.2.0markd5-0/+170
Phonon is the Multimedia API for KDE and QT. In Phonon there are three main concepts: MediaObjects, Paths and Outputs. The MediaObjects control the playback/capture and provide the media data. MediaObjects can be connected to Outputs using Path objects which also allow the insertion of Effect objects between MediaObject and Output.
2008-11-03Add automoc4markd1-1/+2
2008-11-03Import of automoc4 0.9.84markd4-0/+37
automoc4 tool, used to build KDE4 and related packages.
2008-11-03kde4-dirs is now in misc.markd1-2/+2
2008-11-03Add kde4-dirsmarkd1-1/+2
2008-11-03s/wip/misc/markd1-2/+2
2008-11-03Import of kde4-dirs 1.0 from pkgsrc-wip.markd3-0/+149
kde4-dirs installs a set of shared directories used by many KDE4 applications. It is useful to simplify PLIST handling in other packages.
2008-11-03Fix build with perl 5.10.markd2-1/+15
As perl 5.6 wont be seen in a pkgsrc context just replace the test for 5.6 with one for 5.10 rather than a more substantial change.
2008-11-03+ cherokee-0.10.1, highlight-2.6.14, imap-uw-2007d, libextractor-0.5.21,wiz1-15/+19
libpciaccess-0.10.5, libtheora-1.0rc2, libv4l-0.5.3, mathomatic-14.2.2, p5-DateTime-TimeZone-0.83, p5-Finance-Quote-1.15, p5-PathTools-3.29, p5-Socket6-0.23, pear-Date-1.5.0a1, py-moin-1.8.0, py-pytz-2008i, subtitleeditor-0.26.0, x264-devel-20081101, youtube-dl-20081101.
2008-11-03Comment out code for unsupported options.wiz1-15/+15
2008-11-03Add script for munging locale files.wiz1-0/+18
2008-11-03Remove superfluous patches.wiz6-164/+0