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

2024-05-12 19:35:09 UTC Now

2017-07-03 12:31:19 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 54.0.1

(ryoon)

2017-07-03 12:30:33 UTC MAIN commitmail json YAML

Update to 54.0.1

* Sync with www/firefox-54.0.1

(ryoon)

2017-07-03 12:27:49 UTC MAIN commitmail json YAML

Update to 54.0.1

Changelog:

Fixed
    Fix a display issue of tab title (bug 1357656)

    Fix a display issue of opening new tab (bug 1371995)

    Fix a display issue when opening multiple tabs (bug 1371962)

    Fix a tab display issue when downloading files (bug 1373109)

    Fix a PDF printing issue (bug 1366744)

    Fix a Netflix issue on Linux (bug 1375708)

(ryoon)

2017-07-03 12:19:06 UTC MAIN commitmail json YAML

Updated devel/nspr to 4.15

(ryoon)

2017-07-03 12:18:17 UTC MAIN commitmail json YAML

Update to 4.15

Changelog:
NSPR 4.15 contains the following changes:

- added TCP Fast Open functionality
- various correctness fixes

(ryoon)

2017-07-03 12:13:14 UTC MAIN commitmail json YAML

Updated editors/nano to 2.8.5

(wiedi)

2017-07-03 12:12:41 UTC MAIN commitmail json YAML

Updated www/py-django to 1.11.3; www/nghttp2 to 1.24.0

(adam)

2017-07-03 12:12:30 UTC MAIN commitmail json YAML

Update nano to 2.8.5

2017.06.25 - GNU nano 2.8.5 "Farouche" avoids a crash when waking from
a suspension that was induced from the outside, allows
negative line and column numbers on the command line,
avoids some flickering when resizing the screen while
in the file browser, opens files in the order they were
mentioned on the command line, and does not pretend to
have woken from suspension when receiving a SIGCONT.

(wiedi)

2017-07-03 12:11:38 UTC MAIN commitmail json YAML

nghttp2 v1.24.0:

Documentation
We have received several patches to fix grammer and typos.
The broken out-of-tree build has been also fixed.

nghttp
We fixed the bug that HTTP Upgrade fails if HTTP response does not have reason-phrase.

nghttpx
The default minimum TLS version is now TLSv1.2. This is because the default cipher list only contains cipher suites which are compatible with it.

(adam)

2017-07-03 11:55:30 UTC MAIN commitmail json YAML

2017-07-03 11:54:52 UTC MAIN commitmail json YAML

2017-07-03 11:53:57 UTC MAIN commitmail json YAML

2017-07-03 11:53:11 UTC MAIN commitmail json YAML

2017-07-03 11:52:37 UTC MAIN commitmail json YAML

2017-07-03 11:49:47 UTC MAIN commitmail json YAML

Updated finance/gnucash to 2.6.17

(wiz)

2017-07-03 11:49:37 UTC MAIN commitmail json YAML

Updated gnucash to 2.6.17.

2.6.17 - 2 July 2017

The following bugs are fixed:
      Bug 603379 - Prevent changing some Account Options if it has transactions
                  Followup: Relax the account type change restrictions again.
  In the new implementation account types can'tz be changed
  for an account with splits:
  - if the change woud force a commodity change
    (to/from normal accounts from/to stock related accounts)
  - for immutable accounts
  At the time of this commit the following account types are
  considered immutable:
  - Accounts Receivable
  - Accounts Payable
  - Trading accounts
      Bug 776396 - Foreign currency reports, amounts are not aligned correctly
                  Improve the styling of the table element used for foreign
  currencies in the Balance sheet report so they end up
  aligned with the other currencies.
      Bug 780845 - link in github repo README file needs correction/editing
      Bug 780889 - Split-register transactions result in invalid price:type
                  "transaction": Add 'transaction' to the schema and document
  it in gnc-pricedb.h.
      Bug 781634 - Alert on missing account currency when opening account
          Also separate translatable commodity namespace strings
                  from those used in storage:
  There is now a separate GNC_COMMODITY_NS_ISO_GUI
  label to be used everywhere the user needs to read
  'Currency namespace'. It's currently set to
  'Currencies' and can be translated.

      Bug 782274 - Transactions produced by Transfer Funds or Process Payment
                  dialogs sort to beginning of day and do not honor NUM field
  for custom sorting.
      Bug 782897 - Stock Split Assistant crashes GnuCash if you enter a New
                  Price and that already exists in the Price DB
      Bug 783095 - gnucash-2.6.16 segfaults on startup
      Bug 784317 - typo in 'import customers or vendors from text file' dialog

Other repairs not marked as bugs in git:
      Properly define the template namespace rather than using a local string
        everywhere
      Correctly store time64 0 in the SQL backend: The SQL backend ignored
        time64 0 when saving dates. time64 is a perfectly valid timestamp
(1970-01-01 00:00:00) and should be stored.
      Clamp time64 values passed to GDateTime functions to the valid range.
        Fixes a bug reported on the mailing list wherein a date of 0000-00-00
        in a MySql database would crash GnuCash. Such dates may come from a bad
        conversion of 1970-01-01 or from a crash.
      Add XSU to iso-4217-currencies
      Some banks include additional purpose information for a transaction in
        non-swift-section 17 (aka transaction text). If available, this
transaction text is put in front of the other purpose texts to provide
full transaction information. Adds a preference to control import
behaivour of transaction text.

Updated Translations: Arabic, Turkish

(wiz)

2017-07-03 11:10:41 UTC MAIN commitmail json YAML

Changes 1.11.3:

Bugfixes

Removed an incorrect deprecation warning about a missing renderer argument if a Widget.render() method accepts **kwargs.
Fixed a regression causing Model.__init__() to crash if a field has an instance only descriptor.
Fixed an incorrect DisallowedModelAdminLookup exception when using a nested reverse relation in list_filter.
Fixed admin窶冱 FieldListFilter.get_queryset() crash on invalid input.
Fixed invalid HTML for a required AdminFileWidget.
Fixed model initialization to set the name of class-based model indexes for models that only inherit models.Model.
Fixed crash in admin窶冱 inlines when a model has an inherited non-editable primary key.
Fixed QuerySet.union(), intersection(), and difference() when combining with an EmptyQuerySet.
Prevented Paginator窶冱 unordered object list warning from evaluating a QuerySet.
Fixed the value of redirect_field_name in LoginView窶冱 template context. It窶冱 now an empty string (as it is for the original function-based login() view) if the corresponding parameter isn窶冲 sent in a request (in particular, when the login page is accessed directly).
Prevented attribute values in the django/forms/widgets/attrs.html template from being localized so that numeric attributes (e.g. max and min) of NumberInput work correctly.
Removed casting of the option value to a string in the template context of the CheckboxSelectMultiple, NullBooleanSelect, RadioSelect, SelectMultiple, and Select widgets. In Django 1.11.1, casting was added in Python to avoid localization of numeric values in Django templates, but this made some use cases more difficult. Casting is now done in the template using the |stringformat:'s' filter.
Prevented a primary key alteration from adding a foreign key constraint if db_constraint=False.
Fixed UnboundLocalError crash in RenameField with nonexistent field.
Fixed a regression preventing a model field窶冱 limit_choices_to from being evaluated when a ModelForm is instantiated.

