Commit graph

226471 commits

Author SHA1 Message Date
wiz
18840cd3bc Recognize more arms. From Anon. 2015-01-06 17:45:46 +00:00
wiz
c764e27e90 Updated finance/gnucash-docs to 2.6.5 2015-01-06 15:03:10 +00:00
wiz
49ad950d27 Update to 2.6.5, switch to yelp3 since it has a higher chance of
building.


 2.6.5  - 16 December 2014
        o Fix a path of freshly added XML files
        o Add some comments about translation to the German documents where the translation wasn't updated to match the English version.
	o Apply &untranslated property in German translations
        o Fix path of newly-added XML files.
	o Bug 739380 - Release tarball build fails. Git builds OK.

 2.6.4  - 28 September 2014
 	o Add sentence about manually editing payment information for customers.
    	o Add warning and tip about account separator character.
    	o Correct field format in python-import-fields.
    	o Currency movements .. remain fully balanced if "Trading Accounts"
	  is enabled; "double entry" was not sufficient.
    	o Ersetze umgangssprachliches "Passiva" durch "Fremdkapital" und
	  zugehöriges Bild
    	o German translation of Transactions chapter.
    	o Guide C oview: update processor architecture: "backport" from de
    	o Guide C txns: Add a warning about dummy transactions and auditors.
    	o Guide C txns: Thinking is not enough for the cleared state of a
	  transaction
    	o Guide C txns: Upgrade note to warning "It is important to understand
	  that reconciliation..."
    	o Guide C txns: explain reconcilation state "cleared"; improved
	  wording by lmat
    	o Guide de ch_accts: Several minor corrections.
    	o Guide de ch_basics: several corrections.
    	o Guide de ch_oview: orthography and processor architecture update.
    	o Guide de ch_txns: several improvements, txns-sxn1 complete.
    	o Help Documentation: Add Advanced Portfolio Rpt details, Thanks to
	  Chris Good
    	o Improve explanation that Credit does NOT decrease equity accounts
    	o Improve readability of "Credit does NOT decrease ...".
    	o New chapters in the German translation: Overview, Basics, and
	  Accounts. Thanks to Mechtilde.
    	o Reduced proportional width of description column to increase overall
	  font size for a 510 pixel width image.
    	o Remove a few discrepancies between the german guide overview and
	  other components.
    	o Update of translators in gnucash-guide-de.omf
    	o Updated documentation to explain how to tie dividends received in
	  cash to the appropriate stock holding.
2015-01-06 15:03:01 +00:00
wiz
d7bcc2217b The last updates of libebml and libmatroska, despite only being X.Y.Z ->
X.Y.Z+1 updates, bumped the shared library major versions.

Do recursive bump for that.
2015-01-06 14:59:18 +00:00
bouyer
b13701e4bc Make this depend on print/poppler-utils for the pdftops filter;
if configure finds a pdftops binary it will use its full path,
otherwise it defaults to /usr/bin/pdftops which doesn't exists
Bump PKGREVISION
2015-01-06 14:56:04 +00:00
jperkin
a4c6783fa2 SunOS needs -lsocket. 2015-01-06 14:51:33 +00:00
jperkin
6a4f898165 Don't hardcode /usr/pkg, use PYTHONCONFIG instead. 2015-01-06 14:41:08 +00:00
wen
9975c7c65f Updated devel/p5-Perl-Critic to 1.123 2015-01-06 14:39:59 +00:00
wen
ba0076d4dd Update to 1.123
Update DEPENDS

Upstream changes:
1.123 2014-11-11

    [Dependencies]
    * Now requires PPI-1.220 which has numerous bug fixes. This may
      eliminate the need for some "## no critic" markers you inserted to
      work around those bugs. The "ProhibitUselessNoCritic" policy should
      help you find them.

    [Miscellanea]
    * Fixed a typo in the Variables::ProhibitPerl4PackageNames message.

