Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (19m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (53d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (164d) 

2024-05-23 15:27:28 UTC Now

2013-08-17 00:35:08 UTC MAIN commitmail json YAML

Make sure to update distinfo.  Thanks to Greg Oster noted the problem to me.

(taca)

2013-08-16 21:20:51 UTC MAIN commitmail json YAML

Updated emulators/qemu to 1.6.0

(adam)

2013-08-16 21:20:11 UTC MAIN commitmail json YAML

Changes 1.6.0:
Block devices
* New device "nvme" provides a PCI device that implements the NVMe standard.
* Fix for a possible data loss on crashes with IDE disks (due to mishandling of FLUSH requests)

Device assignment
* Legacy PCI assignment supports CPU affinity for MSI interrupts.

USB
* The XHCI (USB 3.0) controller supports live migration.

PCI
* ACPI hotplug of devices behind a PCI bridge is supported.

ARM
* The 32-bit ARMv8 LDA/STL instructions for load-acquire/store-release are supported (only with -cpu any); the remainder of the new v8 instructions will follow in a future release.
* The vexpress-a9 and vexpress-a15 boards have experimental support for virtio devices via a virtio-mmio transport. Note that the virtio command lines used with x86 systems won't work as they will create PCI virtio devices; use the devices "virtio-blk-device", "virtio-net-device", etc instead. Note that this functionality may change in future releases.
* The -initrd option now accepts ramdisks with a U-Boot header.
* A model of the Calxeda ECX-2000 / Midway system is now supported ("midway").

PPC
* Mac OS X guests supported (10.2-10.4 for PPC, 10.4 for PPC64)
* pSeries guests support live migration and savevm.

s390x
* If the kernel supports it, virtio-ccw supports ioeventfd and vhost when running on KVM.
* The dump-guest-memory command is supported.

SPARC
* Sun4c and Sun4d architectures and related CPUs were not fully implemented and have been removed.
* 24-bit display mode works

x86
* Firmware can be exposed to the guest as a flash device (using -pflash) also when running on KVM.
* In addition to the "xenfv" machine type, which is kept for backwards compatibility, Xen can now use the pc machine type (including versioned machine types) using "-M pc -machine accel=xen". Note that using PV-on-HVM drivers requires "-M pc -machine accel=xen -device xen-platform".
* QEMU can expose the full set of ACPI tables to the guest: See Features/ACPITableGeneration
* Conroe, Penryn and Nehalem CPUs have had their CPUID values fixed
* "-M isapc" now works on KVM too.
* -pflash can be used with KVM too.

more...

(adam)

2013-08-16 15:29:01 UTC MAIN commitmail json YAML

Note update of lang/php54 package to 5.4.18.

(taca)

2013-08-16 15:28:23 UTC MAIN commitmail json YAML

Update php54 to 5.4.18.

15 Aug 2013, PHP 5.4.18

- Core:
  . Fixed value of FILTER_SANITIZE_FULL_SPECIAL_CHARS constant (previously was
    erroneously set to FILTER_SANITIZE_SPECIAL_CHARS value). (Andrey
    avp200681 gmail com).
  . Fixed bug #65254 (Exception not catchable when exception thrown in autoload
    with a namespace). (Laruence)
  . Fixed bug #65108 (is_callable() triggers Fatal Error).
    (David Soria Parra, Laruence)
  . Fixed bug #65088 (Generated configure script is malformed on OpenBSD).
    (Adam)
  . Fixed bug #62964 (Possible XSS on "Registered stream filters" info).
    (david at nnucomputerwhiz dot com)
  . Fixed bug #62672 (Error on serialize of ArrayObject). (Lior Kaplan)
  . Fixed bug #62475 (variant_* functions causes crash when null given as an
    argument). (Felipe)
  . Fixed bug #60732 (php_error_docref links to invalid pages). (Jakub Vrana)
  . Fixed bug #65226 (chroot() does not get enabled). (Anatol)

- CGI:
  . Fixed Bug #65143 (Missing php-cgi man page). (Remi)

- CLI server:
  . Fixed bug #65066 (Cli server not responsive when responding with 422 http
    status code). (Adam)

- CURL:
  . Fixed bug #62665 (curl.cainfo doesn't appear in php.ini). (Lior Kaplan)

- FPM:
  . Fixed bug #63983 (enabling FPM borks compile on FreeBSD).
    (chibisuke at web dot de, Felipe)

- FTP:
  . Fixed bug #65228 (FTPs memory leak with SSL).
    (marco dot beierer at mbsecurity dot ch)

- GMP:
  . Fixed bug #65227 (Memory leak in gmp_cmp second parameter). (Felipe)

- Imap:
  . Fixed bug #64467 (Segmentation fault after imap_reopen failure).
    (askalski at gmail dot com)

- Intl:
  . Fixed bug #62759 (Buggy grapheme_substr() on edge case). (Stas)
  . Fixed bug #61860 (Offsets may be wrong for grapheme_stri* functions).
    (Stas)

- mysqlnd:
  . Fixed segfault in mysqlnd when doing long prepare. (Andrey)

- ODBC:
  . Fixed bug #61387 (NULL valued anonymous column causes segfault in
    odbc_fetch_array). (Brandon Kirsch)

- Openssl:
  . Fixed handling null bytes in subjectAltName (CVE-2013-4073).
    (Christian Heimes)

- PDO:
  . Allowed PDO_OCI to compile with Oracle Database 12c client libraries.
    (Chris Jones)

- PDO_dblib:
  . Fixed bug #65219 (PDO/dblib not working anymore ("use dbName" not sent)).
    (Stanley Sufficool)

- PDO_pgsql:
  . Fixed meta data retrieve when OID is larger than 2^31. (Yasuo)

- Phar:
  . Fixed Bug #65142 (Missing phar man page). (Remi)

- Session
  . Fixed bug #62535 ($_SESSION[$key]["cancel_upload"] doesn't work as
    documented). (Arpad)
  . Fixed bug #35703 (when session_name("123") consist only digits,
    should warning). (Yasuo)
  . Fixed bug #49175 (mod_files.sh does not support hash bits). Patch by
    oorza2k5 at gmail dot com (Yasuo)

- Sockets:
  . Implemented FR #63472 (Setting SO_BINDTODEVICE with socket_set_option).
    (Damjan Cvetko)

- SPL:
  . Fixed bug #65136 (RecursiveDirectoryIterator segfault). (Laruence)
  . Fixed bug #61828 (Memleak when calling Directory(Recursive)Iterator
    /Spl(Temp)FileObject ctor twice). (Laruence)
  . Fixed bug #60560 (SplFixedArray un-/serialize, getSize(), count() return 0,
    keys are strings). (Adam)

- XML:
  . Fixed bug #65236 (heap corruption in xml parser, CVE-2013-4113). (Rob)

(taca)

2013-08-16 12:11:17 UTC MAIN commitmail json YAML

Move platform-specific settings to the platform file.

(jperkin)

2013-08-16 12:10:31 UTC MAIN commitmail json YAML

Use the native mit-krb5 implementation by default on SunOS.

(jperkin)

2013-08-16 11:48:41 UTC MAIN commitmail json YAML

update PLIST after heimdal upgrade

(richard)