(adam)

2017-07-03 11:08:29 UTC MAIN commitmail json YAML

Do not run tests that segfault on NetBSD. Add upstream bug report URL.

(wiz)

2017-07-03 11:07:59 UTC MAIN commitmail json YAML

Do not run tests that core dump on NetBSD, add upstream bug report URLs.

(wiz)

2017-07-03 11:07:35 UTC MAIN commitmail json YAML

Updated net/syncthing to 0.14.31

(wiz)

2017-07-03 11:07:25 UTC MAIN commitmail json YAML

Updated syncthing to 0.14.31.

This is a regularly scheduled stable release.

Resolved issues:

    #4100: Icons and directory information in local device summary is consistent with that in folders
    #4177: A data race in KCP & STUN is fixed
    #4203: Ignore patterns on newly accepted folders are no longer erroneously inherited from an earlier added folder

(wiz)

2017-07-03 11:07:11 UTC MAIN commitmail json YAML

Updated graphics/png to 1.6.30

(wiz)

2017-07-03 11:07:00 UTC MAIN commitmail json YAML

Updated png to 1.6.30.

Changes since the last public release (1.6.29):

  Added missing "$(CPPFLAGS)" to the compile line for c.pic.o in
    makefile.linux and makefile.solaris-x86 (Cosmin).
  Revised documentation of png_get_error_ptr() in the libpng manual.
  Silence clang -Wcomma and const drop warnings (Viktor Szakats).
  Update Sourceforge URLs in documentation (https instead of http).
  Document need to check for integer overflow when allocating a pixel
    buffer for multiple rows in contrib/gregbook, contrib/pngminus,
    example.c, and in the manual (suggested by Jaeseung Choi). This
    is similar to the bug reported against pngquant in CVE-2016-5735.
  Removed reference to the obsolete PNG_SAFE_LIMITS macro in the documentation.
  Check for integer overflow in contrib/visupng and contrib/tools/genpng.
  Do not double evaluate CMAKE_SYSTEM_PROCESSOR in CMakeLists.txt.
  Test CMAKE_HOST_WIN32 instead of WIN32 in CMakeLists.txt.
  Fix some URL in documentation.
  Avoid writing an empty IDAT when the last IDAT exactly fills the
    compression buffer (bug report by Brian Baird).  This bug was
    introduced in libpng-1.6.0.
  Update copyright year in pnglibconf.h, make ltmain.sh executable.
  Add a reference to the libpng.download site in README.

(wiz)

2017-07-03 10:00:49 UTC MAIN commitmail json YAML

2017-07-03 09:57:53 UTC MAIN commitmail json YAML

Update htdocs-share to 20170703 (in preparation for pkgsrc-2017Q2)

(leot)

2017-07-03 09:43:05 UTC MAIN commitmail json YAML

Note end of freeze for 2017Q2.

(jperkin)

2017-07-03 09:37:23 UTC pkgsrc-2017Q2 commitmail json YAML

Add changes file for 2017Q2.

(jperkin)

2017-07-03 08:37:23 UTC MAIN commitmail json YAML

Adjust webkit-gtk entries.

webkit24-gtk{,3} is the latest release that supported WebKit1 API and it's
considered EOL by upstream. However, several packages in pkgsrc still need it.
webkit-gtk track the latest stable version of webkit-gtk and only support the
WebKit2 API. The version in pkgsrc-wip ATM has still some issues and so probably
not ready to update www/webkit-gtk (hence the comment).

(leot)

2017-07-02 21:58:38 UTC MAIN commitmail json YAML

+ MesaLib-17.1.4, afl-2.44b, blas-3.7.1, calibre-3.2.1, cups-2.2.4,
  dbus-1.10.20, gcloud-golang-metadata-0.10.0, khal-0.9.6,
  lapack-3.7.1, libgcrypt-1.7.8, libopus-1.2.1, mame-0.187,
  p5-File-ShareDir-1.104, p5-Net-DNS-1.11, p5-Specio-0.38,
  p5-WWW-Mechanize-1.85, par2-0.7.3, png-1.6.30, py-oauth2client-4.1.2,
  py-vdirsyncer-0.16.0, screen-4.6.0, syncthing-0.14.31,
  thunderbird-enigmail-1.9.8, tor-0.3.0.9, vim-8.0.0692,
  vim-share-8.0.0692, webkit24-gtk-2.16.5, x264-devel-20170701.

(wiz)

2017-07-02 14:28:58 UTC MAIN commitmail json YAML

Note update of games/xpuyopuyo to 0.9.8

(seb)

2017-07-02 14:27:25 UTC MAIN commitmail json YAML

Update xpuyopuyo to 0.9.8. Changes since the last upstream packaged version 0.9.1:

Changes in v0.9.8:
  *  Correcting a packaging error, and addressing compiler warnings
      that surface in GCC 3.3.

Changes in v0.9.7:
  *  Fixed compiler warnings on Debian, and installer problems.

Changes in v0.9.6:
  *  New theme ``fabo''

Changes in v0.9.5:
  *  Porting some dialog bugfixes in xscorch over to xpuyopuyo
  *  Porting over xscorch's help system into xpuyopuyo
  *  Cleaned up configure script a bit

Changes in v0.9.4:
  *  More verbose error message if theme load fails
  *  Fixed '//' path problem that prevented execution on cygwin

Changes in v0.9.3:
  *  New theme added -- Spheres
  *  Some documentation cleaning

Changes in v0.9.2:
  *  Fixed p_ai_decide() prototype error (spotted by Patrick Markiewicz)
  *  Fixed configure error that was introduced by the stow patch.
  *  Minor correction in network timeout code.
  *  Sound effects implemented, although we're still experimenting with
      the actual effects.  Command-line options

(seb)

2017-07-02 12:45:05 UTC MAIN commitmail json YAML

Add -D_XOPEN_SOURCE to MAKE_FLAGS to fix a segfault at runtime. Reported
by Oleksandr on pkgsrc-users months ago.

(bsiegert)

2017-07-02 11:12:01 UTC MAIN commitmail json YAML

needs EXTENSIONS for siginfo_t on SunOS

(wiedi)

2017-07-02 10:22:37 UTC MAIN commitmail json YAML

SunOS needs POSIX_PTHREAD_SEMANTICS

(wiedi)

2017-07-02 09:17:56 UTC MAIN commitmail json YAML

2017-07-02 09:16:01 UTC MAIN commitmail json YAML

Add GCC_REQD=4.8 to fix build problem on NetBSD 6.1_STABLE.

(taca)

2017-07-02 09:15:32 UTC MAIN commitmail json YAML

Add GCC_REQD=4.8 to fix build problem on NetBSD 6.1_STABLE.

(taca)

2017-07-02 06:05:12 UTC MAIN commitmail json YAML

2017-07-02 00:58:59 UTC MAIN commitmail json YAML

Note update of games/xpuyopuyo to 0.9.1nb10

(seb)

2017-07-02 00:58:17 UTC MAIN commitmail json YAML

Update xpuyopuyo to 0.9.1nb10 (bump PKGREVISION): fix runtime

