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 (46m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 18:38:12 UTC Now

2015-06-18 13:04:29 UTC MAIN commitmail json YAML

2015-06-18 13:01:44 UTC MAIN commitmail json YAML

2015-06-18 12:50:07 UTC MAIN commitmail json YAML

Updated devel/redmine to 3.0.3

(rodent)

2015-06-18 12:49:37 UTC MAIN commitmail json YAML

Update to 3.0.3 - update Redmine gems to latest usable versions. Increase
timeout of unicorn process to 60s instead of 30s. Problems with the lower
timeouts will become apparent if you have a local mail server throttling
connections and you do something like update >=10 issues simultaneously. Install
some helper shell scripts to ease with Redmine configuration and management.
Install a sample secrets.yml file for usage with the application. This package
will be renamed to ruby-redmine after the freeze and its files installed with
${RUBY_PKGPREFIX} to enable the usage and testing of different Ruby versions
with Redmine. This package has been tested heavily in production and is known to
work well in its current state; though, we will want to change the way it uses
gems when pkgsrc gets rails-4.x. Discussed with maintainter previously.

>From Changelog:

3.0.3 (2015-05-10)

    Defect #18580: Can't bulk edit own time entries with "Edit own time entries"
    Defect #19731: Issue validation fails if % done field is deactivated
    Defect #19735: Email addresses with slashes are not linked correctly
    Patch #19655: Set a back_url when forcing new login after session expiration
    Patch #19706: Issue show : optimizations
    Patch #19793: Adding flash messages to files_controller#create

3.0.2 (2015-04-26)

    Defect #19297: Custom fields with hidden/read-only combination displayed in Issue Edit Form
    Defect #19400: Possibility of having 2 (or more) repositories with empty identifier
    Defect #19444: Fix typo in wiki_syntax_detailed.html
    Defect #19538: Keywords in commit messages: journal entries are created even if nothing was changed
    Defect #19569: Field permissions not working properly with inherited memberships
    Defect #19580: "Required" and "Read-only" rules on "Fields Permissions" screen are not colored
    Defect #13583: Space between lines in nested lists not equal
    Defect #19161: 500 Internal error: sorting for column mail at Administration/User
    Defect #19163: Bulk edit form shows additional custom fields
    Defect #19168: Activity: changes made to tickets are shown multiple times
    Defect #19185: Update Install/Upgrade guide for 3.x version and get gid of DEPRECATION WARNING: You didn't set config.secret_key_base
    Defect #19276: Creating new issues with invalid project_id should return 422 instead of 403 error
    Defect #19405: Setting config.logger.level in additional_environment.rb has no effect
    Defect #19464: Possible to log time on project without time tracking
    Defect #19482: Custom field (long text format) displayed even if empty
    Defect #19537: Broken HTML sanitizer refence breaks email receiving
    Defect #19544: Malformed SQL query with SQLServer when grouping issues
    Defect #19553: When create by copying the issue, status can not be changed to default
    Defect #19558: Mail handler should not ignore emails with x-auto-response-suppress header
    Defect #19606: Issue Estimated Time not updated on tracker change
    Feature #19437: Upgrade to Rails 4.2.1
    Feature #19489: Translation for Spanish Panama
    Patch #19570: Spanish translation updated

(rodent)

2015-06-18 11:44:28 UTC MAIN commitmail json YAML

Note update of www/drupal7 package to 7.38.

(taca)

2015-06-18 11:44:04 UTC MAIN commitmail json YAML

Update drupal7 to 7.38 (Drupal 7.38)..

Drupal 7.38, 2015-06-17
-----------------------
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-002.

Drupal 7.37, 2015-05-07
-----------------------
- Fixed a regression in Drupal 7.36 which caused certain kinds of content types
  to become disabled if they were defined by a no-longer-enabled module.
- Removed a confusing description regarding automatic time zone detection from
  the user account form (minor UI and data structure change).
- Allowed custom HTML tags with a dash in the name to pass through filter_xss()
  when specified in the list of allowed tags.
- Allowed hook_field_schema() implementations to specify indexes for fields
  based on a fixed-length column prefix (rather than the entire column), as was
  already allowed in hook_schema() implementations.
- Fixed PDO exceptions on PostgreSQL when accessing invalid entity URLs.
- Added a sites/all/libraries folder to the codebase, with instructions for
  using it.
- Added a description to the "Administer text formats and filters" permission
  on the Permissions page (string change).
- Numerous small bug fixes.
- Numerous API documentation improvements.
- Additional automated test coverage.

Drupal 7.36, 2015-04-01
-----------------------
- Added a 'file_public_schema' variable which allows modules that define
  publicly-accessible streams in hook_stream_wrappers() to bypass file download
  access checks when processing managed file upload fields.
- Fixed a bug that caused database query tags not to be added to search-related
  database queries under many circumstances, and which prevented the
  corresponding hook_query_TAG_alter() implementations from being called.
- Fixed the "for" attribute on managed file upload field labels to improve
  accessibility (minor markup change).
- Added a 'javascript_always_use_jquery' variable which can be set to FALSE by
  sites that may not need jQuery loaded on all pages, and a 'requires_jquery'
  option to drupal_add_js() which modules can set to FALSE when adding
  JavaScript files that have no dependency on jQuery (API addition:
  https://www.drupal.org/node/2462717).
- Fixed incorrect foreign keys in the User module's role_permission and
  users_roles database tables.
- Changed permission descriptions throughout Drupal core to consistently link
  to relevant administrative pages, regardless of whether the user viewing the
  Permissions page can view the page being linked to (minor UI change).
- Fixed the drupal_add_region_content() function so that it actually adds
  content to the page.
- Added an 'image_suppress_itok_output' variable to allow sites already using
  the existing 'image_allow_insecure_derivatives' variable to also prevent
  security tokens from appearing in image derivative URLs.
- Fixed double-escaping of theme names in the Block module administrative
  interface (minor string change).
- Added basic support for Xdebug when running automated tests.
- Fixed a bug which caused previewing a node to remove elements from the node
  being edited. With this fix, calling node_preview() will no longer modify the
  passed-in node object (minor API change).
- Added a user_has_role() function to check whether a user has a particular
  role (API addition: https://www.drupal.org/node/2462411).
- Fixed installation failures when an opcode cache is enabled.
- Fixed a bug in the Drupal 6 to Drupal 7 upgrade path which caused private
  files to be inaccessible.
- Fixed a bug in the Drupal 6 to Drupal 7 upgrade path which caused user
  pictures to be lost.
- Fixed missing language code in hook_field_attach_view_alter() when it is
  invoked from field_view_field().
- Stopped sending ETag and Last-Modified headers for uncached page requests,
  since they break caching for certain Varnish and Nginx configurations.
- Changed the Simpletest module to allow PSR-4 test classes to be used in
  Drupal 7.
- Fixed a fatal error that occurred when using the Comment module's "Unpublish
  comment containing keyword(s)" action.
- Changed the "lang" attribute on language links to "xml:lang" so it validates
  as XHTML (minor markup change).
- Prevented the form API from allowing arrays to be submitted for various form
  elements, such as textfields, textareas, and password fields (API change:
  https://www.drupal.org/node/2462723).
- Fixed a bug in the Contact module which caused the global user object to have
  the incorrect name and e-mail address during the remainder of the page
  request after the contact form is submitted.
- Numerous small bug fixes.
- Numerous API documentation improvements.
- Additional automated test coverage.

(taca)

2015-06-18 11:43:18 UTC MAIN commitmail json YAML

Note update of www/drupal6 package to 6.36.

(taca)

2015-06-18 11:42:45 UTC MAIN commitmail json YAML

Update drupal6 to 6.36 (Drupal 6.36).

Drupal 6.36, 2015-06-17
-----------------------
- Fixed security issues (OpenID impersonation). See SA-CORE-2015-002.

(taca)

2015-06-18 06:29:18 UTC MAIN commitmail json YAML

Apply sbd's patch for PR 37380 to fix build failure on systems without
err(3) in libc.

(dholland)

2015-06-18 06:17:33 UTC MAIN commitmail json YAML

2015-06-18 06:03:30 UTC MAIN commitmail json YAML

2015-06-18 06:02:42 UTC MAIN commitmail json YAML

Add libXft per PR 40958, and while here also remove libXp as
it's deprecated/useless. PKGREVISION -> 5.

(dholland)

2015-06-18 04:30:28 UTC MAIN commitmail json YAML

2015-06-18 04:29:52 UTC MAIN commitmail json YAML

Refresh the lists of man pages. Closes PR 38998.

(Because of the partitioning into client and server packages, the man
pages have to be partitioned to match; this interferes with the
configure script's handling of them so the list of pages ends up
hardcoded in these patches. And it seems the lists haven't been
updated since the first mysql 5.x package.)

(dholland)

2015-06-18 01:58:30 UTC MAIN commitmail json YAML

PR 46354 Lloyd Parkes: remove unnecessary gccism for non-gcc compilers.

(dholland)

2015-06-17 20:54:42 UTC MAIN commitmail json YAML

Unset TOOLS_PLATFORM.unzip on FreeBSD too, to allow the build to use system
unzip.

(rodent)

2015-06-17 20:46:51 UTC MAIN commitmail json YAML

scribus13format.cpp hits the same issue as scribus134format.cpp in
Clang's value propagation pass, so apply the same workaround. Use the
variable from mk/compiler/clang.mk.

(joerg)

2015-06-17 20:44:25 UTC MAIN commitmail json YAML

2015-06-17 20:43:40 UTC MAIN commitmail json YAML

Requires zip to build.

(joerg)

2015-06-17 20:35:30 UTC MAIN commitmail json YAML

+ MesaLib-10.6.0, Sigil-0.8.7, blender-2.75, electric-9.06,
  modular-xorg-server-1.17.2 [wiz], mpg123-1.23.0, opencv-3.0,
  qt4-libs-4.8.7, qt5-qtbase-5.4.2, scribus-1.5, thunderbird-38.0,
  wine-devel-1.7.45, xf86-video-vesa-2.3.4 [wiz].

(wiz)

2015-06-17 19:36:26 UTC MAIN commitmail json YAML

Updated graphics/eog3 to 3.16.2

(prlw1)

2015-06-17 19:35:59 UTC MAIN commitmail json YAML

Update eog3 to 3.16.2

Highlights from the release notes:

* Install symbolic app icon (Jakub Steiner)
* Improvements to UI changes based on initial feedback (Felix Riemann)
* Adjust UI tests for UI changes (Vadim Rutkovsky)
* More cleanup after the first round of UI modernization
* Make GAction plugin interface actually usable by plugins
  NOTE: Plugins using the old GtkUIManager interface won't work anymore!
* Modernize the GUI (Allan Day, Jente Hidskes, Felix Riemann)
* Migrate to GAction (Jente Hidskes, Felix Riemann)
* Fix preferences dialog when using aggressive linker settings (Felix Riemann)
* Fixed a few memory leaks (Boris Egorov, Felix Riemann)

For full details see:

https://git.gnome.org/browse/eog/tree/NEWS?id=3.16.2

(prlw1)

2015-06-17 19:31:09 UTC MAIN commitmail json YAML

Updated editors/gedit3 to 3.16.2

(prlw1)

2015-06-17 19:30:48 UTC MAIN commitmail json YAML

Update gedit3 to 3.16.2

Highlights from the release notes:

- Fix gedit --wait when listing multiple files
- Improve error reporting when failing to load private lib
- Performance improvements for groups of text insertions/deletions
- Do not merge xml translation in gschema files
- Rework some of the printing code
- Improved documentation
- Improved open document selector
- Start to rework the replace dialog
- Use the new color scheme chooser
- External tools plugin: fix document saving
- Various bug fixes
- Many new and updated translations

For full details see:

https://git.gnome.org/browse/gedit/tree/NEWS?id=3.16.2

(prlw1)

2015-06-17 19:14:19 UTC MAIN commitmail json YAML

Updated games/hitori to 3.16.1

(prlw1)

2015-06-17 19:13:58 UTC MAIN commitmail json YAML

Update hitori to 3.16.1

3.16.1:
* Updated symbolic icon

3.16.0:
* Port to GResource for UI and CSS
* Minor menu tweaks
* Translations:
** bs (Samir Ribic)
** da (Joe Hansen)
** fi (Jiri Gronroos)
** fur (Fabio Tomat)
** gl (Fran Dieguez)
** it (Milo Casagrande)
** ko (Changwoo Ryu)
** lt (Aurimas Cernius)
** lv (Rudofls Mazurs)
** pt_BR (Enrico Nicoletto)
** sr (######## #######)
** tr (Muhammet Kara)
** uk (Daniel Korostil)

(prlw1)

2015-06-17 19:10:27 UTC MAIN commitmail json YAML

Updated games/gnome-sudoku to 3.16.0

(prlw1)

2015-06-17 19:10:01 UTC MAIN commitmail json YAML

Update gnome-sudoku to 3.16.0

3.16.0 - March 22, 2015
=======================

* Updated translations

3.15.92 - March 16, 2015
========================

* Install symbolic icon
* Updated translations

3.15.91 - March 2, 2015
=======================

* Clear earmarks when a cell is filled (Iulian Radu)
* Use sans for all numbers in printed sudokus (Iulian Radu)
* Updated translations

3.15.90.1 - February 16, 2015
=============================

* Temporarily remove user help until it can be updated.

3.15.90 - February 16, 2015
===========================

This release is rolls back several changes that were present in 3.15.2,
most notably the addition of the timer, since we have not yet added
scores and there is no point in having a timer without scores. The timer
is expected to return in the 3.17 development cycle. No other major changes.

3.15.2 - November 24, 2014
==========================

* The highlighter can now be turned off with a preference (Andrei Ghincu)
* XDG_CURRENT_DESKTOP may contain a list of desktops (Robert Ancell)
* Updated translations

3.15.1 - October 26, 2014
=========================

Dependencies: GTK+ 3.15.0

* Add a timer counting up in the header bar (Amisha Singla)
* When the game has been completed, the player may now choose between
  returning to the new game screen and quitting Sudoku, instead of returning
  to the new game screen or starting a new puzzle without changing the
  difficulty level (Michael Catanzaro)
* Thread-safety fixes when printing multiple puzzles (Michael Catanzaro)
* Fix crash when printing more than 16 puzzles on a computer with more than 16
  CPUs (Michael Catanzaro)
* Improve window titles (Michael Catanzaro)
* Don't set the header bar as the title bar in Unity (Michael Catanzaro)
* Only use a header bar on the print multiple puzzles dialog if the desktop
  environment requests it (Michael Catanzaro)
* Widen the print multiple sudokus dialog (Arnaud Bonatti)
* Code cleanups (Arnaud Bonatti, Michael Catanzaro, Sahil Sareen)
* Updated translations

(prlw1)

2015-06-17 19:02:27 UTC MAIN commitmail json YAML

Updated misc/yelp3 to 3.16.1

(prlw1)

2015-06-17 19:02:00 UTC MAIN commitmail json YAML

Update yelp3 to 3.16.1

3.16.1
======
* Updated translations:
  is    (Sveinn i Felli)

3.16.0
======
* Avoid recursive activation, #745407 (Matthias Clasen)
* Updated translations:
  bs    (Samir Ribic)
  kk    (Baurzhan Muftakhidinov)
  tg    (Victor Ibragimov)

3.15.91
=======
* Update AX_COMPILER_FLAGS from autoconf-archive (David King)
* Use GtkSettings 'gtk-xft-dpi' property to keep track of Xft DPI changes
  (Mario Sanchez Prada)

3.15.90
=======
* Use a default filename when printing to a file, #737206 (David King)
* Use g_async_queue_new_full(), #737528 (Paolo Borelli)
* Ignore unused decompressor files, #737519 (Gergely Polonkai)
* Remove g_type_init() calls, #737518 (Gergely Polonkai)
* Use AX_COMPILER_FLAGS (David King, Philip Withnall)
* Fix many compiler warnings (David King)
* Check if __STDC_VERSION__ is defined, #744454 (Mark Chalupa)
* Updated translations:
  he    (Yosef Or Boczko)
  is    (Sveinn i Felli)
  nl    (hanniedu)
  pt    (Pedro Albuquerque)
  tr    (Muhammet Kara, Yasar Senturk)
  vi    (Tran Ngoc Quan)

(prlw1)

2015-06-17 17:37:50 UTC MAIN commitmail json YAML

Prefer "/usr/bin/bash" over the "pdksh" package for all versions
of Solaris.

Change during pkgsrc freeze approved by Jonathan Perkin.

(tron)

2015-06-17 17:31:38 UTC MAIN commitmail json YAML

2015-06-17 15:19:59 UTC MAIN commitmail json YAML

Updated devel/p5-Perl4-CoreLibs to 0.003nb5

(ryoon)

2015-06-17 15:19:23 UTC MAIN commitmail json YAML

Do not depend on Module::Build directly.
Use PERL5_MODULE_TYPE instead.
Approved by wiz@.

(ryoon)

2015-06-17 14:48:33 UTC MAIN commitmail json YAML

Updating to duplicity-0.7.02 would not be ideal, since it's a development
release. However, 0.6.26 looks like the latest stable version.

(rodent)

2015-06-17 14:20:03 UTC MAIN commitmail json YAML

Pull in upstream fix for GCC 5.1.  Patch submitted by Travis Paul
in joyent/pkgsrc#269.

(jperkin)

2015-06-17 14:02:40 UTC MAIN commitmail json YAML

plugin-api.h is always installed, it is not dependent on gold.

(sborrill)

2015-06-17 12:26:14 UTC MAIN commitmail json YAML

Copy over sqlite3.c patch from lang/php55. Fixes build on SunOS.

(fhajny)

2015-06-17 12:00:07 UTC MAIN commitmail json YAML

Updated pkgtools/url2pkg to 2.23

(wiz)

2015-06-17 11:59:58 UTC MAIN commitmail json YAML

Fix uninitialized variables warnings.
>From ISIHARA Takanori in PR 49980.

(wiz)

2015-06-17 11:48:15 UTC MAIN commitmail json YAML

The GNU ld arg changed value slightly, adjust BUILDLINK_TRANSFORM. Fixes
build on SunOS.

(fhajny)

2015-06-17 10:24:12 UTC MAIN commitmail json YAML

Use bash as configure shell.
markd reports this fixes the build on NetBSD-6.

(wiz)

2015-06-17 10:21:12 UTC MAIN commitmail json YAML

Updated print/hplip to 3.15.6nb1

(wiz)

2015-06-17 10:21:02 UTC MAIN commitmail json YAML

2015-06-17 08:35:45 UTC MAIN commitmail json YAML

Fix DEPENDS match when enabling the ldap option.

(jperkin)

2015-06-17 08:20:21 UTC MAIN commitmail json YAML

Remove duplicate entries from previous commit.

(sborrill)

2015-06-17 06:48:22 UTC MAIN commitmail json YAML

Fix build with the "gnome" option disabled

Without this patch the configure script might find gconftool-2(1) installed
on the system, and then create and install a schema anyway - and in the
wrong location.

"please commit" dholland@

(khorben)

2015-06-17 03:12:02 UTC MAIN commitmail json YAML

With MAKE_JOBS=3, gmake 3.81 enters a 100% CPU spin, repeatably, immediately
after building libANGLE.la.

This package is a fairly enormous build, and the build sequence changes after
resuming a partial build, so it'd be a big and unrewarding project to peg down
exactly what the failure is.

Nonetheless, bumping gmake to 4.1 seems to be a complete and well-indicated
workaround, with 100% successful builds (of several) under gmake-4.1 -j3 and
0% successful builds (of several) under gmake-3.81 -j3.

(dsainty)

2015-06-17 03:02:26 UTC MAIN commitmail json YAML

Disable the "modems" test for now

This should fix the build for the moment.

(khorben)

2015-06-17 02:48:46 UTC MAIN commitmail json YAML

Linking with this library may require newer libstdc++ features than are
available under the native compiler, so possibly upgrade the compiler
used by dependent packages too.

Fixes, for example, building epiphany on a Linux box with native GCC 4.6.1.

(dsainty)

2015-06-16 22:28:13 UTC MAIN commitmail json YAML

stdbuf is built and installed on Darwin, so add Mach-O to the weird
and wonderful OBJECT_FMT check to enable PLIST.stdbuf.

(jperkin)

2015-06-16 20:47:58 UTC MAIN commitmail json YAML

Teach about new location of kpathsea's c-auto.h

(markd)

2015-06-16 16:26:46 UTC MAIN commitmail json YAML

Someone (TM) decided that configure should fail without libX11.

(joerg)

2015-06-16 16:16:37 UTC MAIN commitmail json YAML

2015-06-16 16:16:20 UTC MAIN commitmail json YAML

2015-06-16 14:26:31 UTC MAIN commitmail json YAML

Make netatalk30 use devel/libevent rather than the bundled one. This takes
advantage of whatever patches we already have there and fixes build on at
least modern Illumos platforms. Bump PKGREVISION. OK by jperkin.

(fhajny)

2015-06-16 13:41:23 UTC MAIN commitmail json YAML

Support the stdint.h fix when using the OSX SDK include path.

(jperkin)

2015-06-16 13:06:30 UTC MAIN commitmail json YAML

Fix nfds_t fallout on newer Darwin.

(jperkin)

2015-06-16 09:20:33 UTC MAIN commitmail json YAML

Update some minimum versions in requirements.
atk bump requested by David H. Gutteridge in PR 49976.

(wiz)

2015-06-15 21:18:03 UTC MAIN commitmail json YAML

tex-latex-fonts is in fonts, not in print.

(joerg)

2015-06-15 19:28:15 UTC pkgsrc-2015Q1 commitmail json YAML

2015-06-15 19:26:55 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup ticket #4723 - requested by taca
textproc/ruby-redcarpet: security fix

Revisions pulled up:
- textproc/ruby-redcarpet/Makefile                              1.5
- textproc/ruby-redcarpet/distinfo                              1.4

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May 14 22:17:40 UTC 2015

  Modified Files:
  pkgsrc/textproc/ruby-redcarpet: Makefile distinfo

  Log Message:
  Update ruby-redcarpet to 3.2.3, including security fix.

  Version 3.2.3

  * Avoid rewinding content of a previous inline when autolinking is enabled.
    Daniel LeCheminant

  * Fix escaping of forward slashes with the Safe render object (add a missing
    semi-colon).

(bsiegert)

2015-06-15 18:22:55 UTC MAIN commitmail json YAML

lang/gcc-aux: Fix build on NetBSD 7.0-Beta

Like lang/gcc5-aux, gcc-aux was failing to build on NetBSD 7.0-beta
due to a "operation not permitted" error emitted by pkgsrc gold linker.

The root cause isn't known (problem with NetBSD 7 full-stop?  problem
with binutils, but only NetBSD7?).  However, the base binutils which
is version 2.23 is sufficient (barely) for gcc 4.9.

The build failure is solved by using base binutils for NetBSD 7*.
No revbump required because there is no change for platforms on which
gcc-aux has already potentially been built.

NOTE: As noted on gcc5-aux, stack-checks that passed on NetBSD 5 and 6
are now failing on GNAT on NetBSD 7.  This is because the signal
trampoline has apparently changed and the pattern the unwinder was
looking for is never found, resulting in a segfault instead of a frame
unwind.  The fix would be to determine the new signal trampoline
pattern and have it switch based on param.h version (or something like
that).

(marino)

2015-06-15 17:14:28 UTC MAIN commitmail json YAML

lang/gcc5-aux: Reduce functionality to allow build on NetBSD 7

There are three major issues with gcc5-aux on NetBSD 7.0 Beta.

1) The gold linker fails in the middle of the build with an
  "operation not permitted" error.  I believe this is either an issue
  directory with NetBSD 7.0 beta (not seen on 6.99) or an issue with
  the binutils 2.25 from pkgsrc.

It turns out that NetBSD 7.0 uses binutils 2.23 which is new enough.
By removing the requirement for using pkgsrc binutils, it will build
until it hits issue #2 which is ...

2) Fortran no longer builds on NetBSD 7.0.  Something about an "old"
  version of locale symbol.  Something changed with locales and gcc5's
  Fortran does not like it.

The solution is to turn off fortran and objc options by default.  This
means only C, C++, and Ada languages are supported by default.  Obviously
this is not a "solution" but it will have to do for now.

3) The signal trampoline has changed.  The pattern for the signal
  trampoline has been altered and now the NetBSD unwind support can't
  recognize the end of the stack.  This causes all the stack overflow
  and stack check tests to fail.

I didn't do anything here.  It requires a lot of work with gdb to figure
out what the new pattern looks like and I don't have any sort of time
for that.  Stack handling still works for NetBSD 5 and 6 though.

(marino)

2015-06-15 12:43:33 UTC MAIN commitmail json YAML

Updated devel/py-at-spi2 to 2.16.0

(prlw1)

2015-06-15 12:43:11 UTC MAIN commitmail json YAML

Update py-at-spi2 to 2.16.0

What's new in pyatspi 2.15.90:

* Add new roles for fractions, roots, subscripts, and superscripts (bgo#743413).

What's new in pyatspi 2.15.4:

* Support ATSPI_STATE_READ_ONLY (bgo#690108).

What's new in pyatspi 2.15.3:

* Add ROLE_STATIC (bgo#740364).

(prlw1)

2015-06-15 10:14:15 UTC MAIN commitmail json YAML

2015-06-15 10:11:37 UTC MAIN commitmail json YAML

2015-06-15 10:08:41 UTC MAIN commitmail json YAML

2015-06-15 09:57:21 UTC MAIN commitmail json YAML

Update to 1.15

* Remove references to kpathsea xmalloc, and enable non-GNU malloc
* dvi.c: Fix long sleep interval in --follow
* Remove support for the now dead libt1
* special.c: Use <sys/wait.h>
* color.c: Fix segfault at missing xcolor.sty
* set.c: Added check for out of memory in libgd allocate
* ft.c: Add warning for missing target_light hinting
* dvipng.c: Use return value of fgets better

(markd)

2015-06-15 09:52:03 UTC MAIN commitmail json YAML

annotate gcc*aux changes

(marino)

2015-06-15 09:50:36 UTC MAIN commitmail json YAML

Undo last.  c-auto.h is installed, just in a different place.
luatex has been taught how to find it. Bump PKGREVISION.

(markd)

2015-06-15 09:47:34 UTC MAIN commitmail json YAML

Connect lang/gcc5-aux to tree

(marino)

2015-06-15 09:46:27 UTC MAIN commitmail json YAML

Import lang/gcc5-aux based on gcc-5.1

This compiler package is not like the lang/gcc4* packages, but rather
the lang/gcc-aux package which exists to bring GNAT, the Ada language
compiler.  The lang/gcc-aux package is based on gcc-4.9, and this
package is based on gcc-5.  This is the first gcc5 package in pkgsrc,
and it does support C, C++, ObjC, and Fortran in addition to Ada thus
it is very useful, but it does have a different purpose than other
gcc ports.

This port has had minimal testing.  I verified GNAT passes 100% of the
testsuite on NetBSD 6.1/amd64, but it has not been tested on any
NetBSD 5, 7.0 or 7.99 platform yet.  I don't have any hardware, so it
will require using a VM or having others report failure/success.  Due
to similarity with lang/gcc-aux, chances are good that it will build
and function properly on other platforms.

See http://gcc.gnu.org/gcc-5/changes.html for more information about
improvements over the gcc-4.9 series.

(marino)

2015-06-15 09:45:39 UTC MAIN commitmail json YAML

Fix build with latest kpathsea.

(markd)

2015-06-15 09:39:13 UTC MAIN commitmail json YAML

Remove obsolete lang/gnat-aux

The gnat-aux package is based on gcc-4.6, which has been unsupported
upstream since the last point release on 25 March 2011.

Nothing depends on it. The lang/gcc-aux package (based on gcc-4.9) took
over its tasks with the "ada" support a few years ago.  A new package,
lang/gcc5-aux is coming soon.

There's no technical reason to use lang/gnat-aux over lang/gcc-aux or
lang/gcc5-aux (hopefully nobody has been!) so just remove it outright
with the recommendation to switch to a newer Ada compiler package.

(marino)

2015-06-15 09:31:30 UTC MAIN commitmail json YAML

lang: disconnect gnat-aux from tree to prepare for its removal

(marino)

2015-06-15 09:28:48 UTC MAIN commitmail json YAML

Updated net/youtube-dl to 2015.06.15

(adam)

2015-06-15 09:27:29 UTC MAIN commitmail json YAML

Behave when address space limits are in place:
(1) Default heap limit to 75% of available address space.
(2) Limit GC marker threads to 4MB/8MB (32bit vs 64bit) stack space.
    As Mono tries to create 16 such threads by default, the default
    stack size on AMD64 would eat 2GB VA alone.

Bump revision.

(joerg)

2015-06-15 09:27:02 UTC MAIN commitmail json YAML

Changes 2015.06.15:
* Merge branch 'dramafever'
* Merge branch 'ping-dramafever'
* Add support for NovaTv
* Bug fixes

(adam)

2015-06-15 09:25:58 UTC MAIN commitmail json YAML

Freeze started.

(wiz)

2015-06-15 09:24:31 UTC MAIN commitmail json YAML

2015-06-15 09:22:59 UTC MAIN commitmail json YAML

Fix path to bash in the right location.
XXX bashisms seem to be easy to fix here

(joerg)

2015-06-15 09:22:25 UTC MAIN commitmail json YAML

Installs egg if setuptools is present, so make it unconditional.

(joerg)

2015-06-15 09:21:56 UTC MAIN commitmail json YAML

Content generation rules are not race-free.

(joerg)

2015-06-15 09:20:47 UTC MAIN commitmail json YAML

Needs pkg-config.

(joerg)

2015-06-15 09:15:08 UTC MAIN commitmail json YAML

Overview of changes between 1.36.8 and 1.37.0
=============================================
- Pango modules, engines, and config have been removed (#733882)

=> no need to deal with modules on INSTALL and DEINSTALL.

Thanks to wiz for the report.

(prlw1)

2015-06-15 09:04:49 UTC MAIN commitmail json YAML

Updated graphics/pngcrush to 1.7.85

(adam)

2015-06-15 09:03:31 UTC MAIN commitmail json YAML

Version 1.7.85 (built with libpng-1.6.16 and zlib-1.2.8)
  Improved reporting of invalid chunk names. Does not try to put
    non-printable characters in STDERR; displays hex numbers instead.
  Fixed include path for utime.h on MSVC (Louis McLaughlin).
  Eliminated "FAR" memory support (it was removed from libpng at version
    1.6.0).
  Disabled the "-already_crushed" option which does not really work well.

(adam)

2015-06-15 01:50:25 UTC MAIN commitmail json YAML

Updated www/ikiwiki to 3.20150614

(schmonz)

2015-06-15 01:49:50 UTC MAIN commitmail json YAML

Update to 3.20150614. From the changelog:

* inline: change default sort order from age to "age title" for
  determinism, partially fixing deterministic build for git-annex,
  ikiwiki-hosting etc. (Closes: #785757)
* img: avoid ImageMagick misinterpreting filenames containing a colon
* img test: set old timestamp on source file that will change, so that
  the test will pass even if it takes less than 1 second

(schmonz)

2015-06-15 01:39:06 UTC MAIN commitmail json YAML

gtk3 needs the version of libepoxy which hunts for just libGL.so.

(prlw1)

2015-06-15 01:29:40 UTC MAIN commitmail json YAML

File descriptor limit on Nagios's queue handler socket is too low. If you
run a system with ~100 hosts and 1100+ checks which run every 1-3 mins,
you will have a very terrible experience with this package. See discussion
at:

http://support.nagios.com/forum/viewtopic.php?f=7&t=33274&p=141473#p141473

This patch changes the limit from a whopping three (3) to 128, which is
more reasonable. Though, if others are continuing to have problems with
this package, we could increase it to 1024. Defuzz the rest of the patches.

(rodent)

2015-06-15 01:24:39 UTC MAIN commitmail json YAML

gtk3 needs a gettext which understands Glade, i.e., one which depends
on expat. (Thanks to ryoon for tools hint.)

(prlw1)

2015-06-15 01:14:43 UTC MAIN commitmail json YAML

Updated math/gnome-calculator to 3.16.2

(prlw1)

2015-06-15 01:14:23 UTC MAIN commitmail json YAML

Update gnome-calculator to 3.16.2

Overview of changes in gnome-calculator 3.16.2
    * Fix : Search provider crash introduced by 3.16.1, oops (Michael Catanzaro)

Overview of changes in gnome-calculator 3.16.1
    * Update : Translations (Translation team)
    * Fix : Search provider should discard child stdout/stderr (Michael Catanzaro)
    * Fix : Syntax error in desktop file keywords Bosnian translation (Kalev Lember)

Overview of changes in gnome-calculator 3.16.0
    * Update : Translations (Translation team)

Overview of changes in gnome-calculator 3.15.91
    * New : Remove red color from clear button (Allan Day)
    * Update : Powers page in documentation (Sebastian Rasmussen, Ekaterina Gerasimova)
    * Update : Translations (Translation team)

Overview of changes in gnome-calculator 3.15.4
    * New : Keyboard mode (Elita Lobo)
    * New : MPFR back-end (Daniel Renninghoff)
    * New : Digital Storage conversion (PioneerAxon)
    * Update : Switch to GPLv3+ license (Michael Catanzaro)
    * Update : Case-insensitive conversion units (PioneerAxon)
    * Update : Don't copy thousand separators to clipboard (PioneerAxon)
    * Update : Translations (Translation team)
    * Fix : Use HTTPS for downloading exchange rates (Michael Catanzaro)
    * Fix : Repeated entries in history view (Elita Lobo)
    * Fix : Padding in UI buttons (Trinh Anh Ngoc)
    * Fix : Style history view boarder (Trinh Anh Ngoc)
    * Fix : Sort currencies based on locale (Lubom鱈r Sedl叩�<99>)
    * Fix : Deprecated use-stock property (David King)
    * Fix : Download missing exchange rates on first launch (PioneerAxon)
    * Fix : Missing buildtime dependency (Emmanuele Bassi)
    * Fix : gtksourceview binding change (Michael Catanzaro)

Overview of changes in gnome-calculator 3.15.1
    * New : Colored buttons (Elita Lobo)
    * New : History view (Elita Lobo)
    * Update : Update to latest GtkSourceView API (Yosef Or Boczko, Evan Nemerson)
    * Update : Support upcoming Vala 0.27 (Rico Tzschichholz)
    * Update : Increase search provider timeout (Michael Catanzaro)
    * Update : Translations (Translation team)
    * Update : Miscellaneous code improvements (Arnaud Bonatti, Michael Catanzaro)
    * Fix : Misordered buttons in programming mode (Abhinav)
    * Fix : Search provider should not match plain numbers (Marcus Lundblad)
    * Fix : Spurious warnings from search provider (Michael Catanzaro)
    * Fix : Crash after thousands separator is inserted (Michael Catanzaro)

(prlw1)

2015-06-15 01:03:32 UTC MAIN commitmail json YAML

Updated x11/gtksourceview3 to 3.16.1

(prlw1)

2015-06-15 01:03:12 UTC MAIN commitmail json YAML

Update gtksourceview3 to 3.16.1

News in 3.16.1
--------------
* Update CMake language spec
* Add a "path" class for contexts with a file name
* Performance improvements for groups of text insertions/deletions
* Fix bug with symbolic icons and dark GTK+ theme
* Translation updates

News in 3.16.0
--------------
* A few bug fixes and various other improvements
* Translation updates

News in 3.15.91
---------------
* Fix a crash when destroying the widget during a search
* Add some signals to bind keyboard actions
* Various other improvements
* Translation updates

News in 3.15.90
---------------
* Provide a way to draw background patterns (a grid)
* Support incrementing and decrementing numbers
* Various other improvements

News in 3.15.3
--------------
* Better word boundaries for word selection (double-click) and word movements
  (ctrl+arrow, shift+ctrl+arrow, ctrl+backspace, etc).
* Add style scheme chooser widgets: GtkSourceStyleSchemeChooser (interface),
  GtkSourceStyleSchemeChooserButton and GtkSourceStyleSchemeChooserWidget.
* Add gtk_source_view_indent_lines() and gtk_source_view_unindent_lines().
* Add the GtkSourceView::move-to-matching-bracket action signal.
* Add gtk_source_buffer_join_lines().
* Gutter: use current line background color for current line.
* Add syntax highlighting support for Apache Thrift.
* Various other improvements and bug fixes
* Translation updates

News in 3.15.2
--------------
* Undo/Redo: restore selection
* Documentation improvements
* Some GtkSourceGutter code refactoring
* Syntax highlighting for Apache Pig 0.12

News in 3.15.1
--------------
* Search: allow caller to choose a style for text matches
* gtk_source_completion_context_get_iter() now returns a gboolean to tell if
  the GtkTextIter is correctly set. For a more robust code, it is recommended
  to use the return value.
* Improvements to the Lua and Yacc syntax highlighting
* Translation updates

(prlw1)

2015-06-15 00:06:24 UTC MAIN commitmail json YAML

Updated print/evince3 to 3.16.1

(prlw1)

2015-06-15 00:06:03 UTC MAIN commitmail json YAML

Update evince3 to 3.16.1

New features and improvements:

    * Make Ctrl+mouse wheel zoom pointer-centered instead of
      window-centered (#731669, Frederic Moenne-loccoz)
    * Add = and <Ctrl>= keybindings for zooming in (#738625, Lars
      Uebernickel)
    * Add document size to the properties dialog (#741057, Tobias
      Westergaard Kjeldsen)
    * Add support for bsdtar command in comics backend (#742721, Ballo
      Gyorgy)
    * Improve the the sidebar UI (#739836, Trinh Anh Ngoc)
    * Add support for TextMarkup annotation in read-only mode for now
      (#583377, Giselle Reis)
    * Use headerbar and improve spacing and borders in properties
      dialog (#739836, Trinh Anh Ngoc)

Bug fixes:

    * Add accessible relations between the labels in properties dialog
      (#749127, Joanmarie Diggs)
    * Never save n-copies in the persistent print-settings file
      (#748549, Jose Aliste)
    * Fix the background color of annotation popup windows (#732211,
      Giselle Machado)
    * Enable/disable page navigation actions based on current page in
      previewer (#745840, Robert Roth)
    * Don't hide the titlebar when the window is maximized (without
      CSD) (#744601, Simon Steinbeiss)
    * Fix printing of landscape document and properly fix printing
      documents with a manual scale and autocenter (#734788, Leo Wolf,
      Carlos Garcia Campos)
    * Disable send to action when nautilus-sendto is not found
      (#743956, Cameron Norman)
    * Fix a crash in recent-view when loading password protected
      documents (#744049, Marek Kasik)
    * Fix properties dialog shortcut (#739116, Boris Egorov)
    * Bring back Open in new window action to the context menu
      (#739046, Boris Egorov)
    * Do not save n-copies when saving printing settings (#696203,
      Jose Aliste)
    * Use correct maximum size for thumbnail images in
      evince-thumbnailer (#740877, Sebastian Keller)
    * Fix a typo in configure.ac that made configure fail with
      ligbnome-desktop (#733721, Marek Kasik)
    * Correctly scroll to the search result selected by user when not
      in continuous mode (#730252, Marek Kasik)
    * Fix memory leak when adding new text annotations (Carlos Garcia
      Campos)
    * Fix border-radius CSS property of thumbnails (#739836, Trinh Anh
      Ngoc)
    * Fix quoting issues in configure.ac (#739226, Alexander Tsoy)
    * Fix runtime critical warning when starting in fullscreen mode
      (#737864, Carlos Garcia Campos)
    * Handle TIFF files reporting a 0 resolution (#646414, Gabor
      Kelemen)
    * Disable toggle-find action for documents not supporting find
      (#738262, Carlos Garcia Campos)

Many translation updates

(prlw1)

2015-06-14 23:58:20 UTC MAIN commitmail json YAML

Fix build under NetBSD.
xgettext 0.18.3 or later is required.
Add gettext-tools to TOOL_DEPENDS.

(ryoon)

2015-06-14 22:19:18 UTC MAIN commitmail json YAML

Updated graphics/adwaita-icon-theme to 3.16.2.1

(prlw1)

2015-06-14 22:19:00 UTC MAIN commitmail json YAML

Update adwaita-icon-theme to 3.16.2.1

Use gtk3's gtk-update-icon-cache.

3.16.2
  - better metaphor for rotation allowed (bug #747117)
  - preferences-desktop-font for font-viewer
  - translations

3.16.0
  - translation updates

3.15.92
  - symbolic application-system
  - a11y icons for shell (bug #746022)
  - generic firmware mimetype icon

3.15.90
  - image manipulation action icons for symbolic (Photos)
  - less bulky folders
  - fullcolor mark location
  - grid alignment for some symbolics
  - translations

3.15.1
  - no hard dep on gtk-update-icon-cache (bug #739290)
  - missing icons needed for HC theme (bug #732511)
  - updated translations

(prlw1)

2015-06-14 22:02:30 UTC MAIN commitmail json YAML

Updated x11/gtk3 to 3.16.3

(prlw1)

2015-06-14 22:02:08 UTC MAIN commitmail json YAML

Update gtk3 to 3.16.3

It now has a hard dependency on libepoxy, and provides gtk-icon-update-cache.

Highlights from release notes:

* Improve client-side decorations without a compositor
* Theming: Fixes for the HighContrast theme

* GtkMenuButton:
- Improve accessible names

* GtkCellRendererPixbuf:
- Always follow state changes, the ::follow-state property
  is now ignored. This is necessary to make HighContrast
  and symbolic icons remain visible e.g. in selected rows.

* GtkEntry:
- Rework the size allocation code to be less arcane. This
  changed the semantics of the get_frame_size() vfunc. GtkEntry
  subclasses that override this vfunc may need adjustment.

* Go back to requiring GTK_FRAME_EXTENTS support for CSD,
  to fix shadow problems in KDE.

* GtkFileChooser:
- Don't start search too eagerly
- Use fts with tracker
- Make tracker queries more similar to nautilus

* GtkWindow:
- Improve window dragging on header bars

* Printing:
- Make avahi-browsed printers work
- Set printer state correctly

* Wayland
- Support hi-dpi cursors
- Exit cleanly if the compositor goes away
- Don't ignore early maximization/fullscreening
- Make subsurface popovers work under Weston
- DND fixes

* GL
- Port GdkGears example to modern OpenGL

* GtkScrolledWindow
- Avoid 'jumping' when zoom scrolling kicks in
- Make zoom scrolling less easy to trigger
- Make steppers use smooth autoscrolling
- Ensure indicators appear in the correct place

* Input methods can now be turned off entirely, which
  can be useful to free up the Ctrl-Shift-u shortcut

* Add some DND support to gtk3-icon-browser

* CSS
- Support animated font weight changes

* GtkPopover:
- has a map/unmap animation now

* GtkListBox now supports models with gtk_list_box_bind_model

* GtkNotebook has a new function to support tab dnd

* GtkSidebar was renamed to GtkStackSidebar to better convey what it does

* GtkFileChooser now has a location column for search

* GdkGLProfile has been removed

* GTK+ types now support the GLib g_autoptr() facility for
  automatic cleanup of automatic variables. GTK+ itself does
  not use g_autoptr() internally.

* GtkSearchEntry has gained ::next-match, ::previous-match
  and ::stop-search signals and a gtk_search_entry_handle_event()
  function, which help in providing a richer search experience
  and make search entries usable outside of GtkSearchBar.

* GtkFileChooser:
- The search has been reintegrated in the UI, there is now
  a toggle button on the header bar to go to search mode,
  in addition to the Alt-S shortcut.
- The file chooser button now accepts files by drag-and-drop properly.

* GtkScrolledWindow has gained a new ::edge-reached signal, which
  triggers when the edge of the scrollable area is reached.

* CSS:
- Performance improvements

* OpenGL:
- It is now possible to specify the required GL version, as well
  as some other options (debug, forward compatible) when creating
  a GdkGLContext
- Support for the OpenGL legacy profile has been dropped. Most examples
  have been updated, with the exception of gdkgears, which will be fixed
  in the next snapshot
- Use shader version 1.50

* GtkTextView
- Allow to customize multi-click behaviors, using the new
  ::extend-selection signal
- Selection can now be extended by scrolling
- Better behavior and appearance for text selection with touch

* GtkApplication:
- Use app menu fallback with ssh connections
- Provide a mechanism to hide unnecessary app menu items
  on OS X, so a single menu file can be used across platforms

* GtkCalendar:
- Show other months in a different color under Adwaita again
- Ensure we always show a bit of the other month on both ends

* GtkScrolledWindow
- Make overlay scrollbars more dynamic

* GtkFileChooser:
- Make bookmark DND insert at the right location
- Make '~' and '/' work in recent mode
- Make Ctrl-L work in recent mode
- Re-integrate search

* CSS:
- Introduce immutable style nodes
- Performance improvements
- Reduced memory consumption

* GtkInspector:
- Add a magnifier for the selected widget
- Show more display information
- Show memory address of objects

* Wayland:
- Use subsurfaces for popovers, so popovers can extend beyond the
  window boundaries
- Prefer the Wayland backend over X11 if both are available

* GL:
- Fix interaction with hi-dpi
- Add OpenGL support to the Windows backend

* GtkTextView:
- Font fallback and letter spacing can be controlled with tags now
- Pango markup can be inserted in text buffers

* GtkEntry now has API to grab focus without selecting the contents

* GtkWindow now starts from the focused widget when looking for
  actions that are activated by accelerators

* GtkScrolledWindow draws an indication where an edge if hiding
  some content that can be scrolled in

* GtkStack has gained GtkNotebook-like focus handling

* Theming:
- Support :not() in CSS
- GtkRange now supports :hover for the whole widget
- The HighContrast theme has caught up with some never GTK+ features
- Avoid excessive shadow redraws

* Build:
- gtk3-update-icon-cache is no longer used at build time, and the
  --enable-gtk2-dependency configure option has been removed
- The examples that are used in the documentation can now be built
  standalone

* Inspector:
- Allow extension with loadable modules, the first use for this
  is gjs-inspector, which adds a JavaScript prompt
- Allow testing cursor theme changes

* GtkPopoverMenu: A GtkPopover subclass that makes it easy
  to manually build menu-like popovers which can include
  arbitrary controls.

* GtkModelButton: A button widget that is optimized for
  use inside popovers with a GAction as 'model'.

* GL support:
- Try harder to pick good visuals
- Rework the way GL rendering is done in GtkGLArea
- Support input events in GtkGLArea
- Use shaders
- The GDK_GL environment variable can be used for debugging

* Inspector:
- Make picking widgets work in Wayland
- Rework search in all pages
- Improve space use
- Support GL information and debug flags
- Shield the inspector window from more debug settings
- Hide empty tabs

* Theming:
- Include the HighContrast theme
- Add borders to menus in non-composited environments
- Load themes from versioned directories like
  .../themes/Emerald/gtk-3-14/.

* Wayland:
- Make window opacity work
- Propagate clipboard owner changes

* Mir:
- Improved event handling
- Support cursors
- Enable CSD
- Better monitor support
- Add OpenGL support

* Deprecations:
- gdk_cursor_new
- gdk_device_grab_info_libgtk_only
- gdk_display_open_default_libgtk_only
- gdk_add_option_entries_libgtk_only
- gdk_pre_parse_libgtk_only

* An experimental mir backend has been added.
  Use --enable-mir-backend to build it.

* Inspector:
- Show more information
- Use a separate display connection

* Deprecations:
- GtkStyleProperties

* GDK supports rendering windows using OpenGL; currently
  this is implemented for X11 and Wayland using libepoxy

* GtkGLArea: A new widget for rendering with OpenGL

* GtkSidebar: A new switcher for GtkStack that looks like
  a sidebar

* Better typography: In many places, we now use proper Unicode
  characters for dashes, quotes, multiplication signs and the
  like, instead of ASCII approximations

* Theming:
- Context menus use the default font instead of inheriting from
  the widget they are attached to
- Theming engines are no longer used
- Backdrop style has been fine-tuned to make the difference to
  the active window more evident without affecting readability

* Inspector:
- Show nested tree models
- Add a checkbox to disable the warning dialog
- Rearrange the UI to gain space
- Show object counts

* GtkTextView has a monospace property

* GtkPaned has a wide-handle property

* GtkPrintUnixDialog
- Has improved appearance without headerbars
- Better rendering of sheet icons
- No more missing icons

* GtkScrolledWindow
- A new policy, GTK_POLICY_EXTERNAL, which allows scrolling
  without showing a scrollbar
- Scroll events can now overshoot as well
- The new signal ::edge-overshot is emitted when the scrolled
  window is fully overshot
- Scrollbars will be overlayed as narrow indicators when
  there is no mouse

* Deprecations:
- gdk_window_set_static_gravities
- gdk_window_set_composited
- gtk_style_context_get_background_color
- gtk_style_context_get_border_color
- gtk_settings_set_string/long/double_property
- gtk_settings_install_property

Plus many bug fixes and translation updates.

For full details see:

https://git.gnome.org/browse/gtk+/tree/NEWS?id=3.16.3

(prlw1)

2015-06-14 21:52:14 UTC MAIN commitmail json YAML

Update print/hplip to version 3.15.6.

(schnoebe)

2015-06-14 21:50:53 UTC MAIN commitmail json YAML

Update to HPLIP 3.15.6 (from 3.14.6)

Note: python3 support (listed below) has not been tested.

HPLIP 3.15.6 - This release has the following changes:
Added Support for the Following New Printers:

- HP DeskJet 2130 All-in-One Printer series
- HP DeskJet 2132 All-in-One Printer
- HP Deskjet 2546B All-in-One Printer
- HP Deskjet 2546P All-in-One Printer
- HP Deskjet 2546R All-in-One Printer
- HP DeskJet 3630 All-in-One Printer series
- HP DeskJet 3632 All-in-One
- HP Officejet 5744 e-All-in-One

Added support for the following new Distro's:

- Fedora 22

Issues fixed:

- Unable to capture 'error_log' while running 'hp-logcapture' on
  Fedora21.
- Error message is displayed while running 'hp-diagnose_queues' in
  terminal

Launchpad fixes:

1433557 - udev rules wrongly match on monitor hub, wrong invocation of
  systemd unit, changes config files in udev rules
1438456 - hp-setup creates spurious cupsd process

HPLIP 3.15.4 - This release has the following changes:
Significant Changes:

- HPLIP Plugin support for ARMv6,ARMv7 and aarch64 architectures

Added Support for the Following New Printers:

-HP Color LaserJet Pro M252dw
-HP Color LaserJet Pro M252n
-HP Color LaserJet Pro MFP M277n
-HP Color LaserJet Pro MFP M277dw
-HP Color LaserJet Enterprise M553n
-HP Color LaserJet Enterprise M553dn
-HP Color LaserJet Enterprise M553x
-HP Color LaserJet Enterprise M553dh
-HP Color LaserJet Enterprise M552dn
-HP LaserJet Enterprise M604n
-HP LaserJet Enterprise M604dn
-HP LaserJet Enterprise M605dn
-HP LaserJet Enterprise M605n
-HP LaserJet Enterprise M605x
-HP LaserJet Enterprise M606x
-HP LaserJet Enterprise M606dn

Added support for the following new Distro's:

- Debian 8.0 (RC)
- LinuxMint 17.1
- Ubuntu 15.04 (Beta)

Issues fixed:

- "Auto agree with license" option is set by default while resolving the
  dependencies with auto installation of HPLIP

Launchpad fixes:

1328074 - Installation fails when Downloads directory does not exist
1424539 - Updated driver plugin information in website
1152219 - hplip driver plugin support for ARM architecture
1328601 - FC20 latest version of HPLIP the "ready light" keeps flashing
  after print job is done
1388180 - hp-sendfax complains about Pre-2.0 version of Reportlab
1422004 - pkservice.py crashed with AttributeError in __init__():
          'module' object has no attribute 'MainLoop'

HPLIP 3.15.2 - This release has the following changes:
Significant Changes:

- Python3 support for HPLIP

Added support for the following new Distro's:

- Debian 7.7, 7.8
- OpenSuse 13.2
- Fedora 21

Launchpad fixes:

1388126 - Doesn't build against libjpeg-turbo 1.3.90
1395676 - hpcups crashes if DEVICE_URI not set in environment
1388007 - Incorrect call to hpmudext.device_open
1187055 - plugin download fails if python links to python3
802999  - Incorrect IEEE 1284 Device IDs for many models

HPLIP 3.14.10 - This release has the following changes:

Added Support for the Following New Printers:

- HP Deskjet 2541 All-in-One Printer
- HP Envy 4501 e-All-in-One
- HP Envy 4503 e-All-in-One
- HP Envy 4505 e-All-in-One
- HP Envy 4507 e-All-in-One
- HP Envy 4508 e-All-in-One
- HP ENVY 5534 e-All-in-One Printer
- HP Envy 5640 e-All-in-One
- HP Envy 5642 e-All-in-One
- HP Envy 5643 e-All-in-One
- HP Envy 5644 e-All-in-One
- HP Envy 5660 e-All-in-One
- HP Envy 5665 e-All-in-One
- HP Envy 7640 e-All-in-One
- HP Envy 7645 e-All-in-One
- HP LaserJet Pro MFP M125r
- HP LaserJet Pro MFP M125ra
- HP LaserJet Pro M201n Printer
- HP LaserJet Pro M201dw Printer
- HP LaserJet Pro M202n Printer
- HP LaserJet Pro M202dw Printer
- HP LaserJet Pro MFP M225rdn
- HP LaserJet Pro MFP M225dw
- HP LaserJet Pro MFP M225dn
- HP LaserJet Pro MFP M226dw
- HP LaserJet Pro MFP M226dn
- HP LaserJet Enterprise MFP M630dn
- HP LaserJet Enterprise MFP M630f
- HP LaserJet Enterprise MFP M630h
- HP LaserJet Enterprise Flow MFP M630z
- HP Officejet 5740 e-All-in-One
- HP Officejet 5742 e-All-in-One
- HP Officejet 5745 e-All-in-One
- HP OfficeJet 8040 e-All-in-One
- HP OfficeJet 6810 e-All-in-One  Printer Series
- HP OfficeJet 6812 e-All-in-One  Printer
- HP OfficeJet 6815 e-All-in-One  Printer
- HP Officejet 7612 Wide Format e-All-in-One Printer
- HP OfficeJet Pro 6230 ePrinter
- HP OfficeJet Pro 6830 e-All-in-one
- HP OfficeJet Pro 6835 e-All-in-one
- HP OfficeJet Pro 8616 e-All-in-One Printer

Added support for the following new Distro's:

- Debian 6.0.10
- Debian 7.6
- Ubuntu 14.10 Beta
- RHEL 7.0

Issues fixed:

- Traceback error occurs while configuring the device using
  'hp-setup <wrong input>'.
- Traceback error occurs while sending fax when SELinux is enabled.

Launchpad fixes:

250073  - Installation of 3.14.6 complains about failed install of
  non-existing package cupsys-bsd on Debian 7.
1255033 - Updated comment in 56-hpmud.rules file

(schnoebe)

2015-06-14 21:50:07 UTC MAIN commitmail json YAML

libepoxy looks for libGL.so.1. This matches the pkgsrc version, but
native X has libGL.so.2. Split the difference and look for libGL.so.

(prlw1)

2015-06-14 21:49:04 UTC MAIN commitmail json YAML

python-3.4 is supported.

(wiz)

2015-06-14 21:48:42 UTC MAIN commitmail json YAML

2015-06-14 21:48:27 UTC MAIN commitmail json YAML

Added devel/py-hglib version 1.6

(wiz)

2015-06-14 21:47:49 UTC MAIN commitmail json YAML

Import py27-hglib-1.6 as devel/py-hglib.

python-hglib is a library with a fast, convenient interface to Mercurial.
It uses Mercurial's command server for communication with hg.

(wiz)

2015-06-14 21:47:04 UTC MAIN commitmail json YAML

Updated x11/gtk2 to 2.24.28

(prlw1)

2015-06-14 21:46:34 UTC MAIN commitmail json YAML

Update gtk2 to 2.24.28

Rename gtk-update-icon-cache to gtk2-update-icon-cache to avoid
conflict with gtk3.

Overview of Changes from GTK+ 2.24.27 to 2.24.28
================================================

* Bug fixes:
693738 gtk print dialog shows "Getting printer information failed"...
746064 "sticky" window state reported wrongly on X11
746269 Segfault in gtk_tree_view_move_cursor_page_up_down
748014 W32: Tilting mousewheel left/right does not scroll horizontally

(prlw1)

2015-06-14 21:39:20 UTC MAIN commitmail json YAML

In the interest of getting gtk3 in before the freeze, link gettext with
expat so that it understands Glade.

(prlw1)

2015-06-14 21:29:58 UTC MAIN commitmail json YAML

2015-06-14 21:28:44 UTC MAIN commitmail json YAML

2015-06-14 21:02:59 UTC MAIN commitmail json YAML

Updated wm/notion to 3.2015061300

(wiz)

2015-06-14 21:02:47 UTC MAIN commitmail json YAML

Update to 3.20150613:

Highlights include:
* Travis continuous integration
* Better lua autodetection (thanks to Nikolay Orlyuk)
* Various code consistency changes
* Fixing p2 variable scopes in xkbevents handler (thanks to Jon Canning)
* Fixing resizing of dock windows managed by mod_statusbar (thanks
to Edward J. Schwartz)

(wiz)

2015-06-14 20:49:04 UTC MAIN commitmail json YAML

Updated print/kpathsea to 6.2.1nb1

(ryoon)

2015-06-14 20:48:35 UTC MAIN commitmail json YAML

2015-06-14 19:46:51 UTC MAIN commitmail json YAML

lang/gcc-aux: various fixes, remove NLS option

This update is a by-product of working on new package, gcc5-aux, and
applying those concepts here.  Several changes were made, including:

- Version date was not updated when version changed from 4.9.0 => 4.9.2
  (revbump occurred instead).  Remove revbump and fix date
- Remove DragonFly-i386 from permitted platforms.  This platform will be
  completely unsupported when DragonFly 4.2 is released (very soon)
- Remove references to OpenBSD and MirBSD.  Support was never activated
  due to technical issues and likely will not happen.
- Reindent (cosmetic)
- It is seemingly impossible to work around NetBSD's binary compatibility
  scheme (e.g. __socket30, __nanosleep50).  These weak symbols are simply
  ignored by Ada's pragma Import and no c-tricks seem to avoid conflicts.
  (Why can't NetBSD use symbol versioning???)  Anyway, having NetBSD-
  specific copies of source files to handle a couple of symbol differences
  is simply not sustainable, so move to a new scheme where these are
  replaced on the fly.  By the way, this problem basically means that I
  cannot fix GNAT upstream, even if I found somebody to sponsor getting
  the NUMEROUS non-ada patches upstream.  GCC devs would laugh at me if I
  describe why I want to introduce so many new but similar files to
  support NetBSD.  So it's very likely never going to happen.
- Disable libitm and libcilkrts by default.  They are out of scope and not
  worth building / fixing.
- Apparently NLS support doesn't build on NetBSD 6.1?  Nobody reported
  this to me, but there are linking issues.  I'm just removing the option
  (which was on by default) until further notice.  Having NLS support on
  by default was questionable anyway.
- Remove exetim mods, this was wrong (for all BSD platforms)
- Android support leaked in, but it's not used here
- The diff-ada file dropped about 150k in size, and could have been more
  had the android osinte file been masked too.

(marino)

2015-06-14 18:26:46 UTC MAIN commitmail json YAML

2015-06-14 18:18:43 UTC MAIN commitmail json YAML

Updated pkgtools/pkglint to 4.155

(wiz)

2015-06-14 18:18:34 UTC MAIN commitmail json YAML

2015-06-14 18:15:32 UTC MAIN commitmail json YAML

Added devel/p5-Canary-Stability version 2001

(wiz)

2015-06-14 18:15:24 UTC MAIN commitmail json YAML

+ p5-Canary-Stability

(wiz)

2015-06-14 18:15:09 UTC MAIN commitmail json YAML

Import p5-Canary-Stability-2001 as devel/p5-Canary-Stability.

This module is used by Schmorp's modules during configuration stage
to test the installed perl for compatibility with his modules.

It's not, at this stage, meant as a tool for other module authors,
although in principle nothing prevents them from subscribing to
the same ideas.

(wiz)

2015-06-14 18:14:42 UTC MAIN commitmail json YAML

2015-06-14 17:42:50 UTC MAIN commitmail json YAML

2015-06-14 16:59:21 UTC MAIN commitmail json YAML

Updated net/mikutter to 3.2.4

(tsutsui)

2015-06-14 16:58:29 UTC MAIN commitmail json YAML

Update mikutter to 3.2.4.

* fix missed i18n in extract tab plugin
* stop generationg .mo files on every startup
* update LANG po files

(tsutsui)

2015-06-14 16:55:32 UTC MAIN commitmail json YAML

Updated converters/libfreehand to 0.1.1

(wiz)

2015-06-14 16:55:23 UTC MAIN commitmail json YAML

Update to 0.1.1.:

libfreehand 0.1.1

- drastical improvement of all features
  * fills
  * strokes
  * embedded images
  * embedded text
- output of visible elements only in right place on the canvas
- coverage from Freehand 3.0 to Freehand 11

(wiz)

2015-06-14 16:51:40 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-SQLite to 1.48

(wiz)

2015-06-14 16:51:32 UTC MAIN commitmail json YAML

Update to 1.48:

1.48 2015-06-12
  - Switched to a production version. (ISHIGAKI)

1.47_05 2015-05-08
  - Updated to SQLite 3.8.10

1.47_04 2015-05-02
  - Used MY_CXT instead of a global variable

1.47_03 2015-04-16
  - Added :all to EXPORT_TAGS in ::Constants

1.47_02 2015-04-16
  - Updated to SQLite 3.8.9
  - Added DBD::SQLite::Constants, from which you can import any
    "useful" constants into your applications.
  - Removed previous Cygwin hack as SQLite 3.8.9 compiles well again
  - Now create_function/aggregate accepts an extra bit
    (SQLITE_DETERMINISTIC) for better performance.

1.47_01 2015-02-17
    *** (EXPERIMENTAL) CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
    - Commented OPTIMIZE out of WriteMakefile (RT #94207).
      If your perl is not compiled with -O2, your DBD::SQLite may
      possibly behave differently under some circumstances.
      (This release is to find notable examples from CPAN Testers).
    - Set THREADSAFE to 0 under Cygwin to cope with an upstream
      regression since 3.8.7 (GH #7).

    - Updated to SQLite 3.8.8.2
    - Resolved #35449: Fast DBH->do (ptushnik, ISHIGAKI)

(wiz)

2015-06-14 16:50:16 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-Symdump to 2.1500

(wiz)

2015-06-14 16:50:06 UTC MAIN commitmail json YAML

Update to 2.15:

2015-06-11  k  <andk@cpan.org>

* release 2.15

* In the tests, always check for exists before checking for
definedness (Reini Urban)

(wiz)

2015-06-14 16:48:47 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-TimeZone to 1.91

(wiz)

2015-06-14 16:48:36 UTC MAIN commitmail json YAML

Update to 1.91:

1.91    2015-06-13

- This release is based on version 2015e of the Olson database. This release
  includes contemporary changes for Morocco and Cayman Islands.

(wiz)

2015-06-14 16:46:48 UTC MAIN commitmail json YAML

Updated devel/p5-List-MoreUtils to 0.413

(wiz)

2015-06-14 16:46:39 UTC MAIN commitmail json YAML

Update to 0.413:

0.413 2015-06-10
    - Fix compiling in c++ mode (depreciated, but some people seem to
      require it). Solves RT#104690

(wiz)

2015-06-14 16:45:24 UTC MAIN commitmail json YAML

Updated devel/p5-Params-Validate to 1.19

(wiz)

2015-06-14 16:45:16 UTC MAIN commitmail json YAML

Update to 1.19:

1.19    2015-06-12

- Fixed an uninitialized value warning from the pure Perl implementation under
  5.8.8. Reported by Jim Bacon. RT #105198.

(wiz)

2015-06-14 16:39:50 UTC MAIN commitmail json YAML

2015-06-14 16:39:41 UTC MAIN commitmail json YAML

Update to 0.2.6.9:

Changes in version 0.2.6.9 - 2015-06-11
  Tor 0.2.6.9 fixes a regression in the circuit isolation code, increases the
  requirements for receiving an HSDir flag, and addresses some other small
  bugs in the systemd and sandbox code. Clients using circuit isolation
  should upgrade; all directory authorities should upgrade.

  o Major bugfixes (client-side privacy):
    - Properly separate out each SOCKSPort when applying stream
      isolation. The error occurred because each port's session group was
      being overwritten by a default value when the listener connection
      was initialized. Fixes bug 16247; bugfix on 0.2.6.3-alpha. Patch
      by "jojelino".

  o Minor feature (directory authorities, security):
    - The HSDir flag given by authorities now requires the Stable flag.
      For the current network, this results in going from 2887 to 2806
      HSDirs. Also, it makes it harder for an attacker to launch a sybil
      attack by raising the effort for a relay to become Stable which
      takes at the very least 7 days to do so and by keeping the 96
      hours uptime requirement for HSDir. Implements ticket 8243.

  o Minor bugfixes (compilation):
    - Build with --enable-systemd correctly when libsystemd is
      installed, but systemd is not. Fixes bug 16164; bugfix on
      0.2.6.3-alpha. Patch from Peter Palfrader.

  o Minor bugfixes (Linux seccomp2 sandbox):
    - Fix sandboxing to work when running as a relaymby renaming of
      secret_id_key, and allowing the eventfd2 and futex syscalls. Fixes
      bug 16244; bugfix on 0.2.6.1-alpha. Patch by Peter Palfrader.
    - Allow systemd connections to work with the Linux seccomp2 sandbox
      code. Fixes bug 16212; bugfix on 0.2.6.2-alpha. Patch by
      Peter Palfrader.

  o Minor bugfixes (tests):
    - Fix a crash in the unit tests when built with MSVC2013. Fixes bug
      16030; bugfix on 0.2.6.2-alpha. Patch from "NewEraCracker".

(wiz)

2015-06-14 16:29:16 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 17.1.1

(wiz)

2015-06-14 16:29:07 UTC MAIN commitmail json YAML

Update to 17.1.1:

------
17.1.1
------

* Backed out unintended changes to pkg_resources, restoring removal of
  deprecated imp module (`ref
  <https://bitbucket.org/pypa/setuptools/commits/f572ec9563d647fa8d4ffc534f2af8070ea07a8b#comment-1881283>`_).

----
17.1
----

* Issue #380: Add support for range operators on environment
  marker evaluation.

(wiz)

2015-06-14 16:27:59 UTC MAIN commitmail json YAML

Updated devel/py-cparser to 2.14

(wiz)

2015-06-14 16:27:50 UTC MAIN commitmail json YAML

Update to 2.14:

+ Version 2.14 (09.06.2015)

  - Added CParser parameter to specify output directory for generated parsing
    tables (#84).
  - Removed lcc's cpp and its license from the distribution. Using lcc's cpp
    is no longer recommended, now that Clang has binary builds available for
    Windows.

(wiz)

2015-06-14 16:24:54 UTC MAIN commitmail json YAML

Updated devel/py-cffi to 1.1.2

(wiz)

2015-06-14 16:24:45 UTC MAIN commitmail json YAML

Update to 1.1.2:

1.1.2
=====

* ``ffi.gc()``: fixed a race condition in multithreaded programs
  introduced in 1.1.1

1.1.1
=====

* Out-of-line mode: ``ffi.string()``, ``ffi.buffer()`` and
  ``ffi.getwinerror()`` didn't accept their arguments as keyword
  arguments, unlike their in-line mode equivalent.  (It worked in PyPy.)

* Out-of-line ABI mode: documented a restriction__ of ``ffi.dlopen()``
  when compared to the in-line mode.

* ``ffi.gc()``: when called several times with equal pointers, it was
  accidentally registering only the last destructor, or even none at
  all depending on details.  (It was correctly registering all of them
  only in PyPy, and only with the out-of-line FFIs.)

.. __: cdef.html#dlopen-note

(wiz)

2015-06-14 16:23:13 UTC MAIN commitmail json YAML

Updated devel/libuuid to 2.26.2

(wiz)

2015-06-14 16:23:03 UTC MAIN commitmail json YAML

Update to 2.26.2. Enjoy the changelog:

util-linux 2.26.2: Apr 30 2015
* see Documentation/releases/v2.26.2-ReleaseNotes or the complete changelog at
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.26/v2.26.2-ChangeLog

util-linux 2.26.1: Mar 13 2015
* see Documentation/releases/v2.26.1-ReleaseNotes or the complete changelog at
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.26/v2.26.1-ChangeLog

util-linux 2.26: Feb 19 2015
* see Documentation/releases/v2.26-ReleaseNotes or the complete changelog at
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.26/v2.26-ChangeLog

util-linux 2.26-rc2: Feb 4 2015
* see Documentation/releases/v2.26-ReleaseNotes or the complete changelog at
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.26/v2.26-rc2-ChangeLog

util-linux 2.26-rc1: Jan 14 2015
* see Documentation/releases/v2.26-ReleaseNotes or the complete changelog at
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.26/v2.26-rc1-ChangeLog

util-linux 2.25: Jul 22 2014
* see Documentation/releases/v2.25-ReleaseNotes or the complete changelog at
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.25/v2.25-ChangeLog

util-linux 2.25-rc2: Jul 2 2014
* see Documentation/releases/v2.25-ReleaseNotes or the complete changelog at
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.25/v2.25-rc2-ChangeLog

util-linux 2.25-rc1: Jun 18 2014
* see Documentation/releases/v2.25-ReleaseNotes or the complete changelog at
  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.25/v2.25-rc1-ChangeLog

(wiz)

2015-06-14 16:17:01 UTC MAIN commitmail json YAML

Updated textproc/iso-codes to 3.58

(wiz)

2015-06-14 16:16:52 UTC MAIN commitmail json YAML

Update to 3.58:

iso-codes 3.58
--------------
Dr. Tobias Quathamer <toddy@debian.org>
Mon, 8 Jun 2015

  [ General ]
  * Update autotools files

  [ ISO 3166 ]
  * Add "Tanzania" as common name for the state. Thanks to
    Jack Bates for the suggestion.

  [ ISO 3166 translations ]
  * Turkish by Mert Dirik and Atila KOÇ. Closes: #769312
  * Slovak by Ivan Masár
  * Kazakh by Baurzhan Muftakhidinov. Closes: #782649

  [ ISO 3166-2 translations ]
  * Slovak by Ivan Masár
  * Danish by Joe Hansen (TP)

  [ ISO 639 translations ]
  * Slovak by Ivan Masár

  [ ISO 639-3 translations ]
  * Polish by Jakub Bogusz (TP)

  [ ISO 639-5 translations ]
  * Polish by Jakub Bogusz (TP)

  [ ISO 4217 translations ]
  * Greek by Vangelis Skarmoutsos (TP)

(wiz)

2015-06-14 16:15:03 UTC MAIN commitmail json YAML

Updated devel/global to 6.5

(wiz)

2015-06-14 16:14:54 UTC MAIN commitmail json YAML

Update to 6.5:

Version 6.5 - June 10 2015

[CHANGES]
New facilities:
o global: New -N (--nearness=[start]) option.
        Nearness sort method is available for the output of tag search command.
The result of nearness sort is concatenation of the followings ([1]-[n])
in this order. The default of 'start' is the current directory.
        [1] Output of local search in the 'start' directory.
        [2] Output of local search in the parent directory except for [1].
        [3] Output of local search in the grandparent directory except for [1]-[2].
        (repeat until the project root directory)
        [n] Output of local search in the project root directory except for [1]-[n-1].
        In each directory, they are sorted by alphabetical order.
o global: Now the --literal option also works with the tag search command,
        -P command and -I command as well as the -g command.

[FIXED BUGS]
o htags: The -c and -x option of htags(1) were still available in the help
  message, even though they had actually been removed. Now, these options
  are removed completely.
o gtags (PHP): Against the following source code, gtags(1) aborted with a message
  'short of memory'. Now it works.
        [nullstring.php]
        +----------------
        |<?php
        |define('');
        |?>
        +----------------
o gtags (C++): Gtags(1) didn't recognize the shift operator. Now it works.
        [a.hh]
        +----------------
        |class const_mod<uint64_t(1) << 48>
        |{
        |};
        +----------------
        $ gtags
        gtags: failed to parse template [+1 ./a.hh].
o gtags (C, C++): Gtags(1) couldn't pick up 'E2' as a definition. Now it works.
        [test.c]
        +----------------
        |enum my_enum2
        |{
        |    E2
        |};
        +----------------

(wiz)

2015-06-14 16:13:23 UTC MAIN commitmail json YAML

Updated devel/glibmm to 2.44.0

(wiz)

2015-06-14 16:13:14 UTC MAIN commitmail json YAML

Update to 2.44.0:

2.44.0 (stable):

Gio:
* Action, ActionGroup: Avoid memory leaks in funcs.
  (Kjell Ahlstedt) Bug #705124

gmmproc:
* _WRAP_VFUNC(): Add keep_return parameter.
  (Kjell Ahlstedt) Bug #705124

2.43.91 (unstable):

Glib:
* OptionContext: Add get/set_strict_posix().
  (Murray Cumming)

Gio:
* Application:
  - Add get/set/unset_resource_base_path() and property.
  - Add get_is_busy() and property.
  (Murray Cumming)
* File: Add replace_contents_bytes_aync().
  (Murray Cumming)
* InputStream: Add read_all_async() and read_all_finish().
  (Murray Cumming)
* MemoryInputStream: Add add_bytes().
  (Murray Cumming)
* OutputStream: Add write_all_async() and write_all_finish().
  (Murray Cumming)

Gio::DBus
* InterfaceInfo: Add cache_build() and cache_release().
  (Murray Cumming)

2.43.90 (unstable):

Glib:
* Error::register_init(): Call Glib::wrap_register_init().
  (Kjell Ahlstedt) Bug #743466 (Mike Fleetwood).
* OptionGroup:
  - Fix enable/disable bool option pairs.
  (Kjell Ahlstedt) Bug #744854 (Tom Schoonjans)
  - Fix memory leaks
  (Kjell Ahlstedt) Bug #745173.
  - Don't use deprecate g_option_group_free().
  (Kjell Ahlstedt)
* Value: Deprecate Value<char>, add Value<signed char>.
  Because g_value_[get,set]_char() are deprecated in favour of
  g_value_[get,set]_schar().
  (Kjell Ahlstedt)

Gio:
* Application: Deprecate property_action_group().
  (Kjell Ahlstedt)
* Notification: Add set_priority() and enum NotificationPriority.
  (Kjell Ahlstedt)
* Add TcpWrapperConnection.
  (Murray Cumming)
* UnixSocketAddress: Deprecate property_abstract().
  (Kjell Ahlstedt)

gmmproc:
* Fix error messages in glib and gio by removing unnecessary _IGNORES().
  (Kjell Ahlstedt)
* h2def.py: Remove *_DEPRECATED_IN_*_*_FOR(*) prefixes with white space.
  (Kjell Ahlstedt)
* Put DOXYGEN_SHOULD_SKIP_THIS around *_Class prototypes.
  To workaround a doxygen bug, to fix the genereated DevHelp search index.
  (Murray Cumming) Bug #743918

2.43.3 (unstable):

Glib:
* Binding: Rename and change BindingTransformSlot to SlotTransform.
  (Kjell Ahlstedt) Bug #738663.
* Add SlotSpawnChildSetup.
  (Kjell Ahlstedt) Bug #528285.

Documentation:
* Resource: Suppress incorrect doxygen links.
  (Kjell Ahlstedt)

2.43.2 (unstable):

Gio:
* Added NetworkMonitor.
  (Murray Cumming)
* UnixFDList, UnixFDMessage: Correct array lengths in steal_fds()
  (Kjell Ahlstedt) Bug #741365 (Matthew Balkam)

gmmproc:
* Don't make one very long line for the enum documentation.
  (Kjell Ahlstedt)
* Improve the conversion of Since to @newin.
  (Kjell Ahlstedt)
* Add an empty line after @newin where it's missing
  (Kjell Ahlstedt)

2.43.1 (unstable):

gmmproc:
* Tidy up the generation of enum docs
  (Kjell Ahlstedt)
* _WRAP_GERROR: Add documentation to the generated enum Code.
  (Kjell Ahlstedt)
* Change messages that MS Visual Studio can misunderstand.
  (Kjell Ahlstedt)
* Warn when an ignored method or signal doesn't exist.
  (Marcin Kolny) Bug #737212.

Glib:
* Add Binding.
  (Kjell Ahlstedt) Bug #738663.
* Checksum::ChecksumType: Remove erroneous documentation
  (Kjell Ahlstedt)
* Property: Add some documentation.
  (Kjell Ahlstedt) Bug #523043.

Gio:
  Add Resource.
  (Kjell Ahlstedt)

(wiz)

2015-06-14 16:10:52 UTC MAIN commitmail json YAML

2015-06-14 16:10:44 UTC MAIN commitmail json YAML

Update to 1.82:

Version 1.82b:
--------------

  - Fixed a harmless but annoying race condition in persistent mode - signal
    delivery is a bit more finicky than I thought.

  - Updated the documentation to explain persistent mode a bit better.

  - Tweaked AFL_PERSISTENT to force AFL_NO_VAR_CHECK.

--------------
Version 1.81b:
--------------

  - Added persistent mode for in-process fuzzing. See llvm_mode/README.llvm.
    Inspired by Kostya Serebryany and Christian Holler.

  - Changed the in-place resume code to preserve crashes/README.txt. Suggested
    by Ben Nagy.

  - Included a potential fix for LLVM mode issues on MacOS X, based on the
    investigation done by teor2345.

(wiz)

2015-06-14 16:08:14 UTC MAIN commitmail json YAML

Updated print/cups-filters to 1.0.69

(wiz)

2015-06-14 16:08:04 UTC MAIN commitmail json YAML

Update to cups-filters-1.0.69, from Leonardo Taccari in PR 49972.

Changes:
- cups-browsed: When generating a PPD for an auto-discovered IPP
  network printer, create a "ColorModel" option only if valid
  choices are reported for it by the IPP printer.
- cups-browsed: Updated PPD file generator for auto-generated queues
  for IPP network printers from the CUPS 2.1.x upstream code, so that
  floating-point numbers are written in a locale-neutral way
  (CUPS STR #4579).
- cups-browsed: When checking whether a queue name already exists
  as a locally defined queue, do case-insensitive comparing as for
  CUPS printer names are case-insensitive. This assures that
  already existing queues do never get overwritten.
- cups-browsed: Added "IPPPrinterQueueType Auto/PPD/NoPPD" directive
  to cups-browsed.conf to allow controlling how cups-browsed
  creates queues fr native IPP network printers: with PPD, with
  System V interface script, or selecting automatically.
- pdftopdf: Center Landscape-oriented jobs correctly on the page
  if the "fitplot" or "number-up" options are used (Bug #1284).
- pstopdf: Removed "-dUseCIEColor" from the Ghostscript command line.
  In modern Ghostscript versions (9.11 and newer) it is recommended to
  not use it with the pdfwrite and ps2write output devices any more.
- imagetopdf: Corrections in PDF output: Let evince display the PDF
  with the correct size including margins and let ghostscript not
  complain about an invalid xref entry.
- cups-browsed: Do not add options to the System V interface script
  which calls sys5ippprinter but set the options as defaults for the
  CUPS queue in printers.conf.
- cups-browsed: When auto-generating a PPD-less print queue for an
  IPP network printer, determine default page size, unprintable margins,
  and color space from the printer via an IPP request.
- imagetopdf: Debug logging should be only controlled by the LogLevel
  of CUPS, not by an awkward build time switch.
- cups-browsed: Determine from the TXT records of the Bonjour broadcast
  of an IPP network printer whether it has color and duplex
  capabilities and if yes, let auto-generated PPD-less print queues
  use appropriate command line options to make use of these
  capabilities.
- imagetopdf: Make this filter also work with auto-generated PPD-less
  print queues for IPP network printers.
- sys5ippprinter: Renamed pdftoippprinter to reflect that it is
  once a System 5 interface script and second does not accept only
  PDF as input.
- pdftoippprinter: Support also PWG Raster and JPEG as input formats
  so that an auto-generated, PPD-less queue for an IPP printer emulates
  an IPP Everywhere printer.

(wiz)

2015-06-14 15:52:48 UTC MAIN commitmail json YAML

Updated editors/emacs-snapshot to 25.0.50.2015041522

(mef)

2015-06-14 15:46:22 UTC MAIN commitmail json YAML

Update from 20140101 to 20150415(22).
    prev version: emacs24-24.3.50.20140101nb10
  current version: emacs25-25.0.50.2015041522
(upstream)
  Upstream changes are too many to list here. Year and
  3 month between them. But it includes (at least)
  - the changes from emacs24 to emacs25
    (This may require adding emacs25 on
    EMACS_VERSIONS_ACCEPTED in some packages)
(pkgsrc)
- (Makefile.common) sequence now resembles (wip)/emacs-current/Makefile
- (Makefile)
  Add missing send-pr.el setup (at /usr/share/gnats) in site-init.el
- (files/site-init.el)
  Copied from editors/emacs24
- Drop patch-ae:            "if [ $# == 0 ]; then"  ( == -> =)
        patch-configure.ac:  ksh bad substitution problem
        patch-src_image.c:  Fix build with giflib 5.1.
- (options.mk)
  * configuration now resembles (wip)/emacs-current/options.mk
  * Add options xaw3d and xml (also in PKG_SUGGESTED_OPTIONS)
  * Correction typo on CONFIGURE_ARGS on --without-imagemagic(k)

(mef)

2015-06-14 14:21:02 UTC MAIN commitmail json YAML

2015-06-14 14:20:24 UTC MAIN commitmail json YAML

Added print/tex-pbox version 1.2

(joerg)

2015-06-14 14:20:11 UTC MAIN commitmail json YAML

Add tex-pbox-1.2:

This package provides a variable-width \parbox and some convenient
length commands.  The \pbox command is equivalent to the \parbox
command, only the width specified is merely the maximum  width; the
\pbox tries to fit itself tightly around the specified text.

(joerg)

2015-06-14 13:57:04 UTC MAIN commitmail json YAML

+ afl-1.82b, cups-2.0.3, cups-filters-1.0.69, global-6.5,
  gst-plugins1-soup-1.5.1, iso-codes-3.58, libfreehand-0.1.1,
  py-cffi-1.1.2, py-cparser-2.14, py-gstreamer0.10-1.2.1,
  py-html2text-2015.6.12, py-setuptools-17.1.1, screen-4.3.0,
  tor-0.2.6.9.

(wiz)

2015-06-14 13:53:00 UTC MAIN commitmail json YAML

Mention net/gst-plugins1-soup

(wiz)

2015-06-14 13:31:25 UTC MAIN commitmail json YAML

texlive 2015 updates

(markd)

2015-06-14 13:28:53 UTC MAIN commitmail json YAML

2015-06-14 13:14:51 UTC MAIN commitmail json YAML

Note update of devel/ruby-rspec-rails package to 3.3.1.

(taca)

2015-06-14 13:14:16 UTC MAIN commitmail json YAML

Update ruby-rspec-rails to 3.3.1.

### 3.3.1 / 2015-06-14
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.3.0...v3.3.1)

Bug Fixes:

* Fix regression that caused stubbing ActiveRecord model classes to
  trigger internal errors in rails. (Myron Marston, Aaron Kromer, #1395)

(taca)

2015-06-14 13:09:31 UTC MAIN commitmail json YAML

Complete update to 0.5.1 (partially committed along with unrelated
texlive updates).

Diff 0.5 to 0.5.1

- Fixing sorting issue in main list
- KBibTeX will set itself as default bibliography editor in KDE
- Crash when finding PDFs
- Fixing crash in id suggestion editor
- Fixing compilation issue
- Restoring session state (1)
- Restoring session state (2)
- Correctly parsing command line arguments if relative paths are given
- Various minor clean-ups and improvements

Diff 0.4.1 to 0.5

- Initial support for BibLaTeX
- Id Suggestion editor like available in old KDE3 version
- "Find PDF" function to locate PDF files through web search engines
- New online database searches: MathSciNet, Ingenta Connect, Inspire Hep,
  SAO/NASA ADS, ISBN DB, JStor
- Improved memory management
- Numerous bug fixes and improvements

(markd)

2015-06-14 13:02:54 UTC MAIN commitmail json YAML

Fix packaging with perl 5.22.0.
DEPENDS on devel/p5-Module-Build.

(ryoon)

2015-06-14 12:56:31 UTC MAIN commitmail json YAML

Update to texlive 2015.

pdfTEX: Support JPEG Exif as well as JFIF; do not even emit a warning if
\pdfinclusionerrorlevel is negative; sync with xpdf 3.04.
LuaTEX: New library newtokenlib for scanning tokens; bug fixes in the normal
random number generator and other places.
XeTEX: Image handling fixes; xdvipdfmx binary looked for first as a sibling
to xetex; internal XDV opcodes changed.
MetaPost: New numbersystem binary; new Japanese-enabled upmpost and
updvitomp programs, analogous to up*tex.
Infrastructure: The fmtutil script has been reimplemented to read
fmtutil.cnf on a per-tree basis, analogous to updmap. Web2C mktex* scripts
(including mktexlsr, mktextfm, mktexpk) now prefer programs in their own
directory, instead of always using the existing PATH.

(markd)

2015-06-14 12:50:07 UTC MAIN commitmail json YAML

Update to texlive 2015.

pdfTEX: Support JPEG Exif as well as JFIF; do not even emit a warning if
\pdfinclusionerrorlevel is negative; sync with xpdf 3.04.
LuaTEX: New library newtokenlib for scanning tokens; bug fixes in the normal
random number generator and other places.
XeTEX: Image handling fixes; xdvipdfmx binary looked for first as a sibling
to xetex; internal XDV opcodes changed.
MetaPost: New numbersystem binary; new Japanese-enabled upmpost and
updvitomp programs, analogous to up*tex.
Infrastructure: The fmtutil script has been reimplemented to read
fmtutil.cnf on a per-tree basis, analogous to updmap. Web2C mktex* scripts
(including mktexlsr, mktextfm, mktexpk) now prefer programs in their own
directory, instead of always using the existing PATH.

(markd)

2015-06-14 11:31:46 UTC MAIN commitmail json YAML

2015-06-14 11:26:43 UTC MAIN commitmail json YAML

Update to texlive 2015.

pdfTEX: Support JPEG Exif as well as JFIF; do not even emit a warning if
\pdfinclusionerrorlevel is negative; sync with xpdf 3.04.
LuaTEX: New library newtokenlib for scanning tokens; bug fixes in the normal
random number generator and other places.
XeTEX: Image handling fixes; xdvipdfmx binary looked for first as a sibling
to xetex; internal XDV opcodes changed.
MetaPost: New numbersystem binary; new Japanese-enabled upmpost and
updvitomp programs, analogous to up*tex.
Infrastructure: The fmtutil script has been reimplemented to read
fmtutil.cnf on a per-tree basis, analogous to updmap. Web2C mktex* scripts
(including mktexlsr, mktextfm, mktexpk) now prefer programs in their own
directory, instead of always using the existing PATH.

(markd)

2015-06-14 11:20:01 UTC MAIN commitmail json YAML

Update to texlive 2015.

pdfTEX: Support JPEG Exif as well as JFIF; do not even emit a warning if
\pdfinclusionerrorlevel is negative; sync with xpdf 3.04.
LuaTEX: New library newtokenlib for scanning tokens; bug fixes in the normal
random number generator and other places.
XeTEX: Image handling fixes; xdvipdfmx binary looked for first as a sibling
to xetex; internal XDV opcodes changed.
MetaPost: New numbersystem binary; new Japanese-enabled upmpost and
updvitomp programs, analogous to up*tex.
Infrastructure: The fmtutil script has been reimplemented to read
fmtutil.cnf on a per-tree basis, analogous to updmap. Web2C mktex* scripts
(including mktexlsr, mktextfm, mktexpk) now prefer programs in their own
directory, instead of always using the existing PATH.

(markd)

2015-06-14 11:12:37 UTC MAIN commitmail json YAML

2015-06-14 11:04:59 UTC MAIN commitmail json YAML

Updated shells/dash to 0.5.8

(ryoon)

2015-06-14 11:04:25 UTC MAIN commitmail json YAML

Update to 0.5.8

Changelog:
2014-09-26  Herbert Xu <herbert@gondor.apana.org.au>

* Small optimisation of command -pv change.
* Set command -p path to /usr/sbin:/usr/bin:/sbin:/bin.
* Change "characters" for printf precision to "bytes".
* Release 0.5.8.

2014-09-26  Jonathan Nieder <jrnieder@gmail.com>

* Clarify "trap '' signals" syntax in manual page.

2014-09-26  Adam Buchbinder <adam.buchbinder@gmail.com>

* Clarify that 0 and EXIT are both acceptable for exit traps.

2014-09-26  Harald van Dijk <harald@gigawatt.nl>

* command: allow combining -p with -v.
* getjob: Fix off-by-one error for multiple of four job numbers

2013-08-23  Herbert Xu <herbert@gondor.apana.org.au>

* Propagate EXP_QPAT in subevalvar.
* Initialise OPTIND after importing environment.
* Fixed argument parsing crash in test.

2013-03-12  Peter Rosin <peda@lysator.liu.se>

* Add newline when tracing in poplocalvars.

2013-01-10  J辿r辿mie Courr竪ges-Anglas <jca+dash@wxcvbn.org>

* Markup fixes in manual for mandoc 1.12.1.

2012-12-03  Harald van Dijk <harald@gigawatt.nl>

* Use PRIdMAX instead of %j in printf.

2012-07-20  Kimo Rosenbaum <kimor79@yahoo.com>

* Fix typo for wait in manual.

2012-06-09  Christoph Mathys <eraserix@gmail.com>

* Add support for ulimit -r.

2012-03-11  Jim Meyering  <meyering@redhat.com>

* Avoid overflow for very long variable name.
$ perl -le 'print "v"x(2**31+1) ."=1"' | dash

2012-02-25  Herbert Xu <herbert@gondor.apana.org.au>

* Sanitise environment variable names on entry.

2011-08-17  David S. Miller <davem@davemloft.net>

* Allow building without LINEO support.
* Add top-level autogen.sh.

2011-07-26  Harald van Dijk <harald@gigawatt.nl>

* Avoid imaxdiv when only one of the results is wanted.

2010-07-09  maximilian attems <max@stro.at>

* Fix klibc DEBUG compilation.

2011-07-09  Herbert Xu <herbert@gondor.apana.org.au>

* Merge SKIPFUNC/SKIPFILE and only clear SKIPFUNC when leaving dotcmd.

(ryoon)

2015-06-14 10:16:08 UTC MAIN commitmail json YAML

2015-06-14 10:01:41 UTC MAIN commitmail json YAML

2015-06-14 08:10:09 UTC MAIN commitmail json YAML

Updated graphics/feh to 2.13.1

(szptvlfn)

2015-06-14 08:09:36 UTC MAIN commitmail json YAML

Update to 2.13.1

ChangeLog:
http://git.finalrewind.org/feh/plain/ChangeLog
Sun, 24 May 2015 11:45:18 +0200

* Release v2.13.1
    * Fix --scale-down breaking image centering in fullscreen mode

Sun, 17 May 2015 20:40:36 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.13
    * print --verbose output to stderr
    * Show progress when using --verbose and --loadable / --unloadable
    * ~/.fehbg is now a shell script and can be executed directly
      (sourcing it still works)
    * --max-dimension: ignore width/height limit of 0 pixels
    * Do not re-render images when toggling keep_zoom_vp
    * feh/themes: Support quoting with '' too (previously, only "" worked)
    * Fix potential out of bounds array access in EXIF code
      (when built with exif=1)

Wed, 08 Apr 2015 11:18:41 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.12.1
    * Handle missing HOME in environment
    * Fix memory leak when a slideshow contains many unloadable images
    * Fix memory leak when --prelaod removes files from the filelist

(szptvlfn)

2015-06-14 07:28:44 UTC MAIN commitmail json YAML

2015-06-14 07:27:34 UTC MAIN commitmail json YAML

Added security/dcfldd version 1.3.4

(pettai)

2015-06-14 07:27:08 UTC MAIN commitmail json YAML

dcfldd is an enhanced version of GNU dd with features useful for
forensics and security. Based on the dd program found in the GNU
Coreutils package, dcfldd has the following additional features:

* Hashing on-the-fly - dcfldd can hash the input data as it is being
  transferred, helping to ensure data integrity.
* Status output - dcfldd can update the user of its progress in terms
  of the amount of data transferred and how much longer operation will take.
* Flexible disk wipes - dcfldd can be used to wipe disks quickly and
  with a known pattern if desired.
* Image/wipe Verify - dcfldd can verify that a target drive is a
  bit-for-bit match of the specified input file or pattern.
* Multiple outputs - dcfldd can output to multiple files or disks at
  the same time.
* Split output - dcfldd can split output to multiple files with more
  configurability than the split command.
* Piped output and logs - dcfldd can send all its log data and output
  to commands as well as files natively.

(pettai)

2015-06-14 00:41:49 UTC MAIN commitmail json YAML

ruby-rdtool/buildlink3.mk is no longer used.

(taca)

2015-06-14 00:40:30 UTC MAIN commitmail json YAML

2015-06-13 23:57:25 UTC MAIN commitmail json YAML

2015-06-13 21:55:58 UTC MAIN commitmail json YAML

Updated x11/deforaos-locker to 0.3.0

(khorben)

2015-06-13 21:55:01 UTC MAIN commitmail json YAML

Package DeforaOS Locker 0.3.0

This release brought:
- new demo animation
- Spanish translation
- support for power management (DPMS)
- improved build system
- improved documentation
- various bugfixes and improvements

(khorben)

2015-06-13 21:26:39 UTC MAIN commitmail json YAML

Updated x11/mlterm to 3.5.0

(tsutsui)

2015-06-13 21:25:45 UTC MAIN commitmail json YAML

Update mlterm to 3.5.0.

pkgsrc changes:
- handle new canna and wnn input method plugins as options
- remove post-3.4.5 patch
- pull the following post-3.5.0 Romanized Japanese conversion updates for wnn:
  https://bitbucket.org/arakiken/mlterm/commits/8de212cf5b3ec7f77ce1f9f6aa66770cb28b935e

Changes noted in doc/en/ReleaseNote:

ver 3.5.0
* Support WSDISPLAYIO_GET_FBINFO on NetBSD/framebuffer.
* Support Canna (--im canna) and Freewnn (--im wnn) as input method plugins.
* Support vertical and horizontal screen separation.
  (Note that -s=false option disables not only scrollbar but also screen separation.)
* Add HSPLIT_SCREEN(Shift+F1), VSPLIT_SCREEN(Shift+F2), NEXT_SCREEN(Shift+F3),
  PREV_SCREEN(Shift+F4), CLOSE_SCREEN(Shift+F5), HEXPAND_SCREEN(Shift+F6) and
  VEXPAND_SCREEN(Shift+F7) to shortcut key settings.
* Add "hsplit_screen", "vsplit_screen", "hresize_screen", "vresize_screen" and
  "next_screen" to OSC 5379.
* Rename "use_scrollbar" option to "use_mdi" which enables not only scrollbar but
  also screen separation.
* Support Allow132 (CSI?40h, CSI?40l).
  (Merge https://gist.github.com/saitoha/4b320b9cb6d637d14dbc)
* HankakuZenkaku key works on Linux/framebuffer.
* Bug fixes:
  Fix stiff behavior of "use_local_echo=true" on ssh connection by libssh2.
  Fix a bug which disabled OSC 5379 show_picture URL on all platforms except win32.
  (enbugged at 3.4.2)

(tsutsui)

2015-06-13 20:43:49 UTC MAIN commitmail json YAML

Updated inputmethod/ja-freewnn-lib to 1.11alpha23
Updated inputmethod/ja-freewnn-server to 1.11alpha23

(tsutsui)