2013-08-16 11:31:50 UTC MAIN commitmail json YAML

Change READLINE_DEFAULT to 'readline' if not using a builtin implementation,
there is just too much breakage with editline currently and most of the
advantages of editline are lost when not using a builtin version.

(jperkin)

2013-08-16 11:29:52 UTC MAIN commitmail json YAML

Note update of the "youtube-dl" package to version 20130815.

(tron)

2013-08-16 11:29:39 UTC MAIN commitmail json YAML

Update "youtube-dl" package to version 20130815 . A changelog is not
available as usual but the update is problem necessary because of
Google's attempt to block Microsoft's Windows Phone Youtube App.

(tron)

2013-08-16 11:20:36 UTC MAIN commitmail json YAML

Build with -D__EXTENSIONS__ on SunOS to work around APR_PATH_MAX lossage.

(jperkin)

2013-08-16 10:36:06 UTC MAIN commitmail json YAML

Remove patch-ab, it would appear to be actively harmful these days, at
least according to SunOS build reports.

(jperkin)

2013-08-16 10:28:13 UTC MAIN commitmail json YAML

Explicitly link against libclucene-shared on SunOS.

(jperkin)

2013-08-16 10:10:26 UTC MAIN commitmail json YAML

2013-08-16 09:53:49 UTC MAIN commitmail json YAML

2013-08-16 09:29:08 UTC MAIN commitmail json YAML

Removed sysutils/libnotify07.

(obache)

2013-08-16 09:26:29 UTC MAIN commitmail json YAML

2013-08-16 09:20:42 UTC MAIN commitmail json YAML

2013-08-16 09:18:03 UTC MAIN commitmail json YAML

Updated sysutils/libnotify to 0.7.5

(obache)

2013-08-16 09:17:33 UTC MAIN commitmail json YAML

Update libnotify to 0.7.5.

New in 0.7.5
============

- Build fixes (Colin Walters)
- Documentation improvements (Javier Jard坦n)
- Spec clarifications (Matthias Clasen)

New in 0.7.4
============

- Improve documentation of supported image data formats (Colin Walters)
- Honor aclocal flags (Craig Keogh)
- Update autotools configuration (Javier Jard坦n)
- Test notification removal (William Jon McCann)

NEW in 0.7.3:
==============

- Add a way to change the application name for
  individual notifications (Richard Hughes)

NEW in 0.7.2:
==============

- Add a way to change the application name (William Jon McCann)
- Mark image_path as deprecated (William Jon McCann)
- Allow properties to be set in any order (Matthias Clasen)

NEW in 0.7.1:
==============

- Don't export private symbols (Emilio Pozuelo Monfort)
- Introspection support and annotations (Jonathan Matthew, Martin Pitt)
- Documentation cleanups and fixes (Javier Jard坦n)
- Ref the pixbuf passed to set_image_from_pixbuf (Guillaume Desmottes)
- Add tests for new capabilities and hints (William Jon McCann)
- Update spec to mention "persistence" and "action-icons" server
  capability and "action-icons", "transient" and "resident" hints.
  Bump spec version to 1.2  (William Jon McCann)

NEW in 0.7.0:
==============

- Remove the ability to attach notifications to widgets or positions
- Add a test for the persistence server capability
- Port to use GBus instead of dbus-glib (Christian Persch)
- Add a macro to get library version number
- Remove GTK+ dependency from library
- Port tests to GTK+ 3

NEW in 0.6.0:
==============

The 0.5.1 release included changes that should not have been made on a
stable branch.  It should have been a 0.6 series release.  So here it is.

- Fixed #623096 Fix notify_get_server_info results

NEW in 0.5.1:
==============
- Remove explicit GTK+ 2.x linking, so that libnotify can link against
  both GTK+ 2.x or GTK+ 3.x

NEW in 0.5.0:
==============
- Support for version 1.1 of notification spec (Aur辿lien G但teau, A. Walton)
- Fixed #608089, Applications aborted at finalizing when the dbus session is being closed. (William Jon McCann)
- Fixed #608082, Arabic text is misplaced in bubbles (RTL) (William Jon McCann)
- Fixed #608086, wrong return value of notify_init() (William Jon McCann)
- Fixed #612720, Does not compile with -DGSEAL_ENABLE (William Jon McCann)
- Fixed #613999, Use g_strcompress in notify-send to parse \n from command line (William Jon McCann)
- Fixed #610880, lazily initialize the daemon (Martin Pitt)

(obache)

2013-08-16 09:04:47 UTC MAIN commitmail json YAML

+ unworkable-0.53 [pkg/48124].

(wiz)

2013-08-16 09:01:48 UTC MAIN commitmail json YAML

2013-08-16 08:31:54 UTC MAIN commitmail json YAML

Updated security/heimdal to 1.5.3

(adam)

2013-08-16 08:31:41 UTC MAIN commitmail json YAML

Updated net/chrony to 1.29

(hannken)

2013-08-16 08:31:13 UTC MAIN commitmail json YAML

Updated net/chrony to 1.29

(hannken)

2013-08-16 08:30:20 UTC MAIN commitmail json YAML

Update chrony to version 1.29. For a full list of changes
since 1.24 see file NEWS in the distfile.

Security fixes since 1.24:

* Fix crash when processing crafted commands (CVE-2012-4502)
  (possible with IP addresses allowed by cmdallow and localhost)
* Don't send uninitialized data in SUBNETS_ACCESSED and CLIENT_ACCESSES
  replies (CVE-2012-4503) (not used by chronyc)

Reviewed by: Joerg Sonnenberger <joerg@netbsd.org>

(hannken)

2013-08-16 08:30:14 UTC MAIN commitmail json YAML

Changes 1.5.3:
Bug fixes
- Fix leaking file descriptors in KDC
- Better socket/timeout handling in libkrb5
- General bug fixes
- Build fixes

(adam)

2013-08-16 08:14:50 UTC MAIN commitmail json YAML

Updated time/xfce4-orage to 4.6.1nb19

(obache)

2013-08-16 08:14:31 UTC MAIN commitmail json YAML

2013-08-16 07:43:12 UTC MAIN commitmail json YAML

Updated x11/xfce4-settings to 4.6.5nb19

(obache)

2013-08-16 07:42:55 UTC MAIN commitmail json YAML

2013-08-16 06:45:30 UTC MAIN commitmail json YAML

Updated x11/xfce4-exo to 0.3.101nb21

(obache)

2013-08-16 06:45:13 UTC MAIN commitmail json YAML

2013-08-16 06:32:53 UTC MAIN commitmail json YAML

Updated net/dhcpcd-gtk to 0.6.0nb10

(obache)

2013-08-16 06:32:34 UTC MAIN commitmail json YAML

Switch to use libnotify07.

Bump PKGREVISION.

(obache)

2013-08-16 06:24:00 UTC MAIN commitmail json YAML

Updated mail/mail-notification to 5.4nb28

(obache)

2013-08-16 06:23:42 UTC MAIN commitmail json YAML

Switch to use libnotify07.

Bump PKGREVISION.

(obache)

2013-08-16 06:06:19 UTC MAIN commitmail json YAML

Updated www/midori to 0.4.9nb6

(obache)

2013-08-16 06:06:01 UTC MAIN commitmail json YAML

