summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-09-08Updated x11/libXv to 1.0.10wiz1-1/+2
2013-09-08Update to 1.0.10:wiz2-6/+7
This release contains cleanup & refactoring intended to make the code more robust and easier to maintain. It does increase to libX11 1.6.0 the required version of libX11 needed to build and run libXv. Alan Coopersmith (10): Adopt X.Org standard code style, with consistent indentation Remove unnecessary casts from Xmalloc calls Fix sign conversion & comparison warnings from clang Use pad_to_int32 macro instead of repeated (x + 3) & ~3 pattern Require ANSI C89 pre-processor, drop pre-C89 token pasting support Replace custom copy of GetReq macro with call to Xlib 1.5's _XGetRequest Add missing calls to _XEatDataWords when we are skipping _XRead Refactor error handling Remove fallback for _XEatDataWords, require libX11 1.6 for it libXv 1.0.10
2013-09-08Updated x11/libXrandr to 1.4.2wiz1-1/+2
2013-09-08Update to 1.4.2:wiz2-6/+6
This release fixes two small bugs in the library, and fixes an omission in the list of copyright notices in the COPYING file. Alan Coopersmith (3): XRRGetProviderInfo returned bad associated_capability list in 64-bit Add copyright notice from src/XrrProvider.c to COPYING libXrandr 1.4.2 Pauli Nieminen (1): XRRUpdateConfiguration: Check if getting screen for root fails
2013-09-08Updated x11/libXpm to 3.5.11wiz1-1/+2
2013-09-08Update to 3.5.11:wiz2-7/+6
This minor maintenance release provides various build configuration improvements and other janitorial cleanups, including declaring the filename parameters in the API as "const char *" to reduce unnecessary const-strings warnings in callers. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (4): Close fd if fdopen() or xpmPipeThrough() fails in OpenWriteFile() Add noreturn attributes suggested by gcc Fix typo in COPYING (matches src/amigax.h) libXpm 3.5.11 Christophe CURIS (2): Added 'const' qualifier to the filename argument to internal functions Added 'const' attribute to all filename arguments in the API Claudio Bley (1): Fix libXpm build with NO_ZPIPE Colin Walters (1): autogen.sh: Implement GNOME Build API Eric S. Raymond (1): doclifter can't handle more than one dash in a name line. Jon TURNEY (1): Define NO_ZPIPE when building for MinGW
2013-09-08Updated x11/libXmu to 1.1.2wiz1-1/+2
2013-09-08Update to 1.1.2:wiz2-7/+6
This minor maintenance release includes build configuration improvements and janitorial cleanups. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (5): Remove unused DECnet ("DNETCONN") code from XmuConvertStandardSelection unifdef -U__UNIXOS2__ Preserve constness when casting const pointers in various functions Add missing copyright notices to COPYING file libXmu 1.1.2 Colin Walters (1): autogen.sh: Implement GNOME Build API Thomas Klausner (1): Fix a const issue.
2013-09-08Updated x11/libXaw to 1.0.12wiz1-1/+2
2013-09-08Update to 1.0.12:wiz2-7/+6
This release plugs a couple fd leaks in error handling paths, fixes WIN32 builds, and cleans up some old code for previously supported OS'es. Alan Coopersmith (6): unifdef -U__UNIXOS2__ Fix fd leak when fdopen() fails in InitStringOrFile() Fix fd leak when write() fails in WriteToFile() Remove CRAY/WORD64 support (unifdef -UCRAY -UWORD64) Replace TXT16 with XChar2b inline libXaw 1.0.12 Ryan Pavlik (1): Include winsock header on WIN32 to provide fd_set etc.
2013-09-08Updated mail/p5-Email-Address to 1.900wen1-1/+2
2013-09-08Update to 1.900wen2-7/+6
Upstream changes: 1.900 2013-08-08 14:44:43 America/New_York avoid trying to stringify undef, and so avoid a warning (thanks, Alex Vandiver) 1.899 2013-08-02 10:53:19 America/New_York repackaged, pointed at new bugtracker fallback overloads are enabled, so "cmp" will now compare with string overloads... which still might not be what you expect code has been futzed with to rely on some 5.6-isms, rather than trying to be 5.005 compatible a warning has been added: calling ->parse in scalar context gets undefined behavior 1.898 2013-02-07 remove dead link
2013-09-08Updated mail/p5-Email-Abstract to 3.006wen1-1/+2
2013-09-08Update to 3.006wen2-8/+7
Upstream changes: 3.006 2013-09-01 08:41:48 America/New_York require Email::Simple 1.998 to allow ->new(\$string) 3.005 2013-07-30 09:57:36 America/New_York repackage, update bug tracker, etc. provide raw body on multipart Email::MIME messages (thanks, bailey@upenn) [rt.cpan.org #77624]
2013-09-08* Fix build using clang compiler on Darwin (Mac OS X 10.8.4) by not using weakryoon5-4/+73
aliases if the compiler does not support them. From J. Lewis Muir on pkgsrc-users@. * Remove empty patch.
2013-09-08Updated databases/sqlite3 to 3.8.0.2adam1-1/+4
2013-09-08Changes 3.8.0.2:adam7-23/+23
Fix an off-by-one error that caused quoted empty string at the end of a CRNL-terminated line of CSV input to be misread by the command-line shell. Fix a query planner bug involving a LEFT JOIN with a BETWEEN or LIKE/GLOB constraint and then another INNER JOIN to the right that involves an OR constraint. Fix a query planner bug that could result in a segfault when querying tables with a UNIQUE or PRIMARY KEY constraint with more than four columns.
2013-09-08Updated devel/p5-Test-YAML-Meta to 0.20wen1-1/+2
2013-09-08Update to 0.20wen2-7/+6
Upstream changes: 0.20 2013-04-07 - change file dates changed to meet W3CDTF standards. - reworked Makefile.PL for clarity. - upgraded to Test::CPAN::Meta::JSON for tests. - added meta.JSON. - updated test suite. - added repositories to Meta files.
2013-09-08Updated devel/p5-Test-WWW-Selenium to 1.36wen1-1/+2
2013-09-08Update to 1.36wen2-7/+6
Upstream changes: 1.36 - Wed May 15 17:38:12 EDT 2013 - updates dist.ini to hide util with MetaNoIndex 1.35 - Fri Jan 4 14:48:28 EST 2013 - Updates t/00-compile.t to ignore loading the Devel::REPL plugin, as its an optional dependency. 1.34 - Tue Oct 30 13:22:59 EDT 2012 - Re-release using EU::MM to avoid Module::Install bug see http://weblog.bulknews.net/post/33907905561/do-not-ship-modules-with-module-install-1-04 for details.
2013-09-08Updated devel/p5-Test-Taint to 1.06wen1-1/+2
2013-09-08Update to 1.06wen2-7/+7
Add LICENSE Upstream changes: 1.06 Fri Oct 19 11:30:31 CDT 2012 [ENHANCEMENTS] tainted() now localizes $SIG{__DIE__} before performing the taint check. If the calling program has its own $SIG{__DIE__}, we don't want to use it. Thanks, Pete Krawczyk. https://rt.cpan.org/Ticket/Display.html?id=23507 [FIXES] Checks for undef before opening files when trying to create some taint. Thanks Fr茅d茅ric Buclin. https://rt.cpan.org/Ticket/Display.html?id=51246
2013-09-08Updated devel/p5-Test-Script-Run to 0.05wen1-1/+2
2013-09-08Update to 0.05wen2-7/+6
Upstream changes: 0.05 Fri Jan 7 15:17:34 CST 2011 add '.' to the default bin dirs set exit code to 127 if the script can't be found
2013-09-08Updated devel/p5-Test-POE-Client-TCP to 1.12wen1-1/+2
2013-09-08Update to 1.12wen2-7/+6
Upstream changes: version 1.12 at 2013-01-10 14:55:52 +0000 ----------------------------------------- Change: 34a8e3a668f6c4ba1f5725971598fc8cd4eaef1b Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-01-10 14:55:52 +0000 Bump version to 1.12 Change: 37b60d1ae2460076f82f07300b2c1f0d78412200 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-01-10 14:55:28 +0000 Implement a timeout option Change: 4a636064c8cceeddc33fac4095ff546d5e62e3a1 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-01-10 13:19:52 +0000 Update distribution to Dist::Zilla
2013-09-08Update glusterfs to 3.4.0. Here are the changes since 3.3.xmanu12-322/+88
* Improvements for Virtual Machine Image Storage A number of improvements have been performed to let Gluster volumes provide storage for Virtual Machine Images. Some of them include: - qemu / libgfapi integration. - Causal ordering in write-behind translator. - Tunables for a gluster volume in group-virt.example. The above results in significant improvements in performance for VM image hosting. * Synchronous Replication Improvements GlusterFS 3.4 features significant improvements in performance for the replication (AFR) translator. This is in addition to bug fixes for volumes that used replica 3. * Open Cluster Framework compliant Resource Agents Resource Agents (RA) plug glusterd into Open Cluster Framework (OCF) compliant cluster resource managers, like Pacemaker. The glusterd RA manages the glusterd daemon like any upstart or systemd job would, except that Pacemaker can do it in a cluster-aware fashion. The volume RA starts a volume and monitors individual brick?s daemons in a cluster aware fashion, recovering bricks when their processes fail. * POSIX ACL support over NFSv3 setfacl and getfacl commands now can be used on a nfs mount that exports a gluster volume to set or read posix ACLs. * 3.3.x compatibility The new op-version infrastructure provides compatibility with 3.3.x release of GlusterFS. 3.3.x clients can talk to 3.4.x servers and the vice-versa is also possible. If a volume option that corresponds to 3.4 is enabled, then 3.3 clients cannot mount the volume. * Packaging changes New RPMs for libgfapi and OCF RA are present with 3.4.0. * Experimental Features - RDMA-connection manager (RDMA-CM) - New Block Device translator - Support for NUFA As experimental features, we don?t expect them to work perfectly for this release, but you can expect them to improve dramatically as we make successive 3.4.x releases. * Minor Improvements: - The Ext4 file system change which affected readdir workloads for Gluster volumes has been addressed. - More options for selecting read-child with afr available now. - Custom layouts possible with distribute translator. - No 32-aux-gid limit - SSL support for socket connections. - Known issues with replica count greater than 2 addressed. - quick-read and md-cache translators have been refactored. - open-behind translator introduced. - Ability to avoid glusterfs bind to reserved ports. - statedumps are now created in /var/run/gluster instead of /tmp by default.
2013-09-08Add ecc option for apache 2.2.x backport of ECC supportmanu2-2/+317
https://issues.apache.org/bugzilla/show_bug.cgi?id=40132
2013-09-08Updated devel/p5-Test-More-Behaviour to 1.0.1wen1-1/+2
2013-09-08Update to 1.0.1wen2-7/+6
Upstream changes: === Version 1.0.1 / 2013-07-26 * Enhancements * Add the license agreement to the manifest * fix misdocumentation in the POD format
2013-09-08Updated devel/p5-Test-Kwalitee to 1.14wen1-1/+2
2013-09-08Update to 1.14wen2-9/+11
Add missing DEPENDS Add LICENSE Upstream changes: 1.14 2013-09-04 01:38:29Z (Karen Etheridge) - updated inaccurate test prereq 1.13 2013-08-21 20:03:31Z (Karen Etheridge) - added missing abstract for kwalitee-metrics script - no longer issuing a warning if the test is running from xt/ (see v1.10) 1.12 2013-08-01 16:09:47 PDT-0700 (Karen Etheridge) - adjusted tests to compensate for changes made in Module::CPANTS::Analyse 0.88/0.90_01 1.11 2013-07-29 17:27:36 PDT-0700 (Karen Etheridge) - added missing kwalitee-metrics executable to the distribution 1.10 2013-07-28 17:18:31 PDT-0700 (Karen Etheridge) - we now issue a warning if running when neither AUTHOR_TESTING or RELEASE_TESTING environment variables or set - test level adjusted, so location of failing test is correct - include a script to dump all metrics ("kwalitee-metrics") 1.09 2013-07-18 10:34:33 PDT-0700 (Karen Etheridge) - the has_test_pod, has_test_pod_coverage tests have been removed - they are classified as 'extra', and have been largely considered to be a bad idea anyway (these are often shipped as, and ought to be, in xt/) - the extractable test has been removed, as it does nothing in dists before there is a tarball present - new tests have been added: all standard kwalitee tests that can be run on a bare distribution without a tarball 1.08 2013-07-15 17:59:47 PDT-0700 (Karen Etheridge) - documentation fixed to reflect what indicators are actually available - metric names are no longer hardcoded, so Module::CPANTS::Analyse has more freedom to add and remove metrics 1.07 2013-06-28 12:22:00 PDT-0700 (Karen Etheridge) - now the indicators are run in the exact order they are returned from Module::CPANTS::Kwalitee::*, as some tests depend on the results of earlier tests (charsbar) - synopsis updated to recommend a better way to run this module, ensuring that it is not run by cpantesters or at installation time - we no longer create a function in our namespace for every metric we are going to test -- this should not break anyone, as these subs were never documented as part of the public API 1.06 2013-05-13 14:15:33 PDT-0700 (Karen Etheridge) - restore previous behaviour of plan()ing in import, to unbreak some dists that didn't follow the docs (which in this case is ok since it's a horrible idea for a Test module to plan itself anyway) (v1.05) - more diagnostic data is printed when a test fails (RT#85107) 1.05 2013-05-12 17:17:32 PDT-0700 (Karen Etheridge) - more rigorous testing of output; (in order to make this possible) now we do END { done_testing } instead of planning a test count 1.04 2013-04-28 08:55:17 PDT-0700 (Karen Etheridge) - re-release with bumped developer prereqs to depend on a higher version of Test::More for t/00-compile.t and t/00-check-deps.t (RT#84900) 1.03 2013-04-27 05:49:31 PDT-0700 (Karen Etheridge) - fixed documentation to refer to the proper names of Kwalitee tests (RT#24506) (thanks, Gavin Sherlock!) - cleaned up partially-botched distribution metadata and README 1.02 2013-03-31 14:58:52 PDT-0700 (Karen Etheridge) - no operational changes - re-releasing under new management via github and Dist::Zilla
2013-09-08Updated www/p5-Mojolicious to 4.33wen1-1/+2
2013-09-08Update to 4.33wen2-6/+6
Upstream changes: 4.33 2013-09-07 - Fixed portability bug in Mojo::IOLoop::Delay. 4.32 2013-09-06 - Added error event to Mojo::IOLoop::Delay. 4.31 2013-09-04 - Deprecated mode specific methods in application class. sub production_mode {...} becomes (in the startup method) if ($app->mode eq 'production') {...}
2013-09-07Updated x11/gtk3 to 3.8.4prlw11-1/+2
2013-09-07Update gtk3 to 3.8.4prlw12-7/+6
3.8.4: Remove unintentional use of GLib 2.37 apis 3.8.3: * Bugs fixed: 667759 gtkdnd-quartz.c is missing annotations for introspection 672271 File chooser seems over-enthusiastic about using subdir... 674108 Hard crash due to wrong NSAutoreleasePool stacking 680953 set_item_width / text wrapping doesn't work in iconview... 688738 GtkMenuButton problem with mnemonics / accelerators 691921 GTK+ (quartz) built on Mac OS X 10.5 references [NSMenu... 692548 Quartz: Cursor doesn't reset when the mouse leaves a to... 694273 Patch to support NSTextInputClient in text widgets 694755 When clicking Activities, sometimes gnome-shell crashes. 696498 can't set download folder 696640 GtkButton: Don't suppress unhandled mouse events 698183 Text input is too slow and some keys are broken after c... 698758 Wrong limit for "Native Windows wider or taller than 65... 700185 GtkWindow: problem with child widget visibility 700779 gtk_menu_item_draw puts the arrow too close to the border 701332 Patch for minor glitch in NSTextInput 701341 Windows only paint once in Weston 1.1 701365 Do not assert sm_proxy != NULL in GtkApplication inhibi... 701613 XEmbed doesn't work with frame-synced GTK/Mutter 702598 Invalid read of size 4 in gtk_icon_info_get_embedded_rect 702763 ellipsize placeholder text 702913 Reduce hash table lookups in gdk_x11_screen_supports_ne... 703069 Opening a big menu activates some menu entry 703220 Memory allocation integer overflow in gdk_cairo_set_sou... 705181 Annoying beep on arrow keys when using IME on MacOS 705182 Reset Cocoa IME state when immodule is reset 705320 gtkicontheme: check for GdkPixbuf first 705692 Segmentation fault on horizontal slider 705750 Quartz input method doesn't work correctly for Chinese... 706152 g_object_notify called with NULL priv->focus_widget * Translation updates: Brazilian Portuguese Traditional Chinese
2013-09-07Fix typowiz1-2/+2
2013-09-07Updated net/ruby-tw to 0.5.0tsutsui1-1/+2
2013-09-07Update ruby-tw to 0.5.0.tsutsui2-6/+6
Changes from History.txt: === 0.5.0 2013-08-26 * show RT/Fav count on % tw --id=1234552234 === 0.4.9 2013-08-22 * show tweet by status_id % tw --id=1234543234
2013-09-07Add some comments (including upstream bug report URLs).wiz3-5/+14
2013-09-07Update mozc to 1.11.1522.102.ryoon1-1/+5
2013-09-07Update to 1.11.1522.102ryoon25-163/+196
* Use renderer for ibus-mozc, new candidates window. Changelog: r171 2013-08-28 1.11.1522.102 FIX: Safari crashes when surrounding text is requested. FIX: Mode symbol on the mode indicator is not rendered on Windows. FIX: Caret position is not updated after commit in WPF's TextBox on Windows. FIX: UI is not placed at proper position when HiDPI is enabled on Windows 8.1 FIX: GDI handles are not destroyed when classic theme is selected on Windows. FIX: Fails to connect to mozc_renderer from explorer.exe on Windows. Enable Touch-optimized on-screen keyboard on Windows 8+. Enable a developer to configure ibus-mozc path and/or ibus-mozc icon path at build time for GNU/Linux build. See the build instruction about how to customize them. ( Issue 41 ) Add Session command for ConvertPrevPage and ConvertNextPage ( Issue 188 ) Remove ibus-mozc-chewing (Issue 194) Remove ibus-mozc-pinyin (Issue 194)
2013-09-07Resign as maintainer of this package as I've migrated my web servertron1-2/+2
to Apache 2.4.6.
2013-09-07Updated graphics/gnome-icon-theme-symbolic to 3.8.3prlw11-1/+2
2013-09-07Update gnome-icon-theme-symbolic to 3.8.3prlw13-12/+45
Changes: 3.8.2.2 - unbreak shell's heaphone status 3.8.2.1 - fix missing .pc.in again :( 3.8.2 - repeat-signle - sync with gnome-icon-theme for notifications - make status icons more legible (bug #698700) - muted (bug #698700) - window control icons (bug #697930) - screen rotation status (bug #698257) - headset vs headphones icon 3.8.0.1 - fix the broken tarball (bug #696634) 3.8.0 - view-more wasn't clear when used - goa-panel sizing - semi-starred status (bug #689098) 3.7.91 - system failwhale icon - software app icon 3.7.5 - new settings panel icons 3.7.4.1 - really include .pc file 3.7.4 - accessories-disctionary - whitespace on fullscreen - view-more - wireless-hotspot - tweaks to multidisk - installs a .pc file - search wrapped status - privacy settings - media-flash, media-floppy
2013-09-07Updated www/mediawiki to 1.21.2wen1-1/+2
2013-09-07Update to 1.21.2wen3-14/+478
Upstream changes: Changes since 1.21.1[edit | edit source] SECURITY: Fix extension detection with 2 .'s SECURITY: Support for the 'gettoken' parameter to action=block and action=unblock, deprecated since 1.20, has been removed. SECURITY: Sanitize ResourceLoader exception messages Purge upstream caches when deleting file assets. Unit test suite now runs the AutoLoader tests. Also fixed the autoloading entry for the PageORMTableForTesting class though it had no impact.
2013-09-07Recursive PKGREVISION bump for serf-1.3.x (major shlib change).wiz22-38/+44
Noted by tron.
2013-09-07Remove -Dmacosx (on OSX only, obviously).gdt1-3/+4
Reported by J. Lewis Muir on pkgsrc-users@ to fix build on 10.8. Does not change behavior on 10.7; build fails much later at same place either way.