summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-05-15Update pidgin to 2.10.4.obache7-16/+14
version 2.10.4 (05/06/2012): General: * Support building against Farstream in addition to Farsight. (Olivier Crete) (#14936) IRC: * Disable periodic WHO timer. IRC channel user lists will no longer automatically display away status, but libpurple will be much kinder to the network. * Print unknown numerics to channel windows if we can associate them. Thanks to Marien Zwart. (#15090) MSN: * Fix a possible crash when receiving messages with certain characters or character encodings. Thanks to Fabian Yamaguchi for reporting this! XMPP: * Fix a possible crash when receiving a series of specially crafted file transfer requests. Thanks to José Valentín Gutiérrez for reporting this! (CVE-2012-2214) Windows-Specific Changes: * Words added to spell check dictionaries are saved across restarts of Pidgin (#11886)
2012-05-15PR#45840 www/py-uwsgi: Fix DragonFly Portmarino4-3/+56
2012-05-15Install documentation.shattered3-4/+9
2012-05-15Changes 2.32.3:adam4-13/+12
* Bug fixes: Correct a typo in the ELF configure check Reset LIBS after the ELF configure check Fix GIO/GObject Visual C++ projects gio: fix error handling in async case of GProxy... GConverterInputStream: fix an infinite loop... * Translation updates: Bulgarian Catalan Czech German Japanese Slovenian Telugu
2012-05-15Updated databases/sqlite3 to 3.7.12adam1-1/+4
2012-05-15Changes 3.7.12:adam7-24/+23
* Add the SQLITE_DBSTATUS_CACHE_WRITE option for sqlite3_db_status(). * Optimize the typeof() and length() SQL functions so that they avoid unnecessary reading of database content from disk. * Add the FTS4 "merge" command, the FTS4 "automerge" command, and the FTS4 "integrity-check" command. * Report the name of specific CHECK constraints that fail. * In the command-line shell, use popen() instead of fopen() if the first character of the argument to the ".output" command is "|". * Make use of OVERLAPPED in the windows VFS to avoid some system calls and thereby obtain a performance improvement. * More aggressive optimization of the AND operator when one side or the other is always false. * Improved performance of queries with many OR-connected terms in the WHERE clause that can all be indexed. * Add the SQLITE_RTREE_INT_ONLY compile-time option to force the R*Tree Extension Module to use integer instead of floating point values for both storage and computation. * Enhance the PRAGMA integrity_check command to use much less memory when processing multi-gigabyte databases. * New interfaces added to the test_quota.c add-on module. * Added the ".trace" dot-command to the command-line shell. * Allow virtual table constructors to be invoked recursively. * Improved optimization of ORDER BY clauses on compound queries. * Improved optimization of aggregate subqueries contained within an aggregate query. * Bug fix: Fix the RELEASE command so that it does not cancel pending queries. This repairs a problem introduced in 3.7.11. * Bug fix: Do not discard the DISTINCT as superfluous unless a subset of the result set is subject to a UNIQUE constraint and it none of the columns in that subset can be NULL. * Bug fix: Do not optimize away an ORDER BY clause that has the same terms as a UNIQUE index unless those terms are also NOT NULL.
2012-05-15Bump PKGREVISION, last patches for latest glib2 affect to installed headerobache1-2/+2
files, it is required to build depending packages.
2012-05-15fix download.reed1-2/+5
launchpad now redirects to https.
2012-05-15fix typo in commentreed2-4/+4
2012-05-15To build it needs at least libgsf 1.14.18reed1-2/+2
Package revision not bumped since no package with older version possible.0
2012-05-15Mention this package does not include graphics.reed1-0/+1
I didn't bump the package revisoon.
2012-05-14Updated devel/mr to 1.12schmonz1-1/+2
2012-05-14* Ignore nonzero exit status of hg pull, which can happen when thereschmonz2-6/+6
were no changes to pull. Closes: #661870 * Add vcsh to Suggests. * Recognize a repo with a .git file as a git repo. * Improve bzr register's heuristics to determine upstream repo. Closes: #672843
2012-05-14No need to install gauche-init.scm with executable bits set.enami2-6/+16
This suppresses file permission check warning.
2012-05-14regen distinfoabs1-2/+2
2012-05-14Extend previous to apply to netbsd-6 also (at least the one currently onabs2-22/+21
netbsd-daily and soon be in BETA2)
2012-05-14Fix "xm list" with Python 2.7 (which is the default now). Without these ↵manu6-2/+90
patches,you get a traceback and a crashing xend. copied from similar patch on xentools33 from bsiegert
2012-05-14Try to fix build failure on NeBSD 6.99.7 from _oss_ioctl API change as PR 46448.obache2-24/+34
2012-05-14Note update of mail/dovecot2 package to 2.1.6nb1.taca1-1/+2
2012-05-14Add support for net_getunixcred() to NetBSD before 5.0 which dosen'ttaca3-2/+101
have getpeereid(3); no LOCAL_PEEREID socket options. Bump PKGREVISION.
2012-05-14Fix PKGNAME.fhajny1-1/+2
2012-05-14Remove unneeded build dependence on p5-XML-Parsersbd1-3/+1
2012-05-14Added databases/ocaml-sqlite3 version 1.6.1wiz1-1/+2
2012-05-14+ ocaml-sqlite3wiz1-1/+2
2012-05-14Initial import of ocaml-sqlite3-1.6.1, packaged by Jaap Boender inwiz8-0/+131
PR 41690. This package contains is an OCaml database library wrapper for SQLite.
2012-05-14USE_TOOLS+=flex, seen in Linux bulk builddholland1-1/+2
2012-05-14Don't declare own strcmp; it fails on Linux.dholland2-1/+26
2012-05-14Add missing pam.bl3.mk.dholland1-1/+2
2012-05-14Add build dependencies on p5-XML-Parser and msgfmt.sbd1-2/+4
2012-05-14USE_TOOLS+=flex, per latest linux builddholland1-2/+2
2012-05-14add limits.h to fix the linux builddholland2-21/+33
2012-05-14Add missing termcap.bl3.mk.dholland1-1/+2
2012-05-14Add missing termcap.bl3.mk. No version bump; on platforms where thisdholland1-1/+2
matters lack of it leads to build failure.
2012-05-14Use <termcap.h>, not <term.h>. Should fix build on netbsd-5.dholland2-4/+4
2012-05-14Use time_t to call time(), not "long int".dholland2-5/+19
2012-05-14Not all Linux systems have/use utempter.sbd1-2/+2
2012-05-14Partially revert previous: exclude kaffe on x86_64 again as it buildsdholland1-2/+3
but apparently does not work. I'm seeing two different problems on different machines, one where it can't find classes in jar files that are clearly there and one where it can't run even a trivial program without dying with a stack overflow.
2012-05-14Set PKG_DESTDIR_SUPPORT. It looks to me like it should probably just work;dholland1-1/+3
I can't test it though right now due to some kind of JVM lossage.
2012-05-14remove stray blank line in previous commitdholland1-2/+1
2012-05-14Update _ONLY_FOR_PLATFORMS.kaffe from kaffe's makefile.dholland1-2/+4
2012-05-14Change the the cast on gettext() when testing for it so the gcc doesn'tsbd2-1/+37
complain with "error: cast from 'char*' to 'int' loses precision", which causes the test to fail and NLS to be disabled.
2012-05-14Updated x11/libdrm to 2.4.33nb1sbd1-1/+2
2012-05-14Add a Linux only PLIST.sbd2-1/+6
Bump PKGREVISION.
2012-05-14glib2 now only allows glib.h to be included.sbd14-1/+183
2012-05-14Updated multimedia/vlc to 1.1.13nb6sbd1-1/+2
2012-05-14Add a Linux only PLIST.sbd2-2/+7
Bump PKGREVISION.
2012-05-14prefer native X modules for OpenBSD using Xorg.obache1-1/+4
2012-05-14libdevkit-gobjectdholland1-1/+2
2012-05-14If this finds xsltproc, it tries to use it to build man pages, and thendholland2-4/+12
croaks. Because man pages are good, add the necessary build depends and update the PLIST. PKGREVISION -> 4.
2012-05-14Set USE_LANGUAGES properly. It works without this for some reason... butdholland1-1/+2
randomly broke because of it when I was mucking about last night.