Switch to use libnotify07.

Bump PKGREVISION.

(obache)

2013-08-16 05:53:24 UTC MAIN commitmail json YAML

Updated net/ekiga to 3.2.6nb34

(obache)

2013-08-16 05:53:02 UTC MAIN commitmail json YAML

2013-08-16 02:56:20 UTC MAIN commitmail json YAML

Updated net/twitux to 0.69nb25

(obache)

2013-08-16 02:56:04 UTC MAIN commitmail json YAML

2013-08-16 02:43:49 UTC MAIN commitmail json YAML

Updated www/liferea-current to 1.8.15nb1

(obache)

2013-08-16 02:43:30 UTC MAIN commitmail json YAML

Switch to use libnotify07.

Bump PKGREVISION.

(obache)

2013-08-16 02:37:20 UTC MAIN commitmail json YAML

Updated www/liferea to 1.4.28nb34

(obache)

2013-08-16 02:37:01 UTC MAIN commitmail json YAML

2013-08-16 02:04:52 UTC MAIN commitmail json YAML

Updated mail/balsa to 2.4.14

(obache)

2013-08-16 02:04:25 UTC MAIN commitmail json YAML

Update balsa to 2.4.12.

* Balsa-2.4.12 release. Release date 2012-10-29

- fix long-line POP3 bug.
- fix bugs 684124,

* Balsa-2.4.11 release. Release date 2012-04-21

- GPGME fixes.
- building GPG with gmime-2.6.0

* Balsa-2.4.10 release. Release date 2011-06-13

- preserve identity order.
- trivial gtkhtml-3.15 support.
- improve interaction with unique.
- bugs fixed #636801, #636805, #647695.

* Balsa-2.4.9 release. Release date 2010-11-19

- compile against new GTK, libnotify libs.

(obache)

2013-08-16 00:38:34 UTC MAIN commitmail json YAML

Since openssl's security problem has assigned CVE-2013-4248, update comment
in the patch file.

(taca)

2013-08-16 00:38:24 UTC MAIN commitmail json YAML

Since openssl's security problem has assigned CVE-2013-4248, update comment
in the patch file.

(taca)

2013-08-16 00:38:13 UTC MAIN commitmail json YAML

Since openssl's security problem has assigned CVE-2013-4248, update comment
in the patch file.

(taca)

2013-08-15 20:57:14 UTC MAIN commitmail json YAML

2013-08-15 20:30:43 UTC MAIN commitmail json YAML

- added type definitions for two variables
- improved wording of some warnings
- added explanations to some common warnings

(rillig)

2013-08-15 20:26:51 UTC MAIN commitmail json YAML

2013-08-15 19:25:14 UTC MAIN commitmail json YAML

2013-08-15 18:49:11 UTC MAIN commitmail json YAML

2013-08-15 17:57:53 UTC MAIN commitmail json YAML

Updated pkgtools/pkglint to 4.132

(wiz)

2013-08-15 17:57:44 UTC MAIN commitmail json YAML

Recognize apache24. Noted by Patrick Welche.
Bump version.

(wiz)

2013-08-15 17:53:53 UTC MAIN commitmail json YAML

Note update of www/contao31 package to 3.1.1nb1.

(taca)

2013-08-15 17:53:23 UTC MAIN commitmail json YAML

Since system/config/default.php isn't configuration file, install it as
normal files.  It might cause trouble with old default.php.

Bump PKGREVISION.

(taca)

2013-08-15 17:52:40 UTC MAIN commitmail json YAML

Note update of www/contao30 package to 3.0.6nb2.

(taca)

2013-08-15 17:52:11 UTC MAIN commitmail json YAML

Since system/config/default.php isn't configuration file, install it as
normal files.  It might cause trouble with old default.php.

Bump PKGREVISION.

(taca)

2013-08-15 17:50:49 UTC MAIN commitmail json YAML

Note update of www/contao211 package to 2.11.11nb1.

(taca)

2013-08-15 17:50:04 UTC MAIN commitmail json YAML

Since system/config/config.php isn't configuration file, install it as
normal files.  It caused trouble with old config.php.

Also, remove extra install process of system/config/.htaccess.

Bump PKGREVISION.

(taca)

2013-08-15 17:15:50 UTC MAIN commitmail json YAML

2013-08-15 17:14:06 UTC MAIN commitmail json YAML

Add py27-open-vcdiff-0.1pre06d46e3de6f7:

Python binding for open-vcdiff, an encoder and decoder for the format
described in RFC 3284:  "The VCDIFF Generic Differencing and Compression
Data Format."

(joerg)

2013-08-15 17:12:12 UTC MAIN commitmail json YAML

2013-08-15 16:36:11 UTC MAIN commitmail json YAML

Don't try to build and use netdns.a. It would result in duplicate
declarations during linking with clang. Thanks to uwe@ for the help.

(joerg)

2013-08-15 16:29:25 UTC MAIN commitmail json YAML

2013-08-15 16:27:35 UTC MAIN commitmail json YAML

Don't use ${libdir} when linking sockets.so as it will be relinked
during install stage and get the DESTDIR prepended.

(joerg)

2013-08-15 16:26:36 UTC MAIN commitmail json YAML

2013-08-15 16:26:07 UTC MAIN commitmail json YAML

Add docbook-xsl build dependency.

(joerg)

2013-08-15 15:43:48 UTC MAIN commitmail json YAML

2013-08-15 15:37:46 UTC MAIN commitmail json YAML

2013-08-15 15:22:33 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-CheckOS to 1.71

(wen)

2013-08-15 15:12:39 UTC MAIN commitmail json YAML

missing tiff support added to libwebp

(richard)

2013-08-15 15:12:36 UTC MAIN commitmail json YAML

Update to 1.71

Upstream changes:
1.71    2013-01-27      Bugfix, better tests for negative assertions,
                          also from Yanick

1.7    2012-11-20      Add support for negative assertions in
                          Devel::AssertOS, thanks to Yanick Champoux

(wen)

2013-08-15 14:58:46 UTC MAIN commitmail json YAML

add patches from upstream CVS and Redhat bugzilla to fix buffer overflow
and use-after-free problems in the "gif2tiff" and "tiff2pdf"
command line tools (the library is not affected)
(CVE-2013-4231, CVE-2013-4232, CVE-2013-4244)
bump PKGREV

(drochner)

2013-08-15 14:32:40 UTC MAIN commitmail json YAML

Use GNU find on SunOS at install time, so that "find -maxdepth" and
"find -regex" can work.

(schmonz)

2013-08-15 14:25:15 UTC MAIN commitmail json YAML

add math/py-cdecimal

(richard)

2013-08-15 14:23:36 UTC MAIN commitmail json YAML

add math/py-cdecimal

(richard)

2013-08-15 14:23:01 UTC MAIN commitmail json YAML

cdecimal
========

The cdecimal package is a fast drop-in replacement for the decimal module
in Python's standard library. Both modules provide complete implementations
of Mike Cowlishaw/IBM's General Decimal Arithmetic Specification.

This archive is identical to the mpdecimal package, except that library
tests and documentation have been removed.

For documentation, visit:

http://www.bytereef.org/mpdecimal/index.html
http://www.bytereef.org/mpdecimal/doc/index.html