1.122 2014-08-25

    [Dependencies]
    * Now requires PPI-1.218 which has numerous enahncements and bug fixes.
      Also now requires Readonly-2.00, which obviates the need for Readonly::XS
      to get fast constants.

    * File::HomeDir, File::Which, and Term::ANSIColor are all required now
      instead of being optional or recommended. This simplifies our test code
      and ensures consistent optimal behavior for all users.

    [New Policies]
    * Added two new policies: BuiltinFunctions::ProhibitUselessTopic and
      RegularExpressions::ProhibitUselessTopic.

    [Miscellanea]
    * Updated the perlcritic.el script to use modern Emacs hooks.
      Thanks to @intrigeri and the Debian team for the patch.  Fixes GH #556.

    * Removed all the internal RCS keyword boilerplate blocks that were never
      getting expanded.
2015-01-06 14:39:10 +00:00
wen
23b587cf07 Updated devel/p5-Readonly to 2.00 2015-01-06 14:32:53 +00:00
wen
18376648f3 Update to 2.00
Upstream changes:
2.00 2014-06-30T11:15:05Z
    - Deprecation of Readonly::XS as a requirement for fast, readonly
      scalars is complete. Report any lingering issues on the tracker
      ASAP.

1.61 2014-06-28T11:22:13Z
    - Normal constants (strings, numbers) do not appear to be read only to
      Internals::SvREADONLY($) but perl itself doesn't miss a beat when you
      attempt to assign a value to them. Fixing test regression in
      t/general/reassign.t

1.60 2014-06-27T15:59:27Z
    - Fix array and hash tie() while in XS mode (exposed by Params::Validate tests)
    - Fix implicit undef value regression resolves #8
    - Minor documentation fixes (spell check, etc.)
    - Patch from Gregor Herrmann <gregoa@debian.org> resolves #7