And thus allow one to actually enjoy a game of xpuyopuyo ;-)

(seb)

2017-07-02 00:49:45 UTC MAIN commitmail json YAML

Updated databases/mariadb55-server to 5.5.52nb1

(schmonz)

2017-07-01 23:57:46 UTC MAIN commitmail json YAML

Disassociate from controlling terminal (using Perl, already a
dependency) and run the logger as ${mysqld_user}, not root.
Bump PKGREVISION.

(schmonz)

2017-07-01 23:02:34 UTC MAIN commitmail json YAML

Updated chat/jabberd2 to 2.6.1

(gdt)

2017-07-01 23:02:22 UTC MAIN commitmail json YAML

Update to 2.6.1

Upstream NEWS:

  This is a security bugfix release.
  - Fixed offered SASL mechanism check

(gdt)

2017-07-01 22:14:42 UTC MAIN commitmail json YAML

Expect crypt(3) to be provided by unistd.h, not the ancient crypt.h.
Fix standard visibility macro use.

(joerg)

2017-07-01 22:13:55 UTC MAIN commitmail json YAML

Deal with PLIST differences for Python 3.4.

(joerg)

2017-07-01 22:13:26 UTC MAIN commitmail json YAML

2017-07-01 22:12:53 UTC MAIN commitmail json YAML

2017-07-01 22:12:13 UTC MAIN commitmail json YAML

Allow NetBSD 8 for PLIST subst. Match path name with reality.

(joerg)

2017-07-01 22:11:39 UTC MAIN commitmail json YAML

2017-07-01 17:43:51 UTC MAIN commitmail json YAML

Note update of net/bind99 package to 9.9.10pl2.

(taca)

2017-07-01 17:43:18 UTC MAIN commitmail json YAML

Update bind99 to 9.9.10pl2 (BIND 9.9.10-P2).

--- 9.9.10-P2 released ---