Contact: Stefan Krah <skrah@bytereef.org>

(richard)

2013-08-15 13:22:22 UTC MAIN commitmail json YAML

Updated databases/p5-Rose-DBx-Object-MoreHelpers to 0.09

(wen)

2013-08-15 13:20:44 UTC MAIN commitmail json YAML

Update to 0.09

Upstream changes:
0.09    13 Nov 2012
        * added fetch_count() method (fcahoon@msi.umn.edu)
        * support column alias names in primary_key_value()

(wen)

2013-08-15 12:40:06 UTC MAIN commitmail json YAML

2013-08-15 12:35:14 UTC MAIN commitmail json YAML

Updated databases/p5-Rose-DBx-AutoReconnect to 0.04

(wen)

2013-08-15 12:33:00 UTC MAIN commitmail json YAML

Update to 0.04

Upstream changes:
0.04    18 Aug 2012
        * improve error message when ping() fails

(wen)

2013-08-15 12:30:30 UTC MAIN commitmail json YAML

Updated databases/p5-Rose-DB-Object to 0.806

(wen)

2013-08-15 12:28:58 UTC MAIN commitmail json YAML

Update to 0.806

Upstream changes:
0.806 (06.08.2013) - John Siracusa <siracusa@gmail.com>

    * Updated iterator leak test to work on perl 5.17.* and later (RT 86000)

0.805 (03.10.2013) - John Siracusa <siracusa@gmail.com>

    * Changed the recommended Oracle trigger PL/SQL to avoid sequence gaps.
      (Patch by Tom Adamo.)
    * Updated several Manager calls in bench.pl, adding the inject_results
      parameter.

0.804 (02.01.2013) - John Siracusa <siracusa@gmail.com>

    * Fixed some test failures on perl 5.16.2, mysql 5.5.29, and DBD::Pg 2.19.3.

0.803 (01.04.2013) - John Siracusa <siracusa@gmail.com>

    * Make char column's parse_value() method honor a column's overflow
      attribute when handling column values that are too long.
    * Correct length value in column overflow error messages.

0.802 (01.03.2013) - John Siracusa <siracusa@gmail.com>

    * Make varchar column's parse_value() method honor a column's overflow
      attribute when handling column values that are too long.

0.801 (11.24.2012) - John Siracusa <siracusa@gmail.com>

    * Fixed "DBD::Informix::st execute failed: SQL: -255: Not in transaction"
      errors in the test suite.  (Patch by Sergey Leschenko.)

0.800 (09.09.2012) - John Siracusa <siracusa@gmail.com>

    * Correct tests to account for the Loader's init_db generation fix
      in 0.799 behavior (RT 79526)

0.799 (08.10.2012) - John Siracusa <siracusa@gmail.com>

    * Added column type mappings for varchar2, nvarchar, and nvarchar2.
      (Suggested by Chris Campise)
    * Fixed some typos in the Loader documentation (RT 78860)
    * Fixed a Loader bug that caused the base class's init_db method to
      be ignored (RT 78571)

0.798 (04.04.2012) - John Siracusa <siracusa@gmail.com>

    * Fixed a typo in the Rose::DB::Object::Manager documentation.
    * Fixed a bug that caused save() not to throw an exception when
      a transaction could not be started (Reported by jdv79)
    * Converted some uses of each() to keys() to avoid iteration
      state bugs (RT 75773)
    * Corrected a broken POD link in the one-to-many relationship
      documentation.  (Reported by Nee)

(wen)

2013-08-15 12:23:04 UTC MAIN commitmail json YAML

Updated databases/p5-Rose-DB to 0.771

(wen)

2013-08-15 12:22:04 UTC MAIN commitmail json YAML

Update to 0.771

Upstream changes:
0.771 (08.04.2013) - John Siracusa <siracusa@gmail.com>

    * Documented the behavior of the dsn attribute when it has an explicit
      value and attributes that contribute to the dsn are also set (RT 87487)

0.770 (11.24.2012) - John Siracusa <siracusa@gmail.com>

    * Fixed "DBD::Informix::st execute failed: SQL: -255: Not in transaction"
      errors in the test suite.  (Patch by Sergey Leschenko.)

0.769 (05.25.2012) - John Siracusa <siracusa@gmail.com>

    * Fixed (more) test failures due to DBD::SQLite not being installed.

0.768 (05.12.2012) - John Siracusa <siracusa@gmail.com>

    * Fixed test failures due to DBD::SQLite not being installed.

0.767 (05.01.2012) - John Siracusa <siracusa@gmail.com>

    * Fixed some bugs that could cause connect_options not to be honored.
    * Fixed some incorrectly failing handle_error tests.
    * Updated Rose::DB::Oracle to honor NLS_*_FORMAT environment variables
      for dates.

(wen)

2013-08-15 12:18:57 UTC MAIN commitmail json YAML

Updated databases/p5-SQL-ReservedWords to 0.8

(wen)

2013-08-15 12:16:17 UTC MAIN commitmail json YAML

Update to 0.8
Add LICENSE

Upstream changes:
0.8 2012-08-30 00:00
    - Added DB2 version 9 (Colin.Raybould@googlemail.com) RT#55070
    - Fixed sqlrw command (olaf@wundersolutions.com) RT#28367

(wen)

2013-08-15 11:42:53 UTC MAIN commitmail json YAML

Updated databases/p5-DBI to 1.628

(wen)

2013-08-15 11:41:02 UTC MAIN commitmail json YAML

Update to 1.628

Upstream changes:
Changes in DBI 1.628 - 22nd July 2013

    Fixed missing fields on partial insert via DBI::DBD::SqlEngine
        engines (DBD::CSV, DBD::DBM etc.) [H.Merijn Brand, Jens Rehsack]
    Fixed stack corruption on callbacks RT#85562 RT#84974 [Aaron Schweiger]
    Fixed DBI::SQL::Nano_::Statement handling of "0" [Jens Rehsack]
    Fixed exit op precedence in test RT#87029 [Reni Urban]

    Added support for finding tables in multiple directories
        via new DBD::File f_dir_search attribute [H.Merijn Brand]
    Enable compiling by C++ RT#84285 [Kurt Jaeger]

    Typo fixes in pod and comment [David Steinbrunner]
    Change DBI's docs to refer to git not svn [H.Merijn Brand]
    Clarify bind_col TYPE attribute is sticky [Martin J. Evans]
    Fixed reference to $sth in selectall_arrayref docs RT#84873
    Spelling fixes [Ville Skytt辰]
    Changed $VERSIONs to hardcoded strings [H.Merijn Brand]

(wen)

2013-08-15 11:19:12 UTC MAIN commitmail json YAML

Doc: Removed pkgtools/tinderbox-dragonfly

(marino)

2013-08-15 11:15:11 UTC MAIN commitmail json YAML

Attempt to fix readline fallout.  Tested with both READLINE_TYPE on SmartOS.

(jperkin)

2013-08-15 11:12:06 UTC MAIN commitmail json YAML

Remove pkgtools/tinderbox-dragonfly

This package is no longer in use, and is far behind upstream now.
It is heavily customized so maintenance is far from trivial.  There were
no objections to the announcement of my intentions to remove this package
which I made on package-users@ a month ago.