v1.500.0 2014-06-25T19:56:18Z
    - PLEASE NOTE: Readonly::XS is no longer needed!
    - Again, Readonly::XS is no longer needed.
    - Merged typo fix from David Steinbrunner RT#86350/#2
    - Merged patch (w/ tests, yay!) from Daniel P. Risse RT#37864
    - Upstream magic related bugs were reported to p5p and fixed in perl
      itself so we can resolve the following local issues: RT#70167, RT#57382,
      RT#29487, RT#36653, RT#24216.
    - Reported RT#120122 (tie + smartmatch bug) upstream to p5p. Will
      eventually resolve local [RT#59256].
    - Note: Resolved RT#16167 (benchmark.pl being installed) in 1.04.
    - Use readonly support exposed in Internals on perl >=5.8.x
    - Have I mentioned you don't need to install Readonly::XS anymore?
    - Checking $Readonly::XSokay is no longer suggested. ...never should have been
2015-01-06 14:32:05 +00:00
jperkin
03bd27736d Disable precompiled headers on SunOS, it can cause problems. Fix ZLIB_ROOT
whilst here to correctly find the preferred zlib.
2015-01-06 14:28:12 +00:00
wen
02667aada1 Updated devel/p5-PPI to 1.220 2015-01-06 14:23:31 +00:00
wen
95fbbe7857 Update to 1.220
Upstream changes:
1.220 Tue 11 Nov 2014
	Summary:
	- incompatible behavior fixes on PPI::Statement::Sub->prototype
	- improved parsing of various syntax elements
	- code quality improvements
	- various small documentation fixes

	Details:
	- {} is now recognized as anonymous hash constructor instead of a code
	  block after these operators: &&= //= || && // ? :
	  (GitHub #36) (MOREGAN)
	- regex capture variables greater than $9 are now parsed completely,
	  instead of being parsed as single digit captures with numbers after
	  them (GitHub #38) (MOREGAN)
	- DESTROY and AUTOLOAD subs are now parsed even without the sub
	  keyword (GitHub #39) (MOREGAN)
	- PPI::Statement::Sub->prototype behavior now matches its
	  documentation, instead of returning the prototype string
	  unchanged and still including the parens (GitHub #56) (MOREGAN)
	- PPI::Statement::Sub->prototype now returns undef on subs without a
	  prototype, instead of returning an empty string
	  (GitHub #56) (MOREGAN)
	- list of keywords which are not parsed as packages when followed by
	  the Perl4 package separator ' has been increased
	  (GitHub #77) (MOREGAN)
	- application of a number of Perl::Critic policies and documentation
	  fixes (GitHub #53) (MOREGAN, MITHALDU)
	- automation of README.md generation for git (GitHub #86) (COWENS)
	- various small documentation fixes (Github #96) (MOREGAN)

1.218 Sat 16 Aug 2014
	Summary:
	- Fixes for various parsing and documentation bugs
	- 1MB limit on input document size removed
	- Moved repository to GitHub: https://github.com/adamkennedy/PPI

	Details:
	- Stop directing bugs to rt.cpan.org (GitHub #40) (MOREGAN)
	- Fix documentation reference to List::Util (RT #75308) (RWSTAUNER)
	- Improve scalability of parsing long lines, and remove the size
	  limit on documents PPI will parse (GitHub #5) (MITHALDU)
	- Speed up adding an element to an unlabeled statement.
	  Allow inlining of some methods. (WOLFSAGE)
	- Expanded test coverage (DOLMEN, MOREGAN)
	- Convert inline tests to standalone tests (GitHub #12) (MOREGAN)
	- Fix for '1=>x' being parsed as x operator (GitHub #46) (MOREGAN)
	- Recognize that '1 x3' is the x operator followed by a 3
	  (RT #37892, GitHub #27) (MOREGAN)
	- Support all augmented assignment operators (<<=, ||=, etc.)
	  (RT #68176, 71705) (MOREGAN)
	- Stop upper-case "=CUT" from terminating POD (RT #75039) (JAE)
	- Support upper-case digits in hex and binary numbers, including
	  in the leading '0X' and '0B'. (RT #36540) (KRYDE, MOREGAN)
	- Fix float argument to range operator misparsed as version
	  string (RT #45014) (MOREGAN)
	- Fix POD markup in PPI::Find (RT #51693) (FWIE)
	- Fix spelling of "Tom Christiansen" (RT #67264) (TADMC)
	- Fix a large raft of spelling and grammar errors (RT #85049) (David
	  Steinbrunner, DOLMEN, MOREGAN)
	- Fix errors in documentation of the PPI::Element class hierarchy
	  (RT #30863, 69026) (SJQUINNEY)
	- Prevent PPI::XSAccessor packages from hiding corresponding PPI
	  packages in CPAN (RT #90792) (MITHALDU)
	- Recognize the formfeed character as whitespace (RT #67517) (WYANT)
	- Recognize regex match following 'return' (RT #27475) (ADAMK)
	- Fix missing dereference, length called on reference (RT #40103)
	  (ADAMK)
2015-01-06 14:22:20 +00:00
wiz
b8a882512b Updated archivers/unzip to 6.0nb3 2015-01-06 14:12:53 +00:00
wiz
621a7aed8b Increase buffer size to avoid overflow found in
http://seclists.org/oss-sec/2014/q4/497

Bump PKGREVISION.
2015-01-06 14:12:45 +00:00
wen
193deb0635 Updated devel/p5-Module-CoreList to 5.20141220 2015-01-06 13:51:36 +00:00
wen
d233fb29d8 Update to 5.20141220
Upstream changes:
5.20141220
  - Updated for v5.21.7
2015-01-06 13:49:39 +00:00
mef
dfcaef7dfe Updated x11/slock to 1.2 2015-01-06 13:32:34 +00:00
mef
dcbe329147 Update 1.0 to 1.2 based on PR pkg/49063 by Leonardo Taccari.
(pkgsrc)
  - Instead of using do-* in Makefile adjust config.mk and use the
    official Makefile like other suckless.org packages (e.g. x11/dmenu).
  - Do not install README: the only useful information for the user was:
    Simply invoke the 'slock' command. To get out of it, enter your
    password. The user can read that in x11/slock/DESCR by
    pkg_info slock.
(upstream)
  * slock-1.2:
    - Colors are now specified via config.h
    - Minor bug fixes

  * slock-1.1:
    - Eckhards dualcolor patch
    - Minor bug fixes
2015-01-06 13:32:25 +00:00
wiz
e6df606c76 Updated net/unison to 2.48.3 2015-01-06 12:58:45 +00:00
wiz
cf41917b27 Update to 2.48.3:
Changes in Version 2.48.3

   Changes since 2.45:
     * Incorporated a patch from Christopher Zimmermann to replace the
       Uprintf module (which doesn't work with OCaml 4.02, causing Unison
       to crash) with equivalent functionality from the standard library.
     * Incorporated a refresh of the OSX GUI, contributed by Alan Shutko.
     * Added a maxsizethreshold option, which prevents the transfer of
       files larger than the size specified (in Kb).
     * Added a "copyonconflict" preference, to make a copy of files that
       would otherwise be overwritten or deleted in case of conflicting
       changes. (This makes it possible to automatically resolve conflicts
       in a fairly safe way when synchronizing continuously, in
       combination with the "repeat = watch" and "prefer = newer"
       preferences.
     * File system monitoring:
          + The file watcher now fails when unable to watch a directory,
            rather than silently ignoring the issue.
          + File system monitoring: more robust communication with the
            helper program (in socket mode, the unison server will still
            work properly despite unexpected unison client
            disconnections).
          + A bytecode version of unison-fsmonitor is now produced by
            "make NATIVE=false"
          + Improved search for unison-fsmonitor
          + Detect when the helper process exits.
          + More robust file watching helper programs for Windows and
            Linux. They communicate with Unison through pipes (Unison
            redirects stdin and stdout), using a race-free protocol.
          + Retries paths with failures using an exponential backoff
            algorithm.
          + The information returned by the file watchers are used
            independently for each replica; thus, when only one replica
            has changes, Unison will only rescan this replica.
          + When available, used by the graphical UIs to speed up
            rescanning (can be disabled by setting the new watch
            preference to
          + Small fix to the way fsmonitor.py gets invoked when using the
            file watching functionality, suggested by Josh Berdine. Unison
            will now look for fsmonitor.py in the same directory where the
            Unison executable itself lives.
     * Minor:
          + Fixed a bug in export procedure that was messing up
            documentation strings.
          + Incorporated a patch from Irányossy Knoblauch Artúr to make
            temp file names fit within 143 characters (to make eCryptFS
            happy).
          + Added a string to the Conflict direction to document the
            reason of the conflict.
          + Log conflicts and problems in the text UI even if nothing is
            propagated.
          + Use hash function from OCaml 3.x for comparing archives, even
            when compiled with OCaml 4.x.
          + Do not restart Unison in case of uncaught exception when the
            repeat preference is set. This seems safer. And it does not
            work, for instance, in case of lost connection.
          + Fix Unix.readlink invalid argument error under Windows
          + Fix a crash when the output of the diff program is too large.
          + Fixed Makefile for cross-compiling towards Windows (updated to
            MinGW-w64)

   Changes since 2.40.63:
     * New preference fastercheckUNSAFE, which can be used (with care!) to
       achieve much faster update detection when all the common files in
       the two replicas are known to be identical. See the manual for more
       information.
       This feature should still be considered experimental, but it's
       ready for other people to try out.
     * Added option clientHostName. If specified, it will be used to as
       the client host name, overriding UNISONLOCALHOSTNAME and the actual
       host name.
     * OS X GUI:
          + fix crash under Lion, because of problems with the toolbar,
            using the fix suggested in
            http://blitzbasic.com/Community/posts.php?topic=95778.
          + uimacnew09 is now the standard graphical interface on OSX
          + A small improvement to the uimacnew09 interface from Alan
            Schmitt and Steve Kalkwarf: when Unison is run with the -batch
            flag, the interface will now automatically propagate changes
            and terminate, without waiting for user interaction.
          + Show a modal warning window if there is no archive for the
            hosts. The user can then choose to exit or proceed (proceed is
            the default). The window is not shown if the batch preference
            is true.
          + file details panel selectable
     * GTK GUI:
          + New version of uigtk2.ml from Matt Zagrabelny that reorganizes
            the icons in a slightly more intuitive way.
     * Minor fixes:
          + Setting the prefer preference to older or newer now propagates
            deletions when there is no conflict.
          + Correctly quote the path when running merge commands.
          + Add quotes to paths when calling external file watcher
            utility.
          + Incorporate a patch to fsmonitor.py (the external filewatcher
            utility) from Tomasz Zernicki to make it work better under
            Windows.
          + Incorporated new version of fsmonitor.py from Christophe Gohle
          + Fixed incompatibility with OpenSSH 5.6.
          + Fixed fingerprint cache: do not cache file properties
          + Some spelling corrections in documentation and comments from
            Stephane Glondu
          + Fixed O_APPEND mode for open under Windows
          + Fixed String.sub invalid argument error when an AppleDouble
            file does not contain a finder information field
          + Trim duplicate paths when using "-repeat watch"
          + Unison now passes path arguments and -follow directives to
            fsmonitor.py. This seems to work except for one small issue
            with how fsmonitor.py treats -follow directives for
            directories that don't exist (or maybe this is an issue with
            how it treats any kind of monitoring when the thing being
            monitored doesn't exist?). If we create a symlink to a
            nonexistant directory, give Unison (hence fsmonitor.py) a
            'follow' directive for the symlink, start unison, and then
            create the directory, fsmonitor.py misses the change.
          + Lines added in profile files by unison always start at a new
            line
2015-01-06 12:58:36 +00:00
wiz
0e6930dc3f Added net/unison2.40 version 2.40.102nb22 2015-01-06 12:57:52 +00:00
wiz
06b650459d + unison2.40. 2015-01-06 12:57:36 +00:00
wiz
e5846067ce Import unison-2.40.102nb22 as net/unison2.40 before updating net/unison.
Unison is a file-synchronization tool for Unix and Windows. It allows
two replicas of a collection of files and directories to be stored
on different hosts (or different disks on the same host), modified
separately, and then brought up to date by propagating the changes
in each replica to the other.
2015-01-06 12:57:03 +00:00
mef
53b3a39ce9 Updated chat/irssi to 0.8.17 2015-01-06 12:54:00 +00:00
mef
70780574aa Update distinfo due to chat/irssi update from 0.8.16 to 0.8.17. 2015-01-06 12:53:11 +00:00
mef
bab5a326ea Update chat/irssi with PR pkg/49324 by Leonardo Taccari
from 0.8.16 to 0.8.17
(and also update accordingly chat/irssi-*/distinfo).

Changes:
v0.8.17 2014-10-11  The Irssi team <staff@irssi.org>
+ Document that SSL connections aren't properly handled during /UPGRADE.
  See Github PR #39.
+ Synchronize scripts with scripts.irssi.org.
+ Performance enhancement of the nicklist as well as the window_item_find
  function. See Github PR #24.
+ Disallow unloading of static modules.
+ Allow UTF-8 characters in /bind. See Github PR #18.
+ Split overlong outgoing messages instead of silently truncating them.
  Adds two new options: 'split_line_end' and 'split_line_start'.
  'split_line_end' contains a string added to the end of line fragments.
  'split_line_start' contains a string added to the beginning of line
  fragments. See Github PR #29.
+ Added special /ignore NO_ACT level to ignore only activity (see /help ignore).
+ Support for 256 and true color terminals (see Github PR #48).
+ Support for italics (see Github PR #58).
+ Rewrote many help files.
- Fixed various compiler warnings and use of deprecated functions.
- Fixed Perl API usage and added PERL_NO_GET_CONTEXT to reduce code size.
- Fixed format_get_text Perl API. See Github PR #23.
- Fixed gui_printtext_after and term_refresh_*() visibility. See Github PR #22.
- Fixed issue where UTF-8 characters was corrupted once for every 32k text.
  See Github PR #12.
- Fixed redrawing issue with right-aligned statusbar.
- Fixed use-after-free bug with cached settings values. See Github PR #147.
2015-01-06 12:40:06 +00:00
szptvlfn
65c26992a4 Bump PKGREVISION for hs-scientific-0.3.3.4 2015-01-06 11:54:22 +00:00
szptvlfn
90b1d9db64 Updated math/hs-scientific to 0.3.3.4 2015-01-06 11:54:00 +00:00
szptvlfn
5d4671d9e2 Update to 0.3.3.4
changelog:
0.3.3.4
    * Relax upper version bounds of base and deepseq
      for the test suite and benchmarks.

0.3.3.3
    * Add support for `deepseq-1.4`.

0.3.3.2
    * Fix parsing of empty digit string (#21).
2015-01-06 11:53:39 +00:00
jperkin
897598d39d Use __EXTENSIONS__ on SunOS for sigaction et al. 2015-01-06 11:49:00 +00:00
jperkin
735182419a Avoid ambiguous overloaded function call. 2015-01-06 11:40:33 +00:00
ryoon
e127add692 Updated misc/fd to 3.01b 2015-01-06 11:27:48 +00:00
ryoon
01d2f8bf97 Remove debugging code. 2015-01-06 11:27:15 +00:00
wiz
37b396609c + gnuchess-6.2.1. 2015-01-06 11:26:37 +00:00
ryoon
4d3a900090 Add missing patch 2015-01-06 11:24:58 +00:00
ryoon
96b7ed07a7 Update to 3.01b
From  @tristelo, https://gist.github.com/steleto/7767b954611888aaa67d

Changelog:
Ver. 3.01b	Abortion with sparc64 architecture is fixed.
 (05/06/14)	Failure to expand macros with Linux kernel >=2.6.23 is fixed.
		Failure to overwrite some macro with 'bind' is fixed.
		Infinite loop by some builtin with %M macro is fixed.

Ver. 3.01a	Change 'IMELARNING' internal variable to 'IMELEARNING'.
 (06/08/13)	Sorting rule for tree screen is adjusted to browser screen.
		Bug that any invalid UID/GID breaks file list is fixed.
		Bug that file list is not updated with lost directory is fixed.
		Failure to compile with environments using termio is fixed.

Ver. 3.01	Add 'WIDEDIGIT', 'SIZEUNIT' internal variables.
 (08/03/12)	Add 'HISTUMASK', 'DIRHISTUMASK' internal variables.
		Add 'IMELARNING', 'FREQFILE', 'FREQUMASK' internal variables.
		Add 'getfreq', 'setfreq' builtins.
		The object tables of 'IMEBUFFER' internal variable is extended.

Ver. 3.00m	Add the identifier UTF8LANG for compile.
 (07/27/12)	Abortion when save file on customizer with some OS is fixed.
		Wrong priority with IME translation candidates is fixed.
		Unavailable dictionary in DICTSRC with ShiftJIS OS is fixed.
		Failure to compile with gcc-4.2 is fixed.
		Bug that some pipes cause infinite loop is fixed.
		Ineffective suspend key in any pipes is fixed.
		Wrong manual page for 'wait' builtin with no argument is fixed.

Ver. 3.00l	Support Android 4.0.
 (06/30/12)	Support MINIX 3.2.
		Add the identifiers DEFKCODE, UTF8DOC, LANGWIDTH for compile.
		Add the identifiers _NOUNICDTBL, _NODICTTBL for compile.
		The cross-compiling is supported more carefully.
		Strange attribute-changing screen in narrow terminal is fixed.
		Some abortion when open archive browser is fixed.
		Some abortion when access MS-DOS formed path is fixed.
		Persistence of "Wait a minute" when TRADLAYOUT=1 is fixed.
		Ineffective sequence to save cursor when PTYMODE=1 is fixed.
		Unreadable file starting with "./" in archive browser is fixed.

Ver. 3.00k	Support Cygwin 1.7.13.
 (04/21/12)	The cursor position after changing directory upward is changed.
		Failure by PageUp/PageDown key on the tree screen is fixed.
		Unsupported second resolution on the floppy drive is fixed.
		Some abortions by Bs key on the tree screen is fixed.
		Broken tree screen on the MS-DOS formed path is fixed.
		Failure to get HTTP log on some environments is fixed.
		Ineffective command result just before NEXT_WINDOW is fixed.
		Abortion with LOG_DIR in archive browser is fixed.
		Unexpected result of LOG_DIR in archive browser is fixed.
		Overflow by the too long path name is suppressed.
		Some commands in archive browser is restricted.
2015-01-06 11:24:17 +00:00
jperkin
81b2330b76 Sorry, revert previous, already fixed on HEAD (still broken on 2014Q4). 2015-01-06 11:24:02 +00:00
jperkin
78ba4c3368 Extend valid currency data to 15 years to avoid lag in upstream updates,
fixes current problems with the Turkish data which expired at the end of
last year.
2015-01-06 11:19:19 +00:00
ryoon
f888ddff25 Fix build with GCC 4.5.3 under NetBSD 6.1 2015-01-06 10:44:38 +00:00
ryoon
83f15d96f7 Updated www/seamonkey-l10n to 2.31 2015-01-06 10:40:22 +00:00
ryoon
dbae8d3a2e Update to 2.31
Changelog:
* Sync with seamonkey-2.31
2015-01-06 10:39:14 +00:00
ryoon
54a6858978 Updated inputmethod/mozc-server to 2.16.2007.102
Updated inputmethod/mozc-renderer to 2.16.2007.102
Updated inputmethod/mozc-tool to 2.16.2007.102
Updated inputmethod/mozc-elisp to 2.16.2007.102
Updated inputmethod/uim-mozc to 2.16.2007.102
Updated inputmethod/ibus-mozc to 2.16.2007.102
2015-01-06 10:32:53 +00:00
ryoon
ca2dccc29d Update to 2.16.2007.102
Changelog:
Summary of changes between 2.16.2004.102 (r467) and 2.16.2007.102 (r470).

    DEPS changes:
        fontTools: initial import as of 5ba7d98a4153fad57258fca23b0bcb238717aec3
    Build related changes:
        Android build requires Android-21 SDK
    Major changes:
        Enable Material Theme on Android
        Support floating window and floating mode indicator on Android 5.0 and later when physical keyboard is attached
        Improve accessibility support on Android
    Known issues:
        Voiced sound marks on the key pad is not placed at correct position in Android (Issue 263)


Summary of changes between 2.16.1918.102 (r377) and 2.16.2003.102 (r463).

    DEPS changes:
        gtest: r692 -> r700
        gmock: r485 -> r501
        gyp: r1987 -> r2012
        protobuf: 172019c40bf548908ab09bfd276074c929d48415 -> bba83652e1be610bdb7ee1566ad18346d98b843c
    Build related changes:
        Android build requires NDK r10d
        Android build supports arm64/mips64/x86-64 ( Issue 259 )
        Android build supports Clang 3.5 and libc++ ( Issue 260 )
        Versioning scheme for Android is changed. See r439 for details.
        Build time dependency on libzinnia-dev is removed from Android and NaCl builds
    Major changes:
        Android 2.1 - Android 3.2 are no longer supported
        armeabi-v7a is always enabled in arm 32-bit build for Android
        Updated main dictionary, Emoji dictionary, emoticon dictionary, and single kanji dictionary
    Fixed issues:
        FIX: IME crashes when using US International hardware keyboard ( Issue 248 )
        FIX: ibus-mozc + XIM: preedit text is not cleared after preedit commit triggered by focus change ( Issue 255 )
        FIX: Entering symbol view causes NPE when "Switch Access" accessibility mode is enabled ( Issue 257 )
        FIX: An empty word can be suggested in the candidate list ( Issue 261 )
2015-01-06 10:30:54 +00:00
ryoon
a75c6f01f4 Updated devel/gyp to 0.1pre2019 2015-01-06 10:27:32 +00:00
ryoon
47ad76b4a7 Update to 0.1pre2019
Changelog is not available.
2015-01-06 10:26:59 +00:00
he
81d6748691 Tobias Nygren reports this needs MAKE_JOBS_SAFE=no -- make it so. 2015-01-06 09:51:51 +00:00
obache
1bdc9cfa8e pick up gettext-m4 package first. 2015-01-06 09:26:55 +00:00
wiz
0f0c10d7d2 Updated sysutils/dbus to 1.8.14 2015-01-05 23:25:29 +00:00