4643. [security] An error in TSIG handling could permit unauthorized
zone transfers or zone updates. (CVE-2017-3142)
(CVE-2017-3143) [RT #45383]

4633. [maint] Updated AAAA (2001:500:200::b) for B.ROOT-SERVERS.NET.

(taca)

2017-07-01 17:42:09 UTC MAIN commitmail json YAML

Note update of net/bind910 package to 9.10.5pl2.

(taca)

2017-07-01 17:39:44 UTC MAIN commitmail json YAML

Update bind910 to 9.10.5pl2 (9.10.5-P2).

--- 9.10.5-P2 released ---

4643. [security] An error in TSIG handling could permit unauthorized
zone transfers or zone updates. (CVE-2017-3142)
(CVE-2017-3143) [RT #45383]

4633. [maint] Updated AAAA (2001:500:200::b) for B.ROOT-SERVERS.NET.

(taca)

2017-07-01 16:23:27 UTC MAIN commitmail json YAML

Updated textproc/py-libxml2 to 2.9.4nb3

(schmonz)

2017-07-01 16:23:19 UTC MAIN commitmail json YAML

On Darwin, even though the self-tests pass either way, py-libxslt
doesn't build if this .so is a "bundle", and does if it's a "dylib".
Make it a dylib. Bump PKGREVISION.

(schmonz)

2017-07-01 16:18:00 UTC MAIN commitmail json YAML

2017-07-01 15:26:52 UTC MAIN commitmail json YAML

2017-07-01 12:48:10 UTC MAIN commitmail json YAML

Revert previous. joerg thinks this will break too hard due to having two
libstdc++s in use.

(maya)

2017-07-01 12:42:21 UTC MAIN commitmail json YAML

Needs gmake, at least for the man page.

(schmonz)

2017-07-01 12:06:47 UTC MAIN commitmail json YAML

Use autoreconf to avoid automake issues.

(jperkin)

2017-07-01 11:01:44 UTC MAIN commitmail json YAML

fix "request for member '__pos' in something not a structure or union" on SunOS

(wiedi)

2017-07-01 10:23:01 UTC MAIN commitmail json YAML

add SunOS special PLIST

(wiedi)

2017-07-01 09:14:45 UTC MAIN commitmail json YAML

Fix non-ICU build.

(maya)

2017-07-01 06:40:45 UTC MAIN commitmail json YAML

Require GCC 4.8 if using the dri option

(maya)

2017-07-01 05:59:09 UTC MAIN commitmail json YAML

Note addition of Radicale 2.1.1.

(darcy)

2017-07-01 05:57:07 UTC MAIN commitmail json YAML

Version 2.1.1 of Radicale.
This is a new package as the file storage is incompatible with 1.x.x.

Too many changes from 1.1.4.  Please see http://radicale.org/news/ for details.

(darcy)

2017-07-01 05:39:45 UTC MAIN commitmail json YAML

Note update of Radicale to 1.1.4.

(darcy)

2017-07-01 05:38:18 UTC MAIN commitmail json YAML

Correction to CONFLICTS line.

(darcy)

2017-07-01 05:31:59 UTC MAIN commitmail json YAML

Upgrade to 1.1.4.
Mostly minor fixes but adds a new option (--export-storage) to allow
the data to be exported so that users can migrate to 2.x.x.

(darcy)

2017-07-01 00:40:30 UTC MAIN commitmail json YAML

Fix of xentools42 build on NetBSD 8.99.1

Address <sys/user.h> removal fallout.

(kamil)

2017-06-30 17:57:41 UTC MAIN commitmail json YAML

Add explicit dependency on p5-IO-All. Bump revision.

(joerg)

2017-06-30 16:45:05 UTC MAIN commitmail json YAML

2017-06-30 16:36:19 UTC MAIN commitmail json YAML

2017-06-30 16:07:51 UTC MAIN commitmail json YAML

Add newline at EOF to ensure the +INSTALL scripts are generated correctly.

(jperkin)

2017-06-30 16:05:24 UTC MAIN commitmail json YAML

Add newline at EOF to ensure the +INSTALL script is generated correctly.

(jperkin)

2017-06-30 11:44:15 UTC MAIN commitmail json YAML

Fix static library name on Darwin, from minskim@.

(jperkin)

2017-06-30 11:07:26 UTC MAIN commitmail json YAML

Add a couple more patches to work around upstream breakage after they
ran include-what-you-use.  Package now builds on SunOS and with sasl.

(jperkin)

2017-06-30 10:58:19 UTC MAIN commitmail json YAML

2017-06-30 10:53:22 UTC MAIN commitmail json YAML

2017-06-30 06:15:55 UTC MAIN commitmail json YAML

Updated security/gnutls to 3.5.13

(wiz)

2017-06-30 06:15:44 UTC MAIN commitmail json YAML

Updated gnutls to 3.5.13.

While here, remove empty line from PLIST.

* Version 3.5.13 (released 2017-06-07)

** libgnutls: fixed issue with AES-GCM in-place encryption and decryption in
  aarch64. Resolves gitlab issue #204.

** libgnutls: no longer parse the ResponseID field of the status response
  TLS extension. The field is not used by GnuTLS nor is made available to
  calling applications. That addresses a null pointer dereference on server
  side caused by packets containing the ResponseID field. Reported
  by Hubert Kario. [GNUTLS-SA-2017-4]

** libgnutls: tolerate certificates which do not have strict DER time encoding.
  It is possible using 3rd party tools to generate certificates with time fields
  that do not conform to DER requirements. Since 3.4.x these certificates were rejected
  and cannot be used with GnuTLS, however that caused problems with existing private
  certificate infrastructures, which were relying on such certificates (see gitlab
  issue #196). Tolerate reading and using these certificates.

** minitasn1: updated to libtasn1 4.11.

** certtool: allow multiple certificates to be used in --p7-sign with
  the --load-certificate option. Patch by Karl Tarbe.

(wiz)

2017-06-30 00:52:44 UTC MAIN commitmail json YAML

Correct ganglia-monitor-core build failure on NetBSD 8.99.1

Address <sys/user.h> removal fallout

(kamil)

2017-06-30 00:38:11 UTC MAIN commitmail json YAML

2017-06-30 00:31:45 UTC MAIN commitmail json YAML

Correct build of pscpug on NetBSD 8.99.1

Address <sys/user.h> removal fallout.

(kamil)

2017-06-30 00:25:34 UTC MAIN commitmail json YAML

Adapt fscd for <sys/user.h> removal from NetBSD 8.99.1

(kamil)

2017-06-30 00:23:03 UTC MAIN commitmail json YAML

Fix build of conky on NetBSD 8.99.1

Address <sys/user.h> removal fallout.

(kamil)

2017-06-29 20:28:55 UTC MAIN commitmail json YAML

Explicitly disable ldap programs to avoid failures if ldap headers are
found on the build host.

(jperkin)

2017-06-29 20:11:17 UTC MAIN commitmail json YAML

Override INSTALL_UNSTRIPPED after including bsd.prefs.mk.

(jperkin)

2017-06-29 20:02:03 UTC MAIN commitmail json YAML

2017-06-29 19:54:40 UTC MAIN commitmail json YAML

Use REPLACE_PYTHON for an installed script.

(jperkin)

2017-06-29 19:37:26 UTC MAIN commitmail json YAML

More python fallout, we need to specifically override PYTHONBIN and
ensure python2.7 is used during the build process, even though it is
incompatible, because the scripts are not python3 compatible.

(jperkin)

2017-06-29 17:51:46 UTC MAIN commitmail json YAML

2017-06-29 17:19:20 UTC MAIN commitmail json YAML

Updated sysutils/etckeeper to 1.18.5.1nb2

(schmonz)

2017-06-29 17:19:13 UTC MAIN commitmail json YAML

Revert patch to "be silent if there's nothing to commit." Upstream
recommends using `etckeeper unclean` to determine if there are any
changes in need of committing, which works with every VCS that
etckeeper supports. Bump PKGREVISION.

(schmonz)

2017-06-29 16:23:27 UTC MAIN commitmail json YAML

Remove merged and obsolete patch.

(jperkin)

2017-06-29 14:23:43 UTC MAIN commitmail json YAML

2017-06-29 14:22:49 UTC MAIN commitmail json YAML

Delete reference to x11/openmotif, it was retired in 2015, superseded by
x11/motif.

(leot)

2017-06-29 12:20:06 UTC MAIN commitmail json YAML

Install processed rather than template nginx man page. PKGREVISION++
Fixes joyent/pkgsrc/issues/515

(fhajny)

2017-06-29 11:10:18 UTC MAIN commitmail json YAML

Work around include ordering issues with meta-pkgs/mate/Makefile.common
to ensure a valid python is chosen.  This should be fixed properly after
the branch.

(jperkin)

2017-06-29 09:01:10 UTC MAIN commitmail json YAML

Requires PERL_USE_UNSAFE_INC hack.

(jperkin)

2017-06-29 08:58:53 UTC MAIN commitmail json YAML

devel/zlib is also needed.

Pointed out by Joyent's SmartOS bulk builds.

Thanks to and ok by <jperkin> during freeze.

(leot)

2017-06-29 08:39:14 UTC MAIN commitmail json YAML

2017-06-29 08:08:21 UTC MAIN commitmail json YAML

Updated www/firefox to 54.0nb1

(martin)

2017-06-29 08:07:59 UTC MAIN commitmail json YAML

2017-06-29 06:33:29 UTC MAIN commitmail json YAML

2017-06-29 06:32:41 UTC MAIN commitmail json YAML

2017-06-28 18:19:35 UTC MAIN commitmail json YAML

Updated games/openttd to 1.7.1

(adam)

2017-06-28 18:18:36 UTC MAIN commitmail json YAML

1.7.1:
- Fix: Add missing game script event for ships arriving at a station [FS-6560] (r27859, r27858)
- Fix: StringID truncation to 16 bits broke string remapping test [FS-6555] (r27851)
- Fix: Infinite loop in pathfinder when checking safe waiting position from a waypoint [FS-5926] (r27846)
- Fix: [YAPF] Consider depot as destination before reversing path and applying penalty (r27843)
- Fix: Don't consider locks or ship depots as clear water when placing industries (r27841)
- Fix: Small news window's fake caption was not sized to fit its text (r27838)
- Fix: Black remap did nothing in 8bpp-simple blitter (r27837)
- Fix: Misaligned resize icon due to widget bounds being inclusive (r27831)
- Fix: Update viewport sign dimensions when changing GUI zoom level (r27827, r27819)
- Fix: Vehicle viewport is not user scrollable so flag window as such (r27823)
- Fix: Allow dropdown to be drawn above origin widget even with scrollbar (r27820)
- Fix: 32bpp-anim blitters assumed that pitch and width of the screen were equal [FS-6545] (r27796)
- Fix: Chat text background overflowed due to missing padding [FS-6526] (r27794)
- Fix: Failed to load lzo compressed savegames sometimes [FS-6450] (r27793)
- Fix: [Win32] Mark OpenTTD as DPI-aware to avoid OS window scaling that breaks mouse input [FS-6366] (r27791, r27790)
- Fix: [NewGRF] Get vehicle load amount after executing new cargo trigger [FS-6536] (r27788)
- Fix: AI configuration changed incorrect parameter when some parameters are hidden [FS-6479] (r27787, r27786)
- Fix: Buoys not always drawn after being placed depending on zoom level [FS-6508] (r27785)
- Fix: Allow rail conversion even if ship is on tile [FS-6505] (r27784)

(adam)

2017-06-28 16:17:17 UTC MAIN commitmail json YAML

Restore PLIST.batt support.

(jperkin)

2017-06-28 16:12:53 UTC MAIN commitmail json YAML

Restore PLIST.pam support.

(jperkin)

2017-06-28 16:12:09 UTC MAIN commitmail json YAML

2017-06-28 16:06:30 UTC MAIN commitmail json YAML

Remove python as a supported option, it is logically impossible at present
as all versions are marked as incompatible.

(jperkin)

2017-06-28 16:05:43 UTC MAIN commitmail json YAML

Requires libSM and xtrans.

(jperkin)

2017-06-28 15:56:22 UTC MAIN commitmail json YAML

Remove python as a supported option, it is logically impossible at present
as all versions are marked as incompatible.

(jperkin)

2017-06-28 15:44:53 UTC MAIN commitmail json YAML

Remove obsolete patch (already removed from distinfo).

(jperkin)

2017-06-28 15:41:48 UTC MAIN commitmail json YAML

2017-06-28 15:36:26 UTC MAIN commitmail json YAML

Note update of multimedia/libvpx to 1.6.1nb1.

(he)

2017-06-28 15:35:48 UTC MAIN commitmail json YAML

Recognize powerpc as an ISA, and add powerpc-linux-gnu, so that ...
NetBSD/macppc can build this, and get a proper dependence on -lm,
contrary to when configured as generic--gnu.
Bump PKGREVISION, OK from jperkin@

(he)

2017-06-28 15:35:12 UTC MAIN commitmail json YAML

2017-06-28 15:22:59 UTC MAIN commitmail json YAML

2017-06-28 15:19:29 UTC MAIN commitmail json YAML

Match vte version upper limit.

(jperkin)

2017-06-28 13:47:42 UTC MAIN commitmail json YAML

2017-06-28 13:24:29 UTC MAIN commitmail json YAML

2017-06-28 11:07:21 UTC MAIN commitmail json YAML

2017-06-28 09:44:44 UTC MAIN commitmail json YAML

2017-06-28 09:36:20 UTC MAIN commitmail json YAML

fix build on SunOS

(wiedi)

2017-06-28 09:11:39 UTC MAIN commitmail json YAML

SunOS requires -D_POSIX_PTHREAD_SEMANTICS for sigwait()

(jperkin)

2017-06-28 08:27:45 UTC MAIN commitmail json YAML

2017-06-28 08:27:00 UTC MAIN commitmail json YAML

2017-06-28 08:16:58 UTC MAIN commitmail json YAML

2017-06-28 08:15:17 UTC MAIN commitmail json YAML

Match BUILDLINK_API_DEPENDS.vte upper limit.

(jperkin)

2017-06-28 08:14:33 UTC MAIN commitmail json YAML

Limit BUILDLINK_API_DEPENDS for vte to match the upper limit.  One wonders
if all these specific BUILDLINK_API_DEPENDS are really necessary.

(jperkin)

2017-06-27 23:50:24 UTC MAIN commitmail json YAML

2017-06-27 23:33:08 UTC MAIN commitmail json YAML

2017-06-27 21:46:49 UTC MAIN commitmail json YAML

Note PKGREVISION bump of tex-babel-doc

(minskim)

2017-06-27 21:40:37 UTC MAIN commitmail json YAML

Fix tex-pst-node-doc's PLIST

Delete a file that is no longer installed.

(minskim)

2017-06-27 21:35:27 UTC MAIN commitmail json YAML

Add a missing entry to tex-l3packages-doc's PLIST

Bump PKGREVISION.

(minskim)

2017-06-27 20:11:28 UTC MAIN commitmail json YAML

Specify upper limit consistent with vte's b3.mk.

(joerg)

2017-06-27 20:11:00 UTC MAIN commitmail json YAML

2017-06-27 20:09:24 UTC MAIN commitmail json YAML

Drop workaround that has been applied to boost-headers.

(joerg)

2017-06-27 20:08:59 UTC MAIN commitmail json YAML

Move workaround for missing include from csound6 to main boost package,
it affects others. Bump boost-headers.

(joerg)

2017-06-27 16:17:10 UTC MAIN commitmail json YAML

2017-06-27 16:16:04 UTC MAIN commitmail json YAML

Re-order include, META_PACKAGE was being set after bsd.prefs.mk, which
doesn't work.

(jperkin)

2017-06-27 15:51:39 UTC MAIN commitmail json YAML

2017-06-27 15:40:23 UTC MAIN commitmail json YAML

Requires PERL_USE_UNSAFE_INC hack.

(jperkin)

2017-06-27 15:26:05 UTC MAIN commitmail json YAML

2017-06-27 15:25:28 UTC MAIN commitmail json YAML

Updated lang/ruby24-base to 2.4.1nb1

(jperkin)

2017-06-27 15:25:19 UTC MAIN commitmail json YAML

Ruby changed the primary -std flag for enabling C99 from iso9899:1999 to
gnu99 but left an existing SunOS test to only check for iso9899:1999.  This
resulted in CPPFLAGS not being set correctly for modules which require
native compilation - those should now all be fixed.  Bump PKGREVISION.

(jperkin)

2017-06-27 13:37:16 UTC MAIN commitmail json YAML

Substitute SYSCONFDIR assumed by the embedded Heimdal code properly.
Fixes calls to e.g. krb5.keytab that were hardcoded to /etc. PKGREVISION++

(fhajny)

2017-06-27 13:01:56 UTC MAIN commitmail json YAML

2017-06-27 13:01:17 UTC MAIN commitmail json YAML

mtr: bump PKGREVISION.

this package built in the previous (and reverted) update, but didn't work.

(maya)

2017-06-27 12:22:53 UTC MAIN commitmail json YAML

2017-06-27 12:22:38 UTC MAIN commitmail json YAML

Updated mtr to 0.92 again.

Install missing mtr-packet. Now it's working except for
6-to-4 fallback; use "-4" for that case.

(wiz)

2017-06-27 10:35:46 UTC MAIN commitmail json YAML

Phabricator doesn't support PHP-7.0.
Works fine with other versions in tree.

(roy)

2017-06-26 21:42:18 UTC MAIN commitmail json YAML

Revert, handled differently.

(joerg)

2017-06-26 21:28:45 UTC MAIN commitmail json YAML

2017-06-26 21:22:49 UTC MAIN commitmail json YAML

Introduce a PLIST variable for preloadable_libintl.so. While that file
is installed only for glibc systems, approximate it as Linux for now.

Reported by Jason Bacon.

(joerg)

2017-06-26 21:07:58 UTC MAIN commitmail json YAML

Handle Linux-specific lib/preloadable_libintl.so.

Submitted by Jason Bacon <bacon4000@gmail.com>

(jperkin)

2017-06-26 16:44:00 UTC MAIN commitmail json YAML

2017-06-26 14:47:31 UTC MAIN commitmail json YAML

mtr-0.92: link to upstream bug report

(wiz)

2017-06-26 14:43:14 UTC MAIN commitmail json YAML

mtr was downgraded to 0.92.

(wiz)

2017-06-26 14:41:37 UTC MAIN commitmail json YAML

2017-06-26 14:29:31 UTC MAIN commitmail json YAML

vte3 needs bash.

(youri)

2017-06-26 13:48:50 UTC MAIN commitmail json YAML

2017-06-26 11:29:46 UTC MAIN commitmail json YAML

2017-06-26 11:23:03 UTC MAIN commitmail json YAML

Do not pick up 0.32+.

(joerg)

2017-06-26 11:22:52 UTC MAIN commitmail json YAML

Do not pick up 0.38 versions.

(joerg)

2017-06-26 11:02:30 UTC MAIN commitmail json YAML

2017-06-26 09:59:16 UTC MAIN commitmail json YAML

Fix kqueue usage when forking in the background

This restores parpd functionnality on NetBSD 7.x
Submitted upstream as https://dev.marples.name/T127

(manu)

2017-06-26 09:48:34 UTC MAIN commitmail json YAML

2017-06-26 09:31:30 UTC MAIN commitmail json YAML

2017-06-26 08:24:45 UTC MAIN commitmail json YAML

Note start of freeze for the 2017Q2 branch.

(jperkin)

2017-06-26 08:20:26 UTC MAIN commitmail json YAML

2017-06-26 07:21:22 UTC MAIN commitmail json YAML

2017-06-26 04:52:41 UTC MAIN commitmail json YAML

Updated devel/libowfat to 0.31

(schmonz)

2017-06-26 04:52:34 UTC MAIN commitmail json YAML

Update to 0.31. From the changelog:

0.31:
  special case buffer_get_token with token length 1 through memccpy (almost 4x speedup)
  test for pread and use it instead of lseek+read in cdb and io_mmapwritefile
  add mmap_readat (like mmap_read but open by fd, not by name)
  add fmt_iso8601 and scan_iso8601 (time_t -> "2014-05-27T19:22:16Z")
  add fmt_netstring and scan_netstring (http://cr.yp.to/proto/netstrings.txt)
  add (fmt|scan)_varint and (fmt|scan)_pb_* (binary marshaling ala protocol buffers)

0.30:
  add compiletimeassert.h
  add haveuint128.h
  byte.h now defines UNALIGNED_ACCESS_OK on x86
  add scan_ulongn, scan_8longn, scan_xlongn, scan_longn, scan_netstring
  change buffer to have a destructor function pointer
  SECURITY: fmt_strn would write one byte too many (returned right length though, so usually not a problem as that byte would be overwritten with \0 by the caller anyway)
  fmt_pad and fmt_fill fail more gracefully when srclen > maxlen
  You can now say $ make WERROR=-Werror (compiling t.c may fail but that's strictly speaking not part of the library)
  scan_html now decodes HTML entities based on the actual w3c list (from entities.json, say gmake update to fetch the current version)
  added fmt_escapechar* to fmt.h (implement various escaping mechanisms also found in textcode but for a single char not a whole string, and they always escape, not just when they think it's needed)
  scan_ushort was supposed to abort early and return 5 when attempting to parse "65536", because the result does not fit.  It did not.  Now it does.
  scan_*long, scan_*int, scan_*short now properly abort if the number would not fit
  SECURITY: check for integer overflow in stralloc_ready
  switch io_fds from array to newly implemented (hopefully thread-safe) iarray
  switch epoll from level triggering to edge triggering
  introduce io_eagain_read and io_eagain_write (discontinue using io_eagain plz)
  fix buffer_get
  add fmt_html_tagarg, fmt_xml, scan_html_tagarg
  add socket_fastopen, socket_fastopen_connect4, socket_fastopen_connect6 and socket_quickack
  on Linux, in iob_send, if MSG_MORE is defined, and the request type
    lends itself to it, used sendto/sendmsg with MSG_MORE instead of
    TCP_CORK (saves two syscalls)
  add io_fd_flags so the caller can tell io_fd whether the socket is blocking
    (saves one fcntl syscall)
  more constness for stralloc and buffer
  mmap_read/mmap_shared on zero length files no longer fail but return a
    zero length buffer
  if SOCK_NONBLOCK is defined, use it instead of socket+fcntl
  ... but if errno==EINVAL still fall back to socket+fcntl (Robert Henney)
  SECURITY: fix botched integer overflow handling logic in stralloc_ready (Giorgio)
  add critbit

0.29:
  save 8 bytes in taia.h for 64-bit systems
  add buffer_tosa (buffer writing to auto-growing stralloc)
  add iarray
  support SCTP in addition to TCP
  fix io_receivefd so the incoming buffer is only 1 byte; io_passfd
    sends only one byte, so we might receive (and discard) other data if
    we try to read more (Stefan B端hler, from the lightttpd project)
  add io_fd_canwrite (like io_fd but assume the fd is writable)
  save a few syscalls here and there
  add awesome hack in isset.h (comex, Linus Torvalds)
  add byte_equal_notimingattack

(schmonz)

2017-06-26 02:04:41 UTC MAIN commitmail json YAML

Updated mail/mess822 to 0.58nb7

(schmonz)

2017-06-26 02:04:35 UTC MAIN commitmail json YAML

Depend on libtai to provide up-to-date leapsecs.dat. Build with pkgsrc
libtai rather than the bundled (slightly older) copy. Don't build
catpages, since we won't install them. Bump PKGREVISION.

(schmonz)

2017-06-26 01:06:08 UTC MAIN commitmail json YAML

2017-06-26 00:53:48 UTC MAIN commitmail json YAML

Removed one patch too many. Ride previous PKGREVISION bump.

(schmonz)

2017-06-26 00:46:00 UTC MAIN commitmail json YAML

Updated devel/libtai to 0.60nb5

(schmonz)

2017-06-26 00:45:54 UTC MAIN commitmail json YAML

Remove patches that seem unnecessary with present-day clang. Add patch
with new leap seconds since this software was written. Specify LICENSE
explicitly. Bump PKGREVISION.

(schmonz)

2017-06-25 23:24:04 UTC MAIN commitmail json YAML

Updated x11/xfce4-terminal to 0.8.5.1

(youri)

2017-06-25 23:23:53 UTC MAIN commitmail json YAML

Update xfce4-terminal to 0.8.5.1:

0.8.5.1
=======
- Fix font settings load (#13574)

0.8.5
=====
- Do not change drop-down window size when zooming in/out
- Create terminal of desired size instead of default size of 80x24: this allows
  to avoid resizing the terminal right after creation (#13521)
- Use default terminal geometry when --geometry parameter is used but its value
  only contains X and Y offsets
- Improve label layout in preferences dialog: restrict max width to 80 chars
  (#13497)
- Add --minimize command line option
- Calculate screen dimensions properly when having multiple monitors
- Prevent clipboard from being filled with garbage (#13403)
- Resolve deprecation warnings: gtk_show_uri_on_window,
  gdk_screen_make_display_name, gdk_screen_get_width/height
- Silence most of deprecation warnings that are not resolved
- Make Preferences dialog app-global - the same dialog window will be used
  by multiple terminal windows
- Remove large space to the left of tab text when the text is too short
  (this allows tabs to be smaller)
- Gtk3 required version bumped to 3.16.0
- Fix memory leaks
- Close Find dialog when closing parent terminal window
- Close Set Title dialog when closing its corresponding tab
- Translation updates: Catalan, Chinese (Taiwan), German, Greek, Hebrew, Kazakh,
  Lithuanian, Norwegian Bokm奪l, Polish, Portuguese (Brasil), Russian, Serbian,
  Slovenian, Swedish, Thai, Ukrainian

0.8.4
=====
- Fixes related to fullscreen state and showing/hiding window in drop-down
  mode
- Fix incorrect window positioning when started in fullscreen state
- Add a separate Show window borders setting for drop-down mode (#10297)
- Make Double click chars setting more compact in the UI
- Do not force show drop-down window on screen size change (#13295)
- Background image improvements: scale huge images to 8K when loading from
  file (this reduces memory consumption); print a warning if failed to open
  an image
- Expose Slim tabs setting to Preferences
- Translation updates: Bulgarian, Chinese (China), Chinese (Taiwan), Croatian,
  Czech, Danish, Dutch, Finnish, French, Japanese, Kazakh, Korean, Lithuanian,
  Malay, Norwegian Bokm奪l, Polish, Portuguese, Russian, Slovak, Spanish,
  Ukrainian

0.8.3
=====
- Fix incorrect initial position of a drop-down window under Unity
- min-height/width CSS properties not available in old GTK versions
- Remove redundant set_window_geometry_hints() call (bug #13280)
- Add Help button to Set Title dialog
- GtkColorButton show-editor property only available starting with GTK 3.20
  (bug #13278)
- Watch for screen size changes to update drop-down window size or position
  accordingly. Size change signal is emitted when monitor resolution is
  changed or another monitor is connected
- Make slim tabs even more slim
- Translation updates: Chinese (China), Lithuanian, Thai

0.8.2
=====
- Add hidden option MiscSlimTabs to override huge gtk3 tabs style (bug #12796)
- Temporarily show menubar with F10 even if it's hidden (bug #13231)
- Add "Run custom command instead of shell" feature (bug #13236)
- Fix segfault on dragging last window tab to another window
- Add option for ambigouos-width characters (narrow/wide)
- Don't show palette when editing palette colors in preferences
- Fix move dropdown window to monitor with pointer behavior (bug #13266)
- When un-closing a tab, set it active if it was active when it got closed
- Set locale as vte encoding in case encoding is not set in prefs
  (support for running 'LANG=charset xfce4-terminal')
- Allow to specify text selection background color (bug #13003)
- Allow to select system-wide monospace font in preferences
- Fix Alt+n shortcuts when starting with several tabs (bug #13264)
- Add option to automatically copy selection to the clipboard (bug #12931)
- Support background image transparency (bug #12944)
- Fix deprecation warnings
- Support setting drop-down status bar icon with --icon option (bug #12937)
- Fix terminal geometry hints for GTK < 3.19.5
- Translation updates: Arabic, Bulgarian, Catalan, Chinese (China),
  Chinese (Taiwan), Croatian, Czech, Danish, Deutsch, Dutch, French, Hebrew,
  Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokm奪l,
  Polish, Portuguese, Portuguese (Brazil), Russian, Slovak, Spanish, Swedish,
  Ukrainian

0.8.1
=====
- Fix Ctrl press recognition for opening URIs with Ctrl+click
- Set preferences dialog type hint to make it show on top
- Fix toggling fullscreen mode with F11 for a drop-down window (bugs
  #12913, #12930)
- Allow setting of empty shortcut for goto-tab actions (Alt+digit)
- Resolve window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW
  message with a timestamp of 0
- Fix drop-down window visibility check (bug #12917)
- Resolve some deprecation warnings
- Fix drop-down window not shown on different workspaces
- Add MiscUseShiftArrowsToScroll hidden option to allow Shift+arrows
  one-line scroll (off by default)
- Allow user-defined color palettes - should be located under
  ~/.config/xfce4/terminal/colorschemes/ (bug #12908)
- Set window hints properly; show columns/rows when resizing (bug #12793)
- Translation updates: Chinese (China), Croatian, English (Australia), French,
  Kazakh, Lithuanian, Malay, Polish, Spanish, Ukrainian

0.8.0
=====
- Move context menu zoom actions to a sub-menu
- Fix some build-time deprecation warnings
- Fix hiding of dropdown terminal
- Fix setting focus to dropdown window (bug #12878)
- Fix "Always keep window on top" setting that was ignored
- Show missing action icons in dropdown mode
- Add rewrap on resize control option to Preferences
- Add --show/hide-scrollbar command line options (bug #1779)
- Implement background image support (bug #12845);
  add BackgroundImageShading setting for background image mode
- Remove "Scrolling single line" option as the functionality is implemented
  by vte (bug #12816)
- Add mouse-wheel binding for zoom: Shift + Ctrl + wheel up/down controlled by
  a hidden option MiscMouseWheelZoom - ON by default (bug #12869)
- Do not set DISPLAY variable in non-X11 environments (e.g. Wayland)
  (bug #12867)
- Fix memory leak when showing preferences dialog
- Fix menubar text not visible with some themes
- Fix vte "resize-window" signal handler (bug #12859)
- Fix notebook widget transparency seen under Unity
- Make vte transparency work in Gnome under both X11 and Wayland
- Show warning and disable Opacity control in Preferences if window manager
  does not support compositing
- Fix tab activity indication
- Fix geometry positioning when a negative offset is used (bug #12833)
- Quote all file names/URIs drag-and-dropped to the terminal (bug #12836)
- Fix cursor focus (bug #12807)
- Translation updates: Bulgarian, Chinese (Taiwan), Croatian, Czech, Dutch,
  English (Australia), French, German, Hebrew, Japanese, Korean, Lithuanian,
  Malay, Polish, Portuguese, Portuguese (Brazil), Russian, Slovak, Spanish,
  Swedish, Thai, Ukrainian

0.6.92
======
- Fix geometry setting (default or provided via the command line option)
  for GTK 3.21.5 (bug #12810)
- Remove "Update utmp/wtmp records when command is launched" setting since
  the feature has been removed from vte (bug #12817)
- Replace deprecated GtkTable with GtkGrid in Preferences
- Disable Zoom-In/Out actions on reaching zoom limits
- Do not allow Reset in Read-Only mode

0.6.91
======
- Fix solarized light theme colors (bug #12800)
- Fix huge size of Set Title dialog under wayland
- Support wayland (resolve crashes and warnings) (bug #12785)
- Improve handling negative x/y geometry positions (bug #12791)
- Fix scrollbar/menubar/toolbar incorrectly shown in dropdown mode after
  window has been minimized/restored (bug #12790)
- Add ability to save terminal contents to file (bug #6276)
- Prepare for upcoming vte regex API change
- Fix Vte-WARNING related to regex
- Implement Read-Only mode (user input disabled)
- Fix input focus lost issue after exiting a console app (e.g. nano)
- Fix cursor not blinking when fg color = bg color (bug #11981)
- Enable configuration of a new tab working directory: MiscDefaultWorkingDir
  option. If it is set (non-empty value), new tabs and windows will use the dir
  specified as their working dir. Otherwise, the behavior remains as is
  (current dir will be used). (bug #3891)
- Do not un-close tab that was moved to another window
- Properly enable/disable F1 shortcut
- Fix Preferences window hidden in fullscreen mode
- Do not un-close tab that was detached to create another window
- Fix incorrect update of go-to-tab menu
- Add Undo Close Tab functionality: stores closed tabs in chronological order;
  restores working directory, position in the tabbar, custom title
- Add Close Other Tabs functionality
- Make terminal always drop down from the top of the screen (bug #10713)
- Create Alt+digit shortcuts if they haven't been loaded from config file
  (bug #10639)
- Fix dropdown window animation; remove viewport widget
- Code cleanup: Do not declare or define a reserved identifier
- Add urgent bell functionality: MiscBellUrgent option (bug #9928)
- When detaching a tab, make new window respect original geometry
- Fix possible buffer overwrite issue found by Coverity
- Keep rows number constant when adding/removing widgets such as toolbar or
  tabbar (bug #12734)
- Make tab close button icon a bit smaller
- Add ability to switch tabs with mouse scroll wheel (request from
  www.opennet.ru)
- Fix selection characters override (bug #12735)
- Fix resize logic with tab (bug #12660)
- Translation updates: Bulgarian, Catalan, Chinese (China), Chinese (Taiwan),
  Croatian, Czech, Dutch, English (Australia), German, Hebrew, Japanese, Korean,
  Portuguese (Brazil), Russian, Serbian, Spanish, Swedish, Turkish, Ukrainian

0.6.90
======
- Migrate to GTK+3/VTE3 (bugs #11207, #11909, #10602, #11828, #12405, #11119,
  #11558, #12615, #9702, #10551, #9720, #3599, #7473, #8720, #4331, #10010,
  #12440, #12589)
- Fix closing wrong tabs with Ctrl+Shift+W (bug #10691)
- Make close tab shortcut work for single tab (bug #12490)
- Add Ctrl+Shift+PgUp/PgDn shortcuts to move tabs left/right (bug #11373)
- Add support for unlimited scrollback (bug #9875)
- Fix actions applied to wrong tab after closing another one (bug #11227)
- Update intltool (bug #12661)
- Add Ctrl+Shift+S hotkey to set title (bug #10960)
- Expose MiscTabCloseMiddleClick option to Preferences (bug #10271)
- Fix terminal window not moved to foreground when using --tab option
  (bug #11010)
- Respect Display window borders setting in drop-down mode (bug #10297)
- Apply opacity setting by chaging background color alpha value (bug #12681)
- Prevent characters from being hidden by block cursor (bug #9348)
- Fix in drop-down mode, "100% width" isn't really 100% (bug #12162)
- Add ShortcutsNoHelpkey option to disable F1 (help) shortcut key and expose
  it to Preferences (bug #10718)
- Add support for magnet links (bug #9775)
- Expose MiscMouseAutohide option to Preferences (bug #7221)
- Fix terminal crash when starting with --geometry (bug #12721)
- Add ability to zoom in/out by pressing Ctrl +/-; add --font and --zoom
  command line options (bug #5605)
- Expand zoom level (bug #12729)
- Add hidden option MiscMiddleClickOpensUri to control whether middle click
  opens URI: if FALSE, Ctrl + left click is used for that; default is FALSE
  (bugs #10621, #7714, #9166)
- Fix compilation for vte < 0.44
- Remove emulation setting and input methods menu as they are not supported
  by vte
- Do not allow creating multiple Set Title dialog windows
- Remove Help button and add icon to Close button in Set Title dialog
- Add an icon to the search dialog close button
- Rename UI setting from Transparency to Opacity
- Update terminal website address in the About dialog
- Fix crash on moving a tab from one window to another
- Add tooltip for the Find toolbar button
- Add setting to allow cursor blinking to Preferences
- Add setting to change cursor shape to Preferences
- Fix typo in the preferences dialog
- Add some new encodings taken from gnome-terminal
- Fix crash on setting encoding
- Fix detach tab functionality with GTK>=3.16
- Fix segfault when right/middle click on tab bar
- Translation updates: Arabic, Asturian, Bulgarian, Catalan, Chinese (China),
  Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia),
  Esperanto, Finnish, French, German, Greek, Hebrew, Hungarian, Icelandic,
  Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay,
  Norwegian Bokm奪l, Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
  Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian.

(youri)

2017-06-25 23:22:33 UTC MAIN commitmail json YAML

Require recent mate-terminal.

(youri)

2017-06-25 23:22:13 UTC MAIN commitmail json YAML

Updated x11/mate-terminal to 1.18.1

(youri)

2017-06-25 23:21:57 UTC MAIN commitmail json YAML

Update mate-terminal to 1.18.1:

### mate-terminal 1.18.0

  * NEWS: use consistent, project wide, markdown-like formatting
    to make generating release announcements easier
  * Add ability to close tabs with middle mouse button
  * Translations update

### mate-terminal 1.16.2

  * Bring back exit confirmation when there's a process running
  * Fix possible crash on window closing
  * Fix various issues with drag-n-drop of tabs
  * Encodings and keybindings dialogs: fix expand of content on
    window resize
  * Find, profile manager, profile prefs dialogs: fix runtime
    warnings about transient parent
  * Attach popup menus to their parent widgets (useful on Wayland)
  * Force X11 backend

### mate-terminal 1.16.1

  * Fix crash after detaching tab and then changing its title
  * Fix window positioning when using --geometry option
  * Translations update

### mate-terminal 1.16.0

  * Move to GTK+3, require GTK+ 3.14 and VTE 0.38 (API 2.91)
  * Drop GTK+2 code and --with-gtk build option
  * Use GtkAboutDialog instead of MateAboutDialog
  * Copy dconf and gsettings helpers from libmate-desktop and drop
    dependency on libmate-desktop
  * React on WM change only on X11
  * Fix lots of GTK+ deprecations
  * Some more fixes and cleanups
  * Translations update

### mate-terminal 1.14.1

  * man: add missing description of -x / --execute command line option
  * Translations update

(youri)

2017-06-25 23:21:02 UTC MAIN commitmail json YAML

Added x11/vte3 version 0.38.4

(youri)

2017-06-25 23:20:45 UTC MAIN commitmail json YAML

Import vte-0.38.4 as x11/vte3.

Terminal widget with improved font, internationalization and
accessibility support for the GNOME 3 desktop.

(youri)

2017-06-25 22:27:09 UTC MAIN commitmail json YAML

+ MesaLib-17.1.3, gcloud-golang-metadata-0.9.0, go-grpc-1.4.2,
  gsl-2.4, gstreamer1-1.12.1, libopus-1.2, miller-5.2.1, ocaml-4.04.2,
  poppler-0.56.0, py-pbr-3.1.1, vim-8.0.0673, vim-share-8.0.0673,
  x264-devel-20170624, xterm-330, zstd-1.2.0, zziplib-0.13.67.

(wiz)

2017-06-25 19:58:04 UTC MAIN commitmail json YAML

2017-06-25 14:34:25 UTC MAIN commitmail json YAML

Restore mutt-compressed-mbox option. While it doesn't need a patch,
it still needs a non-default configure flag.

(joerg)

2017-06-25 12:39:09 UTC MAIN commitmail json YAML

2017-06-25 12:05:59 UTC MAIN commitmail json YAML

2017-06-25 08:27:22 UTC MAIN commitmail json YAML

Updated www/py-autobahn to 17.6.2

(adam)

2017-06-25 08:26:26 UTC MAIN commitmail json YAML

17.6.2:
new: force register option when joining realms
fix: TLS options in components API

(adam)

2017-06-25 07:10:29 UTC MAIN commitmail json YAML

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

(wiz)

2017-06-25 07:10:20 UTC MAIN commitmail json YAML

Updated p5-Scalar-List-Utils to 1.48.

1.48 -- 2017/06/23 17:29:42
[CHANGES]
* Note in documentation that outer function's @_ can be accessed in
  some blocks, but ought not be (thanks wchristian)

[BUGFIXES]
* Ensure pairmap extends its stack correctly (thanks davem)
* Fix name of List::Util::unpairs in its error messages

(wiz)

2017-06-25 07:09:18 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Simple to 1.302086

(wiz)