I feel it is better to retire this package than allow it to bitrot further.

(marino)

2013-08-15 10:58:42 UTC MAIN commitmail json YAML

lang/gcc-aux: Remove old hashes from distinfo

These patches were removed on the last commit, but I forgot to clean
up the manually created distinfo file afterwards.

(marino)

2013-08-15 10:47:05 UTC MAIN commitmail json YAML

Updated x11/pixman to 0.30.2

(wiz)

2013-08-15 10:46:56 UTC MAIN commitmail json YAML

Update to 0.30.2:

        Alexander Troosh (1):
              Require GTK+ version >= 2.16

        Andrea Canciani (1):
              test: Fix build on MSVC

        Markos Chandras (1):
              Use AC_LINK_IFELSE to check if the Loongson MMI code can link

        Matthieu Herrb (1):
              configure.ac: Don't use '+=' since it's not POSIX

        Siarhei Siamashka (1):
              test: fix matrix-test on big endian systems

        S淡ren Sandmann Pedersen (2):
              Version bump to 0.30.1
              Pre-release version bump to 0.30.2

        ingmar@irsoft.de (1):
              Fix broken build when HAVE_CONFIG_H is undefined, e.g. on Win32.

(wiz)

2013-08-15 10:44:19 UTC MAIN commitmail json YAML

Updated devel/py-virtualenv to 1.10.1

(wiz)

2013-08-15 10:44:10 UTC MAIN commitmail json YAML

Update to 1.10.1:

1.10.1 (2013-08-07)
~~~~~~~~~~~~~~~~~~~

* **New Signing Key** Release 1.10.1 is using a different key than normal with
  fingerprint: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA
* Upgraded pip to v1.4.1
* Upgraded setuptools to v0.9.8

(wiz)

2013-08-15 10:28:53 UTC MAIN commitmail json YAML

Updated mail/dovecot2 to 2.2.5; Added devel/SDL2 version 2.0.0

(adam)

2013-08-15 10:27:09 UTC MAIN commitmail json YAML

Added devel/SDL2 version 2.0.0

(adam)

2013-08-15 10:26:32 UTC MAIN commitmail json YAML

2013-08-15 10:26:16 UTC MAIN commitmail json YAML

Simple DirectMedia Layer is a cross-platform development library designed to
provide low level access to audio, keyboard, mouse, joystick, and graphics
hardware via OpenGL and Direct3D. It is used by video playback software,
emulators, and popular games including Valve's award winning catalog and many
Humble Bundle games.

SDL officially supports Windows, Mac OS X, Linux, iOS, and Android. Support for
other platforms may be found in the source code.

SDL is written in C, works natively with C++, and there are bindings available
for several other languages, including C# and Python.

SDL 2.0 is distributed under the zlib license. This license allows you to use
SDL freely in any software.

(adam)

2013-08-15 10:21:30 UTC MAIN commitmail json YAML

Apply patch from Onno van der Linden to try fixing PR 48116.

(adam)

2013-08-15 09:45:58 UTC MAIN commitmail json YAML

2013-08-15 09:42:41 UTC MAIN commitmail json YAML

Changes 2.2.5:
+ SSL: Added support for ECDH/ECDHE cipher suites
+ Added some missing man pages
+ quota-status: Added quota_status_toolarge setting
- director: Users near expiration could have been redirected to
  different servers at the same time.
- pop3: Avoid assert-crash if client disconnects during LIST.
- mdbox: Corrupted index header still wasn't automatically fixed.
- dsync: Various fixes to work better with imapc and pop3c storages.
- ldap: sasl_bind=yes caused crashes, because Dovecot's lib-sasl
  symbols conflicted with Cyrus SASL library.
