summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-09-07add USE_TOOLS=perl so it'll build with PKG_DEVELOPER=yesspz1-1/+2
2012-09-07Updated graphics/cairo to 1.12.2adam2-4/+4
2012-09-07Changes 1.12.2:adam11-133/+50
After such a long gestation period for the release of Cairo 1.12, we inevitably accumulated a few bugs that were flushed out by broadening the test base. Thanks to everybody who tried the release, apologies to any one unfortunate enough to encounter a bug and many thanks for reporting it.
2012-09-07Updated pkgtools/pkg_summary-utils to 0.58.4cheusov1-1/+2
2012-09-07Update to pkg_summary-utils-0.58.4cheusov2-6/+6
pkg_summary2deps: - Mode -cs now works correctly with patterns like "py*-dbus<0.71". A few regression tests for this case were added.
2012-09-07Updated games/onscripter to 20120901tsutsui1-1/+2
2012-09-07Update onscripter to 20120901.tsutsui2-6/+6
Change logs: 20120901: * add --render-font-outline option that enables outline fonts added in SDL_ttf 2.0.10 20120831: * fix resampling bug in resizeImage function enabled by -PDA_WIDTH or -DPDA_AUTOSIZE options 20120826: * fix a bug in getcursorpos2 insn after strsp insn * fix autosave bug if pretextgosub is not set
2012-09-07Fix compiler option and disable optimizations from configureadam3-10/+24
2012-09-07Note update of sysupgrade to 1.3.jmmv1-1/+2
2012-09-07Update to 1.3:jmmv3-7/+17
- ftp(1) in NetBSD 1.5.2 does not support using -R on files that do not exist yet. Avoid using this option unless necessary. - httpd(8) in NetBSD 1.5.2 does not support the -P option. Skip the http test unless this option is present, as otherwise we cannot easily kill the spawned httpd instance on a test failure.
2012-09-07Darwin always needs iconv hackadam1-3/+1
2012-09-07Updated databases/p5-DBD-CSV to 0.36sno1-1/+2
2012-09-07Updating package for CPAN module DBD::CSV in databases/p5-DBD-CSV fromsno2-7/+7
0.35 to 0.36. pkgsrc changes: - bump required version of textproc/p5-Text-CSV_XS Upstream changes: 0.36 - 2012-08-22, H.Merijn Brand * Add line/record number and position in error messages
2012-09-07Updated textproc/p5-Text-CSV_XS to 0.91sno1-1/+2
2012-09-07Updating package for CPAN module Text::CSV_XS in textproc/p5-Text-CSV_XSsno2-6/+6
from 0.90 to 0.91. Upstream changes: 0.91 - 2012-08-21, H.Merijn Brand * Prevent test-failures for long doubles on weird architectures * More utf-8 tests for te change of 0.90 * Update test case now 5.005 is not supported anymore * Rip out the tell/seek introduced in 0.90
2012-09-07Updated databases/p5-DBIx-Class-Schema-Loader to 0.07031sno1-1/+2
2012-09-07Updating package for CPAN module DBIx::Class::Schema::Loader insno2-16/+19
databases/p5-DBIx-Class-Schema-Loader from 0.07012 to 0.07031. pkgsrc changes: - adjusting dependencies according to distribution's meta information Upstream changes since 0.07012: 0.07031 2012-09-06 15:07:08 - fix 02pod.t failure due to lack of =encoding utf8 statement (patch by Marcel Gruenauer) (RT#79481) 0.07030 2012-09-06 03:27:09 - allow user to set qualify_objects=0 in multischema configurations (andrewalker) 0.07029 2012-09-05 16:41:56 - Oracle: introspect ON DELETE and DEFERRABLE FK clauses - Oracle WARNING: on_delete is now 'NO ACTION' by default, not 'CASCADE'. on_update is now 'NO ACTION' by default (Oracle does not have update rules, this was done to preserve the behavior of the schema when cross-deploying to SQLite.) is_deferrable is now 0 by default, not 1. - DB2: introspect ON DELETE/UPDATE FK clauses - DB2 WARNING: the default for on_delete/on_update is now 'NO ACTION' not 'CASCADE', the default for is_deferrable is still 1 because DB2 does not have deferrable constraints. - SQLite: introspect ON DELETE/UPDATE and DEFERRABLE FK clauses - SQLite WARNING: the default for on_delete/on_update is now 'NO ACTION' not 'CASCADE', and the default for is_deferrable is now 0 not 1. 0.07028 2012-08-30 05:32:42 - MSSQL: introspect ON DELETE/UPDATE clauses for foreign keys - MSSQL WARNING: the default for on_delete/on_update is now 'NO ACTION' not 'CASCADE'. 0.07027 2012-08-26 22:39:45 - PostgreSQL: introspect ON DELETE/UPDATE clauses for foreign keys and the DEFERRABLE clause. - PostgreSQL WARNING: the default for on_delete/on_update attributes for belongs_to relationships is now 'NO ACTION' not 'CASCADE! The default for is_deferrable is now 0 not 1. 0.07026 2012-08-26 01:01:26 - MySQL: introspect ON DELETE/UPDATE clauses for foreign keys. - MySQL WARNING: the default on_delete/on_update attributes for belongs_to relationships is now RESTRICT, *NOT* CASCADE! This is overridable via the relationship_attrs option. 0.07025 2012-06-08 22:48:05 - support SQL Server 2000 again (broken in 0.07011) - some slight optimization for SQL Server driver 0.07024 2012-05-08 15:35:16 - work around broken keyseq in DBD::Pg foreign_key_info (RT#77062) 0.07023 2012-05-05 11:44:15 - properly order FK columns when using base ::DBI loader (SineSwiper) - bump Class::Inspector dep to 1.27 due to test failures with earlier versions on perl >= 5.15.7 (RT#74236) 0.07022 2012-04-08 12:11:00 - do separate queries for default_value on Sybase ASE as some servers can't join to that table (pcmantz) (RT#74170) - set correct size for nchar/nvarchar columns for Sybase ASE, depending on @@ncharsize 0.07021 2012-04-04 23:47:34 - use ::Schema::connect instead of ::Schema::connection in make_schema_at (RT#74175) - register sources on the schema class, never the instance, regardless of how the connection is made for dynamic schemas 0.07020 2012-03-31 21:34:06 - fix some mro issues under perl 5.8 0.07019 2012-03-28 17:23:09 - fix some errors due to case issues (RT#75805) 0.07018 2012-03-27 05:55:10 - skip dbicdump tests on Win32 due to test fails (RT#75732) - fix undefined warnings for DBDs without schemas - work around ORA-24345 from $dbh->column_info - fix spelling mistake in Base POD (RT#74796) 0.07017 2012-02-07 07:23:48 - *EXPERIMENTAL* support for dumping PostgreSQL schemas inside of a transaction - use DBI table_info/column_info REMARKS field if/where available for table/column comments (SineSwiper) - better compatibility with more DBDs (SineSwiper) 0.07015 2011-12-09 10:36:17 - generate many_to_many bridges for targets of link tables 0.07014 2011-11-18 17:06:34 - fix a bug in the automatic multischema clashing moniker disambiguation code that overwrote $loader->moniker_parts 0.07013 2011-11-17 23:12:47 - automatically prefix database/schema to clashing monikers for the same table name in multischema configurations
2012-09-07Updated textproc/p5-Lingua-EN-Tagger to 0.20sno1-1/+2
2012-09-07Updating package for CPAN module Lingua::EN::Tagger insno2-7/+7
textproc/p5-Lingua-EN-Tagger from 0.16nb2 to 0.20. pkgsrc changes: - add newly introduced dependency to www/p5-HTML-Tagset Upstream changes since 0.16: 0.20 Aaron Coburn 7/6/12 Escaped curly braces in regex patterns. In perl 5.17 this becomes necessary. 0.19 Aaron Coburn 5/28/12 Added missing metadata fields to Makefile.PL 0.18 Aaron Coburn 5/11/12 Added requirement for 5.8 for proper unicode support. Modified get_sentences routine for $ chars as with preceeding issue. 0.17 Aaron Coburn 5/10/12 Added better error handling for loading YAML files. Fixed error in get_sentences routine related to (, [ and { characters being fused to the preceding word.
2012-09-07Now fix build under NetBSD/i386 5.1.2.jmmv2-1/+124
2012-09-07Fix references to upstream revision of the patch.jmmv2-5/+5
2012-09-06+ bacula-5.2.10, digikam-2.9.0, eric4-4.5.6, eric5-5.2.5,wiz1-12/+20
fotoxx-12.09.1, gnutls-3.1.1 [needs nettle-2.5], gssdp-1.12.2.1, kde4-4.9.1, libvdpau-0.5, modular-xorg-server-1.13.0, mp3splt-2.4.3, mp3splt-gtk-0.7.3, msmtp-1.4.29, octave-3.6.3, qemu-1.2, worker-2.19.5, xchm-1.21, xf86-video-intel-2.20.6, xf86-video-openchrome-0.3.1.
2012-09-06Changes 3.7.14:adam7-23/+24
* Drop built-in support for OS/2. If you need to upgrade an OS/2 application to use this or a later version of SQLite, then add an application-defined VFS using the sqlite3_vfs_register() interface. The code removed in this release can serve as a baseline for the application-defined VFS. * Ensure that floating point values are preserved exactly when reconstructing a database from the output of the ".dump" command of the command-line shell. * Added the sqlite3_close_v2() interface. * Updated the command-line shell so that it can be built using SQLITE_OMIT_FLOATING_POINT and SQLITE_OMIT_AUTOINIT. * Improvements to the windows makefiles and build processes. * Enhancements to PRAGMA integrity_check and PRAGMA quick_check so that they can optionally check just a single attached database instead of all attached databases. * Enhancements to WAL mode processing that ensure that at least one valid read-mark is available at all times, so that read-only processes can always read the database. * Performance enhancements in the sorter used by ORDER BY and CREATE INDEX. * Added the SQLITE_DISABLE_FTS4_DEFERRED compile-time option. * Better handling of aggregate queries where the aggregate functions are contained within subqueries. * Enhance the query planner so that it will try to use a covering index on queries that make use of or optimization.
2012-09-06Updated www/seamonkey-l10n to 2.12ryoon1-1/+2
2012-09-06Update to 2.12.ryoon3-70/+92
* Sync with seamonkey-2.12
2012-09-06Updated devel/xulrunner10 to 10.0.7ryoon1-1/+3
Updated www/firefox10 to 10.0.7
2012-09-06devel/xulrunner10 and www/firefox10: Update to 10.0.7ryoon2-6/+6
Changelog: FIXED Security fixes can be found here FIXED Stability fixes can be found here FIXED Contenteditable breaks middle-click to open links (674770) FIXED Allow specifying wildcard that matches all simple netbiosnames in network.automatic-ntlm-auth.trusted-uris (452781) Fixed in Firefox ESR 10.0.7 MFSA 2012-72 Web console eval capable of executing chrome-privileged code MFSA 2012-70 Location object security checks bypassed by chrome code MFSA 2012-69 Incorrect site SSL certificate data display MFSA 2012-67 Installer will launch incorrect executable following new installation MFSA 2012-65 Out-of-bounds read in format-number in XSLT MFSA 2012-63 SVG buffer overflow and use-after-free issues MFSA 2012-62 WebGL use-after-free and memory corruption MFSA 2012-61 Memory corruption with bitmap format images with negative height MFSA 2012-58 Use-after-free issues found using Address Sanitizer MFSA 2012-57 Miscellaneous memory safety hazards (rv:15.0/ rv:10.0.7)
2012-09-06- add and enable p5-File-Slurp-Unicodejnemeth1-1/+3
- add and enable p5-List-AllUtils
2012-09-06Updated security/ruby-oauth to 0.4.7obache1-1/+2
2012-09-06Update ruby-oauth to 0.4.7.obache2-6/+6
=== 0.4.7 2012-09-03 * Fix merging paths if the path is not empty * Set a configurable timeout for all requests (Rick Olson) * Fix nested hash params in Consumer#request (Ernie Miller)
2012-09-06Updated net/mikutter to 0.1.1.863obache1-1/+2
2012-09-06Update mikutter to 0.1.1.863.obache2-6/+6
* catch up specification changes of Twitpic and instagram * fixes startup failure with symblic link to mikutter.rb.
2012-09-06Updated www/seamonkey to 2.12ryoon2-3/+3
2012-09-06Update to 2.12ryoon135-1494/+1074
* Update Mozilla Lightning to 1.7 * Update Enigmail to 1.4.4 (functionality is not tested yet; should be updated) * Regen patches Changelog: SeaMonkey-specific changes None. Mozilla platform changes Added support for SPDY networking protocol v3. Implemented WebGL enhancements, including compressed textures for better performance. Optimized memory usage for add-ons. Implemented the CSS word-break property. Implemented high precision event timer. HTML5: Added native support for the Opus audio codec. HTML5: Added support for the source element media attribute. HTML5: Added support for the audio element and video element played attribute. Fixed several stability issues. Fixed in SeaMonkey 2.12 MFSA 2012-70 Location object security checks bypassed by chrome code MFSA 2012-69 Incorrect site SSL certificate data display MFSA 2012-68 DOMParser loads linked resources in extensions when parsing text/html MFSA 2012-65 Out-of-bounds read in format-number in XSLT MFSA 2012-64 Graphite 2 memory corruption MFSA 2012-63 SVG buffer overflow and use-after-free issues MFSA 2012-62 WebGL use-after-free and memory corruption MFSA 2012-61 Memory corruption with bitmap format images with negative height MFSA 2012-59 Location object can be shadowed using Object.defineProperty MFSA 2012-58 Use-after-free issues found using Address Sanitizer MFSA 2012-57 Miscellaneous memory safety hazards (rv:15.0/ rv:10.0.7)
2012-09-06orthographyis1-2/+2
2012-09-06Updated x11/gtk2 to 2.24.12adam1-1/+2
2012-09-06Changes 2.24.12:adam2-6/+6
* Allow building with automake 1.12 * Bugs fixed: 616997 gtk_recent_manager_add_item() is slow 680346 gtk+-2.24.11 (commit 3f6592f6) breaks keyboard input... 680901 GTK+: The chinese translations of "even sheet" and ... 681784 colorspaces used in gtk+ and cairo quartz backends d... 683070 tooltip: add tooltip-radius and tooltip-alpha style ... 683279 range: add a primary-button-warps-slider style prope... quartz: fix corruption during scrolling in some cases * Translation updates: Polish Traditional Chinese
2012-09-06Note update for editors/vim-sharemorr1-1/+2
2012-09-06Update to almost newest patchlevel.morr3-7/+48
31440 7.3.639 it's not easy to build Vim on Windows with XPM support 2219 7.3.641 ":mkview" uses ":normal" instead of ":normal!" for folds 1810 7.3.642 segfault with specific autocommands 2060 7.3.643 MS-Windows: 'lines' is wrong when starting up maximized 1925 7.3.644 dead code for BeOS GUI 2910 7.3.645 no tests for patch 7.3.625 and 7.3.637 2353 7.3.646 undo file unusable after reloading a buffer 5213 7.3.647 "gnd" doesn't work correctly in Visual mode 3831 7.3.648 crash when using a very long file name 2256 7.3.649 with 'clipboard' set to "unnamed" small deletes go to "1 3120 7.3.651 Completing ":help \{-" gives error message 2304 7.3.652 workaround for Python crash isn't perfect 7986 7.3.653 lacking XPM support for MingW, 32 and 64 objects mixed up XXX There are newer patches, but they won't apply cleanly. I'll investigate it later.
2012-09-06Fix format for recently added packagesgls1-5/+5
2012-09-06Fix COMMENT and LICENSEgls1-3/+3
2012-09-06Fix build under NetBSD 1.5.2.jmmv2-1/+56
2012-09-06Updated chat/pidgin-otr to 4.0.0gdt1-1/+2
2012-09-06Update to 4.0.0.gdt2-8/+6
24 Aug 2012: - Release 4.0.0 21 Jun 2012: - Fixed an issue that happened when enabling the OTR plugin while a conversation is open. - Release 4.0.0-beta2 7 Jun 2012: - The plugin now supports multiple OTR conversations with the same buddy who is logged in at multiple locations. In this case, a new OTR menu will appear, which allows you to select which session an outgoing message is indended for. Note that concurrent SMP authentications with the same buddy who is logged in multiple times is not yet supported (starting a second authentication will end the first). - During a private conversation with a buddy, an incoming unencrypted message will now trigger the regular incoming message notifications. In Pidgin this includes showing the message in the top-right notification area, if it is normally configured to do so. - New Italian, Swedish, Polish and Vietnamese translations. Updates to the French translation. - When a private conversation begins, the plugin will indicate whether Pidgin is configured to log the conversation. - By default, OTR conversations will not be logged by Pidgin. - Fingerprints in the manual authentication dialog are now selectable - The plugin will no longer delete the OTR menus if a non-foreground conversation window is closed. - Except on WIN32, the plugin will now set the umask to 0077 before creating the otr.* files in the purple directory so that they end up mode 0600. - The menu item now says "Reauthenticate buddy" when the buddy is already authenticated. - Release 4.0.0-beta1
2012-09-06Updated chat/libotr to 4.0.0gdt1-1/+2
2012-09-06Update to 4.0.0.gdt4-10/+31
Note that while the protocol is compatible, the API is not, and hence there will be a pidgin-otr update within minutes. There is an apparent gcc 4.1.3 -O2/SSP bug, which is avoided by disabling SSP in libotr (which libotr finds and turns on). This is temporary pending more fine-grained control and/or a fix. Update to libotr 4.0.0. Note that libotr 4.x is API-incompatible with libotr 3.x; upstream thinks this is ok, so pkgsrc won't try to work around it. 24 Aug 2012: - Release 4.0.0 - Support v3 of the OTR protocol - The main new feature: sensibly handle the case where a user is logged in multiple times to the same IM account - API changes: - instance tags, to support multiple simultaneous logins - support for asynchronous private key generation - the ability to provide an "extra" symmetric key to applications (with forward secrecy) - applications can supply a formation conversion callback if they do not natively use XHTML-style UTF8 markup - error messages formerly provided by libotr are now handled using callbacks to the application, for better i18n support - otrl_message_sending now handles message fragmentation internally
2012-09-05pysqlite2 is used by xulrunner's Python virtualenv. If pysqlite2 isn'tdsainty1-1/+9
installed at build time it will attempt to download it instead, so the problem is stealthy in a networked environment, and obvious in an offline environment. Add it as a build dependency.
2012-09-05Updated net/nagstamon to 0.9.9gls1-1/+2
2012-09-05Updated net/nagstamon to version 0.9.9gls3-8/+11
Upstream changes: ----------------- added custom actions in context menu (see documentation) added reauthentication in case of authenticaton problems added filter for flapping hosts and services added history button for monitors added shortcut to filter settings in popup window improved keyboard usage in acknowledge/downtime/submit dialogs changed configuration file to configuration directory (default: ~/.nagstamon) fixed bug in Icinga acknowledgement fixed bug in Check_MK Multisite sorting fixed some Check_MK Multisite UTF trouble fixed some major GUI bugs
2012-09-05Mention virt-manager additiongls1-1/+2