- imap: Various error handling fixes to CATENATE. (Found using
  Apple's stress test script.)

(adam)

2013-08-15 09:35:26 UTC MAIN commitmail json YAML

Updated math/R-e1071 to 1.6.1

(wen)

2013-08-15 09:34:23 UTC MAIN commitmail json YAML

Update to 1.6.1

Upstream changes:
Changes in version 1.6-1

write.matrix.csr() now accepts a fac argument similar to read.matrix.csr(), writing factor levels instead of the numeric codes.

naiveBayes() uses a numerically more stable formula for calculating the a-posterior probabilities.

predict.naiveBayes() now accepts data with predictors in an order different from the training data, and also ignores variables not in the model (especially the response variable).

svm() checks whether parameters which are passed to the C-code are set to NULL to avoid segfaults.

(wen)

2013-08-15 09:26:22 UTC MAIN commitmail json YAML

Added math/R-plyr version 1.8

(wen)

2013-08-15 09:24:45 UTC MAIN commitmail json YAML

2013-08-15 09:22:21 UTC MAIN commitmail json YAML

Imported R-plyr as math/R-plyr.

plyr is a set of tools that solves a common set of problems: you
need to break a big problem down into manageable pieces, operate
on each pieces and then put all the pieces back together. For example,
you might want to fit a model to each spatial location or time point
in your study, summarise data by panels or collapse high-dimensional
arrays to simpler summary statistics. The development of plyr has
been generously supported by BD (Becton Dickinson).

(wen)

2013-08-15 09:12:50 UTC MAIN commitmail json YAML

Updated sysutils/cdrtools to 3.01alpha17

(wiz)

2013-08-15 09:12:40 UTC MAIN commitmail json YAML

Update to 3.01a17:

All:

- The Schily Makefilesystem no longer uses CC= for internal tasks.
People who now set $CC to a different value will fail in a similar
way as they would fail with other build systems.

- Added automatic support for ARMv5 and ARMv6. This makes compilation
on the RaspberryPI also possible with the non-automake aware gmake.

- Allow "static" compilation (a compilation that does not use the
dynamic defines from the Schily Makefilesystem) on Linux ARMv6 (which
is used by RaspberryPI).

- Allow a "static" compilation (a compilation without using dynamic -I
Paths) on Linux on ARMv5 and ARMv6 by adding static #includes for
Linux ARM in:

include/schily//align.h
include/schily//archdefs.h
include/schily//avoffset.h
include/schily//xconfig.h

This is needed if you like to install the schily include files
to /usr/include/schily and allow users to "manually" compile
programs that use e.g libparanoia.

To allow this, the autoconf results need to be installed as:

<schily/armv5l-linux-gcc/*.h>
and
<schily/armv6l-linux-gcc/*.h>

- Many sources have been modified to deal __CYGWIN32__ like __CYGWIN__
This is neded as newer Cygwin versions that run in 64 Bit mode
do no longer define __CYGWIN32__ but __CYGWIN__

Libmdigest:

- Sources have been modified to deal __CYGWIN32__ like __CYGWIN__
This is neded as newer Cygwin versions that run in 64 Bit mode
do no longer define __CYGWIN32__ but __CYGWIN__

Libscg:

- Sources have been modified to deal __CYGWIN32__ like __CYGWIN__
This is neded as newer Cygwin versions that run in 64 Bit mode
do no longer define __CYGWIN32__ but __CYGWIN__

Cdrecord:

- Sources have been modified to deal __CYGWIN32__ like __CYGWIN__
This is neded as newer Cygwin versions that run in 64 Bit mode
do no longer define __CYGWIN32__ but __CYGWIN__

Cdda2wav (Maintained/enhanced by J�rg Schilling, originated by Heiko Ei゚feldt heiko@hexco.de):

- Sources have been modified to deal __CYGWIN32__ like __CYGWIN__
This is neded as newer Cygwin versions that run in 64 Bit mode
do no longer define __CYGWIN32__ but __CYGWIN__

(wiz)

2013-08-15 09:08:04 UTC MAIN commitmail json YAML

Updated security/p5-Crypt-Blowfish to 2.14

(wen)

2013-08-15 09:06:18 UTC MAIN commitmail json YAML

Update to 2.14

Upstream changes:
2.14 23 Jul 2013
- quick mod to keep META.yml current

2.13 23 Jul 2013
- updated SvUPGRADE to a statement
- patched for WIN64

(wen)

2013-08-15 08:54:36 UTC MAIN commitmail json YAML

+ cdrtools-3.01a17, digikam-3.3.0, libkface-3.3.0, libkgeomap-3.3.0,
  libkvkontakte-3.3.0, libmediawiki-3.3.0, mng-2.0.2, mono-3.2.1,
  perl5-5.18.1, py-jinja2-2.7.1, py-virtualenv-1.10.1, x264-devel-20130810.

(wiz)

2013-08-15 08:54:25 UTC MAIN commitmail json YAML

Updated time/p5-MooseX-Types-DateTime to 0.08

(wen)

2013-08-15 08:51:48 UTC MAIN commitmail json YAML

Update to 0.08

Upstream changes:
0.08    2012-12-11 12:18:56 Europe/London

        - Require perl 5.8.3, as Moose does

0.07    2011-12-12 12:58:19 Europe/London

        - Provide optimize_as for pre-2.0100 Moose versions
        - Bump MooseX::Types version requirement (RT#73188)
        - Add missing dependencies
        - Enforce version dependencies at runtime (RT#73189)

0.06
        - Use inline_as instead of the deprecated optimize_as

(wen)

2013-08-15 08:36:55 UTC MAIN commitmail json YAML

2013-08-15 08:35:31 UTC MAIN commitmail json YAML

Updated chat/pidgin-libnotify to 0.14nb30

(obache)

2013-08-15 08:35:13 UTC MAIN commitmail json YAML

2013-08-15 08:21:54 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Aggregate to 0.368

(wen)

2013-08-15 08:20:37 UTC MAIN commitmail json YAML

Update to 0.368

Upstream changes:
0.368  2013-08-14
        - Fix tests on windows

0.367  2013-08-13
        - Improve Test::Aggregate::Nested error handling:
          Don't treat undef as a failure;
          Show a warning and let Test::More::subtest() determine the result.
          This solves the false negative reported in
          https://rt.cpan.org/Public/Bug/Display.html?id=87240
          Thanks to the venerable Andreas J. K譫嗜ig for reporting!
        - Add more tests.
        - Actually include previously added tests to the dist
          (Where are you Dist::Zilla?)

0.366  2013-07-11
        - Update metadata; Re-release to reindex with additional permissions

0.365  2013-07-10
        - Avoid printing unnecessary "ok - "'s diag()s when they are passing,
          and when the 'verbose' option is set to 0.
            - The problem was that the $verbose option was hard-coded as
              '2' deep inside the module.
        - Catch errors in tests under Test::Aggregate::Nested; report as ok(0)
        - Pod fixes
        - Update repository metadata

(wen)

2013-08-15 08:15:17 UTC MAIN commitmail json YAML

Updated x11/xorg-cf-files to 1.0.5nb1

(jperkin)

2013-08-15 08:15:04 UTC MAIN commitmail json YAML

Use pkgsrc INSTALL in more places, not all SunOS 5.11 systems
have /usr/gnu tools.

Bump PKGREVISION.

(jperkin)

2013-08-15 08:05:35 UTC MAIN commitmail json YAML

Updated audio/rhythmbox to 0.12.8nb29

(obache)

2013-08-15 08:04:49 UTC MAIN commitmail json YAML

Updated converters/p5-MARC-Charset to 1.35

(wen)

2013-08-15 08:04:29 UTC MAIN commitmail json YAML

2013-08-15 08:02:23 UTC MAIN commitmail json YAML

Update to 1.35

Upstream changes:
1.35 Tue Aug 13 19:50:55 PDT 2013
    - improve conversion of certain composed characters to MARC8

      Some characters should not be fully decomposed
      before converting them to MARC8.  This patch adds
      a table of such characters, based on Annex A of
      http://www.loc.gov/marc/marbi/2006/2006-04.html
      and on some sample records provided by Jason
      Stephenson of MVLC.

    - recognize G0 and G1 characters properly

      When converting from MARC8 to UTF8, MARC::Charset now
      properly recognizes if a (single-byte) MARC8 character falls
      in G0 or G1.

      This is part of the fix for RT#63271 (converting characters
      in the Extended Cyrillic character set), but should also
      fix similar issues with converting characters in the extended
      Arabic set.

      This commit also means that all MARC8 character sets that support
      both G0 and G1 wll be properly converted, regardless of whether
      they're currently set as the G0 or G1 character set.  For example,
      it is now possible to convert Extended Latin as G0 or Basic Latin
      as G1.

      This fixes RT#63271

    - have MARC::Charset::Code->marc_value() handle G0/G1 conversion

      Since there's at present no need to do things like have
      ANSEL be the G0 character set when converting from UTF8 to
      MARC8, this commit centralizes the logic for deciding
      whether to return the G0 or G1 MARC8 representation of a
      character.

      Also add MARC::Charset::Code->g0_marc_value(), which returns
      the G0 representation of the character for use by the
      character DB.

    - New test cases for converting Vietnamese and Extended Cyrillic
      text.

1.34 Mon Feb 11 09:10:35 PST 2013
    - RT#83257: use AnyDBM_File rather than hardcode GDBM_File

      To improve portability, use AnyDBM_File to select a DBM
      rather than rely on GDBM_File.  GDBM_File apparently used
      to be a core module, but not all distributions included it,
      particularly OS X.  In any event, GDBM_File is no longer
      core.

      This patch also includes a tweak to allow MARC::Charset to
      work with NDBM_File and ODBM_File, neither of which
      support 'exists'.

      I've tested MARC::Charset successfully on the following
      DBMs:

      - GDBM_File
      - DB_File
      - NDBM_File
      - ODBM_File
      - SDBM_File

      This is also my preferred order; SDBM_File is selected last
      because it produces the biggest data file on disk.

    - RT#38912: fix mapping of double diacritics (ligature and double
      tilde).
      Thanks to Thomas P. Ventimiglia for the bug report and test case.

(wen)

2013-08-15 07:20:27 UTC MAIN commitmail json YAML

no need to manage desktopdb.
ride on last bump.

(obache)

2013-08-15 07:16:25 UTC MAIN commitmail json YAML

Updated audio/ario to 1.5.1nb20

(obache)

2013-08-15 07:16:07 UTC MAIN commitmail json YAML

Switch to use libnotify07.

Bump PKGREVISION.

(obache)

2013-08-15 06:50:24 UTC MAIN commitmail json YAML

2013-08-15 06:49:54 UTC MAIN commitmail json YAML

2013-08-15 06:48:50 UTC MAIN commitmail json YAML

2013-08-15 06:32:06 UTC MAIN commitmail json YAML

2013-08-15 06:00:01 UTC MAIN commitmail json YAML

Updated sysutils/brasero-nautilus to 2.32.1nb22

(obache)

2013-08-15 05:58:53 UTC MAIN commitmail json YAML

dependency on libnotify had been dropped before 2.26.x.

bump PKGREVISION.

(obache)

2013-08-15 05:46:26 UTC MAIN commitmail json YAML

Updated sysutils/gnome-volume-manager to 2.24.1nb28

(obache)

2013-08-15 05:45:54 UTC MAIN commitmail json YAML

Update packaging
* switch to use libnotify07
* no need to maintain desktopdb.
* LICENSE=gnu-gpl-v2

Bump PKGREVISION.

(obache)

2013-08-15 05:41:52 UTC MAIN commitmail json YAML

Updated x11/eekboard to 1.0.5nb10

(obache)

2013-08-15 05:19:36 UTC MAIN commitmail json YAML

Not using libnotify since 0.90.1.

Bump PKGREVISION.

(obache)

2013-08-15 02:45:01 UTC MAIN commitmail json YAML

Updated devel/p5-Scalar-List-Utils to 1.31

(wen)

2013-08-15 02:43:24 UTC MAIN commitmail json YAML

Update to 1.31

Upstream changes:
1.31 -- Wed Aug 14 20:38 UTC 2013

  * Bugfix pairmap to return list length in scalar context
  * Added "Odd number of elements" warnings to all pair* functions

1.30 -- Mon Aug 05 13:09 UTC 2013

  * Added pairfirst
  * Added MULTICALL implementations to pairmap/pairgrep/pairfirst
  * Fix declaration-after-code for C99-challenged compilers
  * Documentation updates to List::Util

1.29 -- Thu Aug 01 13:40 UTC 2013

  * Bugfix to pairmap/pairgrep when stack moves beneath them during operation

1.28 -- Thu Aug 01 12:19 UTC 2013
  -- BROKEN; do not use. See 1.29

  * Added pairgrep, pairmap, pairs (inspired by List::Pairwise)
  * Added pairkeys and pairvalues

1.26_001 -- Sun Dec 23 15:58

  * Fix multicall refcount bug RT#80646

1.26 -- Sun Dec 16 19:39

  * Merge patch from JDHEDDEN - Add Scalar::Util::isdual() RT#76150

1.25_01 -- Wed Nov 21 09:47

  * Fix a hash order dependency bug t/tainted.t
    (Currently this is a core only version to fix perl5 smokes)

(wen)

2013-08-15 02:36:15 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-LibXML to 2.0100

(wen)

2013-08-15 02:35:01 UTC MAIN commitmail json YAML

Update to 2.0100

Upstream changes:
2.0100          Wed 14 Aug 08:23:53 IDT 2013
    - Added the unique_key() method to XML::LibXML::Node.
    - t/40reader.t: assigning from $@ to a lexical so it won't be
    over-ridden.
        - https://rt.cpan.org/Ticket/Display.html?id=87830
        - Thanks to Douglas Christopher Wilson for the report.

(wen)

2013-08-15 02:23:38 UTC MAIN commitmail json YAML

Updated math/R-DBI to 0.2.7

(wen)

2013-08-15 02:22:18 UTC MAIN commitmail json YAML

Update to 0.2.7

Upstream changes:
Version 0.2-7

* Trivial changes (updated package fields, daj)

Version 0.2-6

* Removed deprecated \synopsis in some Rd files (thanks to Prof. Ripley)

(wen)

2013-08-15 01:59:19 UTC MAIN commitmail json YAML

Updated math/R-car to 2.0.18

(wen)

2013-08-15 01:56:37 UTC MAIN commitmail json YAML

Update to 2.0.18

Upstream changes:
Changes to Version 2.0-18

    o Bug fix to boot with type="residual"

    o Added densityPlot() function.

Changes to Version 2.0-17

    o Add a variable to AMSsurvey.

    o Fix to residualPlots to compute lack of fit tests with missing values and glms.

    o Fix to residualPlots with a 0/1 variable not declared a factor.

    o Boxplot() now works properly with at argument passed to boxplot() via ... (contribution of Steve Ellison).

    o qqPlot.lm() now works with "aov" objects (fixing problem reported by Thomas Burk).

    o Small fixes to code and docs.

Changes to Version 2.0-16

    o Fixed bug in printing of hypotheses by linearHypothesis(), where numeric
constants of the form 1.* or -1.* were printed incorrectly (reported by Johannes Kutsam).

    o Fixed a bug in showLabels() with multiple groups in the scatterplot() and scatterplotMatrix() function.

    o linearHypothesisTest() now tolerates newlines and tabs in hypotheses (suggestion of David Hugh-Jones).

    o two bugs fixed in Boot() (found by David Pain) changed argument f to f. in bootCase().

    o summary.Boot(), confint.Boot() and hist.Boot() handle aliases correctly.

    o Boxplot.formula() now accepts more than one conditioning variable (suggestion of Christina Yassouridis).

    O Boxplot() now properly handles at argument passed through via ... to boxplot() (contribution of Steve Ellison).

    o Small fixes.

Changes to Version 2.0-15

    o Added an argument coef. to linearHypothesis so tests of the linear hypohtesis form can be computed without reference to a fitted model

    o Added a linearHypothesis.nlsList method

    o Added an nls method for Boot

    o Recode() introduced as alias for recode() to avoid name clash with Hmisc.

    o residualPlots for glms now ignore starting values for the computing algorithm when computing lack of fit tests; starting values previously caused an error.

    o Marginal Model Plots now allow conditioning on a categorical variable.

Changes to Version 2.0-14

    o Smoothers now given as arguments to scatterplot(), scatterplotMatrix(), residualPlots() and other functions; gamLine(), loessLine() (default), and quantregLine() smoothers provided.

    o linearHypothesis.mer() and Anova.mer() now consistent with pbkrtest version 0.3-2.

    o Small changes and fixes.

Changes to Version 2.0-13

    o Added point marking (id.n, etc.) to dataEllipse

    o Changed the default for id.method with the invTranPlot to "x".

    o The ncvTest has been rewritten for stability, and unneeded 'data', 'subset' and 'na.action' argument have been removed

    o Added new function 'Boot' that is a simple front-end to boot::boot that will be useful when bootstrapping regression models.  Implemented for lm and glm, but this is likely to work for many other S3 regression models with and 'update' method, 'subset' argument.

    o Fixed bug in 'compareCoefs' with non-full rank models

    o Modified 'bootCase' to return a matrix of class c("bootCase", "matrix") so generic functions can be written to summarize these objects.

    o Minor changes to the returned value of showLabels to give both the label and the corresponding row number.  showLabels documentation tweaked.

    o Improved handling of center.pch argument to ellipse() (suggestion of Rob Kushler).

    o New test argument for linearHypothesis.mer()  and test.statistic argument for Anova.mer() for F-tests with Kenward/Roger df, provided by pbkrtest package.

    o Anova.mlm() now will do univariate repeated-measures ANOVA even if the error SSP matrix is singular.

    o hccm() will now accept a weighted linear models (suggestion of Stefan Holst Bache).

    o deltaMethod.default() now applies coef() and vcov() to a model for which these are supported (generalizing a suggestion by Scott Kostyshak).

    o Fixed handling of labels argument in scatterplot.formula() and scatterplotMatrix.formula().

    o Fixed qqPlot.default() so that it honors line="none" (bug reported by Rob Kushler).

    o Added new default method for confidenceEllipse(), which now can construct confidence ellipses for linear functions of coefficients.

    o globalVariables() called for R 2.15.1 or later.

    o Fixed bug in logit() when percents=TRUE and largest percent is 1 (reported by Eric Goodwin).

    o Added radius argument to scatter3d() (suggestion of Antonino Messina).

    o Fixed spurious errors message in scatter3d() when groups present but surface=FALSE (reported by David L. Carlson).

(wen)

2013-08-15 00:05:44 UTC MAIN commitmail json YAML

Protect /* in bitmaps/Imakefile so that imake does not mistake it for
the start of a comment.

(gsutre)

2013-08-14 23:51:08 UTC MAIN commitmail json YAML

Remove gmake from TOOLS, to fix build on NetBSD 6.99.23.
The symptoms and the fix are the same as in PR/47933 (which
concerned audio/nas).

Why was GNU make required in the first place?

(gsutre)

2013-08-14 22:16:54 UTC MAIN commitmail json YAML

2013-08-14 20:39:26 UTC MAIN commitmail json YAML

Updated devel/at-spi2-core to 2.8.0nb1

(wiz)

2013-08-14 20:39:16 UTC MAIN commitmail json YAML

Use MAKE_DIRS to create installation directory for default config file.
Bump PKGREVISION.

(wiz)

2013-08-14 20:17:18 UTC MAIN commitmail json YAML

Updated editors/emacs24 to 24.3nb5

(wiz)

2013-08-14 20:17:08 UTC MAIN commitmail json YAML

Add option for gtk3.
Rename "gtk" option to gtk2.
Change default from gtk to gtk3.

Correct a comment while here.

Bump PKGREVISION.

(wiz)

2013-08-14 17:54:07 UTC MAIN commitmail json YAML

Apply patch from Onno van der Linden to try fixing PR 48116.

(wiz)

2013-08-14 15:45:21 UTC MAIN commitmail json YAML

+ nullmailer-1.13.

(taca)

2013-08-14 15:45:07 UTC MAIN commitmail json YAML

Note update of lang/php53, lang/php54 and lang/php55.

lang/php53 5.3.27nb2
lang/php54 5.4.17nb2
lang/php55 5.5.1nb1

(taca)

2013-08-14 15:43:40 UTC MAIN commitmail json YAML

2013-08-14 15:43:22 UTC MAIN commitmail json YAML

2013-08-14 15:42:56 UTC MAIN commitmail json YAML

2013-08-14 14:53:03 UTC MAIN commitmail json YAML

Correct checking condition of PHP_CHECK_INSTALLED.

(taca)

2013-08-14 14:45:40 UTC MAIN commitmail json YAML

Updated net/samba to 3.6.18

(adam)

2013-08-14 14:40:11 UTC MAIN commitmail json YAML

Changes 3.6.18:
* BUG 9777: vfs_dirsort uses non-stackable calls, dirfd(), malloc instead
  of talloc and doesn't cope with directories being modified whilst reading.
* BUG 9678: Windows 8 Roaming profiles fail.
* BUG 9636: Fix parsing linemarkers in preprocessor output.
* BUG 9880: Use of wrong RFC2307 primary group field.
* BUG 9983: Fix output of syslog-facility check.
* BUG 10064: Linux kernel oplock breaks can miss signals.

(adam)

2013-08-14 13:06:29 UTC MAIN commitmail json YAML

Updated net/mikutter to 0.2.2.1328

(obache)

2013-08-14 13:06:13 UTC MAIN commitmail json YAML

Update mikutter to 0.2.2.1328.
(drop dependency on libnotify, optional and alternative selectable).

bug fixes.

(obache)

2013-08-14 12:52:25 UTC MAIN commitmail json YAML

+ ruby-libnotify

(obache)

2013-08-14 12:51:36 UTC MAIN commitmail json YAML

Added sysutils/ruby-libnotify version 0.5.1

(obache)

2013-08-14 12:51:16 UTC MAIN commitmail json YAML

2013-08-14 08:55:49 UTC MAIN commitmail json YAML

2013-08-14 08:30:26 UTC MAIN commitmail json YAML

Updated security/seahorse-plugins to 2.30.1nb28

(obache)

2013-08-14 08:30:06 UTC MAIN commitmail json YAML

2013-08-14 08:03:52 UTC MAIN commitmail json YAML

Updated sysutils/gnome-power-manager to 2.24.4nb35

(obache)

2013-08-14 08:01:48 UTC MAIN commitmail json YAML

2013-08-14 05:59:32 UTC MAIN commitmail json YAML

Updated x11/gnome-applets to 2.32.1.1nb29

(obache)

2013-08-14 05:59:16 UTC MAIN commitmail json YAML

2013-08-14 05:40:46 UTC MAIN commitmail json YAML

Updated multimedia/gnome-mplayer to 1.0.8nb4

(obache)

2013-08-14 05:40:29 UTC MAIN commitmail json YAML

2013-08-14 05:32:25 UTC MAIN commitmail json YAML

Updated pkgtools/gnome-packagekit to 0.4.0nb28

(obache)

2013-08-14 05:31:04 UTC MAIN commitmail json YAML

2013-08-14 04:53:27 UTC MAIN commitmail json YAML

Updated mail/evolution to 2.32.3nb23

(obache)

2013-08-14 04:35:32 UTC MAIN commitmail json YAML

2013-08-14 04:11:12 UTC MAIN commitmail json YAML

2013-08-14 01:16:10 UTC MAIN commitmail json YAML

Set the package's license (GNU GPL version 2)

(khorben)

2013-08-14 01:13:10 UTC MAIN commitmail json YAML

Added an option "libsamplerate" to build with support for
audio/libsamplerate; it should enhance output quality while resampling.

It is currently disabled by default.

(khorben)

2013-08-14 01:08:49 UTC MAIN commitmail json YAML

Imported missing patch while adding the package

(khorben)

2013-08-13 21:24:37 UTC MAIN commitmail json YAML

If not building with lzo option give bogus path for lzo otherwise it will
be detected if its installed and build will fail.

(markd)

2013-08-13 20:34:33 UTC MAIN commitmail json YAML

Note update of the "youtube-dl" package to version 20130809.

(tron)

2013-08-13 20:34:12 UTC MAIN commitmail json YAML

Update "youtube-dl" package to version 20130809 . A changelog is not
available as usual but it fixes video downloads from Youtube for me.

(tron)

2013-08-13 20:00:41 UTC MAIN commitmail json YAML

Depend on the latest version of libclucene as older versions wont result
in current PLIST.

(markd)

2013-08-13 19:55:51 UTC MAIN commitmail json YAML

2013-08-13 19:53:30 UTC MAIN commitmail json YAML