Commit graph

229238 commits

Author SHA1 Message Date
joerg
4dbc05d5a5 Fix race condition. 2015-02-18 20:12:02 +00:00
joerg
7d1eee448b Race conditions around term.h. 2015-02-18 20:01:49 +00:00
roy
59188ccbc3 Fix compile with clang on i386.
Patch taken from FreeBSD.
2015-02-18 19:21:54 +00:00
mef
c5091961a1 Updated devel/p5-Config-GitLike to 1.16
Updated devel/p5-Hash-MultiValue to 0.16
Updated devel/p5-App-cpanminus to 1.7027
Updated devel/p5-MooX-HandlesVia to 0.001007
2015-02-18 13:49:05 +00:00
mef
a0d15283b7 Update to 0.001007
------------------
0.001007  2015-02-16 09:12:08-05:00 America/New_York
  - fix some badly cp'd pod (RT 91955)
  - add missing test time dependency on Test::Fatal (RT 101971)
2015-02-18 13:48:04 +00:00
mef
e034e86276 Update to 1.7027
----------------
1.7027  2015-02-14 12:14:13 PST
   [Improvements]
      - Use provides as provided in META.json and do not scan packages as PAUSE does. #435
2015-02-18 13:45:23 +00:00
mef
f545feda1c Update 0.16
-----------
0.16  2015-02-17 08:39:35 CET
        - a few microöptimisations (microoptimisations)
2015-02-18 13:19:02 +00:00
mef
534dabfa52 Update to 1.15
--------------
1.16 2015-02-16
 - Canonicalize paths using File::Spec->canonpath; this addresses
   failures on Windows where /-separated paths were stored in the
   origins hash, due to Cwd::abs_path returning them
2015-02-18 13:16:23 +00:00
mef
86a1a0f3b7 Updated devel/p5-autobox to 2.83
Updated devel/p5-autobox-Core to 1.28
Updated devel/p5-autodie to 2.26
Updated devel/p5-circular-require to 0.11
Updated devel/p5-experimental to 0.013
Updated devel/p5-indirect to 0.33
Updated devel/p5-lib-abs to 0.93
Updated devel/p5-namespace-autoclean to 0.24
2015-02-18 13:13:07 +00:00
mef
59ee8bb0b6 Update 0.20 to 0.24
-------------------
0.24      2015-01-03 20:44:36Z
  - re-release to fix problematic $VERSION declaration (RT#101095)

0.23      2014-12-27 04:07:03Z
  - be more lenient in optional Mouse tests to handle edge cases in older and
    pure perl versions

0.22      2014-11-04 06:19:54Z
  - fix an erroneous change in 0.21

0.21      2014-11-04 05:24:36Z
  - drop testing of MooseX::MarkAsMethods, now that Moose 2.1400 has better
    overload handling
2015-02-18 13:07:42 +00:00
mef
a5371d6f11 Update to 2.000015
------------------
2.000015 - 2014-12-12
 - Avoid using += in Makefile when bootstrapping for portability (RT#100797)
 - adjust quoting of paths with spaces to work with ExtUtils::MakeMaker 7.0,
   and bump our EUMM prereq to 7.0.
 - fix shell test for shells where we can't prevent some rc files from being
   loaded, like zsh (RT#99819).
2015-02-18 13:04:54 +00:00
mef
63ff804a12 Update to 0.93
--------------
0.93    2013-10-25
        Fix for not-existant path. RT#83706
        Added -soft flag
2015-02-18 12:59:57 +00:00
mef
1962014853 Update 0.30 to 0.33
-------------------
0.33    2014-09-29 20:20 UTC
        + Fix : [RT #99083] : Breaks eval in an END block in Win32 pseudo-forks.
                Thanks Graham Knop for reporting.
        + Fix : Segfaults during global destruction of a thread or a
                pseudo-fork.

0.32    2014-09-21 20:15 UTC
        + Add : Support for the PERL_OP_PARENT optional feature introduced in
                perl 5.21.2.
        + Fix : [RT #92806] : Tests that use run_perl() fail on Android
                Thanks Brian Fraser for the patch.
        + Fix : indirect constructs will no longer segfault while inside
                the empty package on perl 5.8.x. This fix may also prevent
                some segfaults during global destruction.

0.31    2013-09-05 16:45 UTC
        + Fix : [RT #88428] : no indirect in eval can trigger for direct calls
                on __PACKAGE__
                Thanks Graham Knop for reporting.
        + Tst : Author tests are no longer bundled with this distribution.
                They are only made available to authors in the git repository.
2015-02-18 12:58:05 +00:00
mef
772509d355 Update 0.007 to 0.013
----------------------
0.013     2014-10-25 21:54:47+02:00 Europe/Amsterdam
          Rename lvalue_refs to refaliasing

0.012     2014-10-12 12:10:06+02:00 Europe/Amsterdam
          Added lvalue references feature

0.011     2014-09-27 14:08:47+02:00 Europe/Amsterdam
          Clarified which order to apply pragmas [Grant McLean]

0.010     2014-08-19 17:47:20+02:00 Europe/Amsterdam
          Add returning 1's to evals in tests

0.009     2014-08-16 13:43:53+02:00 Europe/Amsterdam
          Hardcode features for perl < 5.15.7

0.008     2014-07-05 13:58:28+02:00 Europe/Amsterdam
          Give better perl version formatting
          Fix smartmatch/switch description
2015-02-18 12:56:28 +00:00
mef
2f5053d7bf Update to 0.11
---------------
0.11  2013-07-24
      - convert to Devel::OverrideGlobalRequire
2015-02-18 12:53:17 +00:00
mef
ed8a2e79fe 2.26 2014-12-26 16:27:23+00:00 UTC
* BUGFIX / INCOMPAT: Remove "fileno" and "umask" from the list of
                             CORE subs protected by autodie and Fatal.
                             When they return undef, it is not a failure.

        * BUGFIX: Fixed an error that could occur during global destruction of
          the form "(in cleanup) Can't use an undefined value as an ARRAY
          reference at .../autodie/Scope/GuardStack.pm line 48 during global
          destruction" (Thanks to Dave Rolsky).

        * BUGFIX: The open-pragma is now properly ignored when open is
                  given an explicit layer.  This brings autodie protected
                  open in sync with open.  Thanks to Gregory Oschwald and
                  Graham Knop for the report + test case and the patch.
                  (GH#52 + GH#53)

        * BUGFIX: Hide the "SCALAR" (buffer) argument in the string
                  representation of autodie::exception for the read,
                  sysread and syswrite CORE subs.  This is to avoid
                  a dump of binary data to the screen/log when a
                  (sys)read or syswrite fails.

        * FEATURE: Let autodie::exception work in equality tests and
                   string comparison via "overload fallback".
                   (Thanks to Michael G. Schwern)

        * DOC: Mention that "kill" is in the ":ipc" category.  It has
               been there since autodie v2.14.
               (Thanks to Felipe Gasper for reporting it, RT#97320).

        * INTERNAL: Use "parent" instead of "base" for inheritance.  Also
                    avoid some @ISA relationships that were redundant.
                    Either truly redundant ones or by importing "import"
                    from Exporter v5.57.
                    -  This change implies that perl 5.8 users must now
                       also fetch "parent" from cpan.
                    (Thanks to Olivier Mengue (Mengué), GH#59)

        * DEVEL / TEST: The autodie module now accepts an undefined Fatal
                        version, assuming it to be development version.
                        Test cases that require versions are now either
                        skipped or considered "release" test.

        * TEST / INTERNAL: Enabled travis-ci for Perl 5.20

        * TEST: Close temp file before re-opening in t/truncate.t.
                (Thanks to Craig A. Berry, RT#96609)

        * TEST: Pass O_TRUNC with O_CREAT to sysopen in t/utf8_open.t.
                (Thanks to Craig A. Berry, RT#87237)

        * TEST: Clean up temp file in t/truncate.t.
                (Thanks to Dave Mitchell, RT#100688)
2015-02-18 12:49:40 +00:00
mef
564bf14bc6 Update 1.2 to 1.28
------------------
1.28
   Misc
   - Make crypt() test optional for platforms without it (thanks Hugmeir)
1.27
   Misc
   - new version just to creage a new .tar.gz.  a './' owned by root
     apparently got added to the tar at some point after 'make dist'.

1.26
    Fix
    - remove 'use feature' from t/synopsis.t.  this lets older perls perl.

1.25 Wed Jun 12 14:45:54 CDT 2013
    Fix
    - remove 'use feature' from t/synopsis.t.  that was cut and paste from the
      docs but wasn't actually necessary there.

1.24 Sun Jul 15 11:05:11 PDT 2012
    Misc
    - MANIFEST no longer includes previous distribution tar balls (Jacinta
      Richardson)

1.23 Thu Jul 12 18:05:46 PDT 2012
    Docs
    - Minor corrections (Jacinta Richardson)

1.22  Thu Jul 12 17:16:06 PDT 2012
    New Features
    - %hash->each is now guaranteed to iterate through the complete hash,
      unlike each(%hash). [github 7]
    - defined()

    Distribution Changes
    - Added Test::More 0.88 as a pre-req (Jacinta Richardson)
    - Added license for new versions of EMM

    Docs
    - Expanded module synopsis (Jacinta Richardson)
    - Wrote documentation for all (or most) functions
    - Tidied book extract (Jacinta Richardson)

    Incompatible changes (Jacinta Richardson)
    - Removed functions
      - rand    - bxor  - gt     - ne  - mlt
      - times   - div   - le     - meq - mne
      - add     - eq    - lshift - mge - rshift
      - band    - flip  - mult   - mgt - sub
      - bor     - ge    - mcmp   - mle - autobox::Core::CODE::map

    Bug Fixes
    - xor uses xor instead of ^ (Jacinta Richardson)

1.21  Mon Sep 26 16:15:19 PDT 2011
    New Features
    - $string->reverse will now always reverse the string regardless of context.
      (Technically an incompatible change, but the list behavior of $string->reverse
      was clearly useless).

    Distribution Changes
    - fix MANIFEST (thanks Steffen Mueller (Müller) ).
    - move POD History section into standard Changes file (chocolateboy).
    - look, a change log!

    Misc
    - removed unnecessary prototypes on methods (schwern)
    - updated dependency on autobox
2015-02-18 12:42:00 +00:00
mef
c4d70ab0c2 Update to 2.83
--------------
2.83 Sun Feb 1 21:34:01 2015
    - RT #100247: fix assertion failures on 5.21.x perls with -DDEBUGGING
      (thanks, ilmari and Father Chrysostomos)
    - RT #100717: don't hide autobox::universal from PAUSE (thanks, ppisar)
    - RT #89754: INSTALLDIRS fix (thanks, Kent Fredric)
2015-02-18 12:29:25 +00:00
mef
61b412d728 Updated filesystems/p5-Module-Path to 0.18
Updated filesystems/p5-MooseX-Types-Path-Tiny to 0.011
Updated filesystems/p5-Path-Tiny to 0.061
2015-02-18 12:26:47 +00:00
mef
0689dbb528 Update to 0.061
---------------
0.061     2014-11-13 16:50:05-05:00 America/New_York
    [FIXED]
    - Fixed append_utf8 and append_raw with 'truncate' option.
2015-02-18 12:25:47 +00:00
mef
ae9ac36c48 Update 0.006 to 0.011
---------------------
0.011     2014-08-30 03:17:07Z
    - documentation amendments (thanks, Demian Riccardi!)
    - add missing prereq declaration

0.010     2014-02-16 22:02:29Z
    - fixed if eval problem in "use if" in 0.009

0.009     2014-02-16 21:57:00Z
    - only clean namespaces when MooseX::Types is new enough that our declared
      types are installed as methods

0.008     2014-02-16 21:20:46Z
    - new Paths, AbsPaths types, for coercable ArrayRefs

0.007     2013-12-22 00:44:49Z
    - add missing authority data to module and metadata
2015-02-18 12:23:24 +00:00
mef
599ba10ec2 Update 0.13 to 0.18
-------------------
0.18 2014-12-17
    - RIBASUSHI++ reminded me that to be a usable directory in @INC we need
      to check -d && -r && -x.

0.17 2014-12-17
    - Fixed RT#96433: ignore directories in @INC which don't exist.
      Apologies to ETHER++ for over-thinking this one,
      and taking so long to fix it.

0.16 2014-12-13
    - Added TODO.md with an initial todo list for the module

0.15 2014-10-14
    - Doing a foreach $dir (@INC) and then resolving symblinks on $dir
      was changing the entries in @INC. HAARG++ for pull request with fix.
    - Changed author email address to be my CPAN email address.

0.14 2014-08-16
    - Added Travis config, using cpanfile and cpanm to ensure all dependencies
      are installed before running tests with prove.
      Thanks to DAGOLDEN.
    - Improved the first paragraph of DESCRIPTION, so search results give
      a better summary of the module.
2015-02-18 12:19:18 +00:00
sevan
315561a644 Fix CVE-2015-0273 php: #68942 Use after free vulnerability in
unserialize() with DateTimeZone

Reviewed by wiz@
2015-02-18 11:14:15 +00:00
sevan
76d330732e Fix CVE-2015-0273 php: #68942 Use after free vulnerability in
unserialize() with DateTimeZone

Reviewed by wiz@
2015-02-18 11:04:03 +00:00
wiz
33b803b458 Updated sysutils/estd to 0.10 2015-02-18 10:35:07 +00:00
wiz
e39ff54dd7 Update to r10 from Leonardo Taccari in PR 49675:
Changes:
 * Fix build on DragonFly due to pidfile changes.
 * Add support for TECH_LOONGSON, TECH_ROCKCHIP, and TECH_GENERIC. Taken from
   pkgsrc, submitted-by: Leonardo Taccari, original patches by Jared D. McNeill.
2015-02-18 10:34:57 +00:00
wiz
a1e9f7a39b Add magic to fix freetype pc files on NetBSD 6 and 7 which had outdated
information in the installed pc file.
Remove local hack in fonts/harfbuzz.

From Leonardo Taccari <iamleot@gmail.com> in private email.
2015-02-18 09:53:27 +00:00
wiz
98fe9e8d20 Add ssl option that's default-on for systems that provide openssl.
(restoring v1.8 from obache)
2015-02-18 09:16:52 +00:00
wiz
d7f96dff26 Fix --disable-ssl; manually taken from othersrc until next full import. 2015-02-18 09:15:49 +00:00
wiz
b5eec2b0bb Fix BUILD_DEPENDS line. 2015-02-18 08:52:07 +00:00
wiz
fadf7dee2d Updated emulators/snes9x-gtk to 1.53.81nb23 2015-02-18 08:50:52 +00:00
wiz
7e15ca3561 Fix core dump during startup:
unexpected error from c library during 'pthread_mutex_unlock': operation not permitted
based on patch from FreeBSD ports via Stephen Black in PR 49671.

Fix some pkglint while here.

Bump PKGREVISION.
2015-02-18 08:50:44 +00:00
tnn
f2efc854f9 fix build failure using default optinos 2015-02-18 08:47:12 +00:00
taca
1969af75ee * Make HOMEPAGE and MASTER_SITES empty since rubyforge.org has gone.
* wxruby dose not support Ruby 2.0 and later.
2015-02-18 04:13:18 +00:00
mef
a7e3a8876e Updated devel/p5-Throwable to 0.200012
Updated devel/p5-Tie-Cache to 0.21
Updated devel/p5-Tie-Cache-LRU-Expires to 0.55
Updated devel/p5-Tie-IxHash to 1.23
Updated devel/p5-Tie-LLHash to 1.004
Updated devel/p5-Tie-RegexpHash to 0.17
2015-02-18 03:26:44 +00:00
mef
54d633e9dd Update 0.15 to 0.17
-------------------
0.17
  - Fix the serialisation procedures following changes to the
    stringification of Regex "refs" in 5.14

0.16
  - Reformatted Changes file to CPAN::Changes::Spec (Robert
    Rothenberg)

  - Removed SIGANTURE and Build.PL from distribution (Robert
    Rothenberg)
2015-02-18 03:25:45 +00:00
mef
f61527e2d9 Update to 1.004
---------------
1.004  2014-10-03  XAERXESS
 - added explicit SCALAR implementation, as perltie suggests
 - added warning about hash behavior in scalar context on Perls < 5.8.3
 - updated README
2015-02-18 03:23:57 +00:00
mef
2f4528b3d6 Update to 1.23
--------------
    1.23 (24 February 2013)
            New method Clear()

            Deleting current element when doing cycle using each will work
            (test by OLEG, RT#82248)
2015-02-18 03:22:27 +00:00
mef
721f748e01 Update 0.54 to 0.55
-------------------
  No Entry for 0.55 in ChangeLog, but the only difference is LICENSE
  file is included now, which is the same as 'artistic'
  (so the LICENSE= is changed to that).
2015-02-18 03:17:52 +00:00
sevan
bd4c544401 Drop the use of -no-cpp-precomp which is specific to Apple's supplied toolchain
Provide an explaination of changes in patches/patch-ac

Closes PR pkg/47949
Reviewed by wiz@
2015-02-18 03:10:41 +00:00
ryoon
cf2d57b28d Updated inputmethod/ibus-mozc to 2.16.2037.102 2015-02-18 01:43:22 +00:00
mef
f61ea022ec Update 0.17 to 0.21
-------------------
$MODULE = "Tie::Cache"; $VERSION = .21; $DATE = '05/19/2014';
+ fixed internal $VERSION number

$MODULE = "Tie::Cache"; $VERSION = .19; $DATE = '02/23/2012';
+ added cleaner ref() checking for data size calculations when
  using a MaxBytes cache, to address bug
   https://rt.cpan.org/Public/Bug/Display.html?id=69976
+ updated test.pl to "use Tie::Cache" to prevent test conflicts with Cache.pm
2015-02-18 01:14:54 +00:00
mef
3790b4a83c (pkgsrc)
- Drop two dependency (See below)
     p5-MooX-Types-MooseLike>=0
     p5-Class-Load>=0.20
(upstream)
  - Update 0.200009  0.200012
-------------------------
0.200012  2014-09-19 21:59:28-04:00 America/New_York
        - avoid memory leaks and infinite recursion when stringifying
          (thanks, Dagfinn Ilmari Mannsaker (Mannsåker)!)

0.200011  2014-04-02 20:49:49-04:00 America/New_York
        - eliminate prereq on Class::Load (thanks, Toby Inkster!)
        - eliminate preqre on MooX::Types::MooseLike::Base (Toby Inkster)

0.200010  2014-03-08 22:39:25-05:00 America/New_York
        - eliminate a memory leak in StackTrace::Auto (thanks, Graham Knop!)
2015-02-18 01:11:24 +00:00
ryoon
61e87d1af0 Updated inputmethod/mozc-server to 2.16.2037.102
Updated inputmethod/mozc-renderer to 2.16.2037.102
Updated inputmethod/mozc-tool to 2.16.2037.102
Updated inputmethod/mozc-elisp to 2.16.2037.102
Updated inputmethod/uim-mozc to 2.16.2037.102
2015-02-17 23:58:47 +00:00
ryoon
981bbcf88e Update to 2.16.2037.102
Changelog:
r510 2015-01-25 2.16.2037.102 - r494 2015-01-24 2.16.2021.102
Summary of changes between 2.16.2021.102 (r494) and 2.16.2037.102 (r510).

    DEPS changes:
        none
    Build related changes:
        libc++ is used by default to build Android target binaries.
        Clang 3.5 is now required to build Mozc for Android, NaCl, and Linux. See  Issue 276  for the motivation behind this change.
        Visual C++ 2013 is required to build Mozc for Windows.
    Major changes:
        Mozc for Windows now requires Windows Vista SP2 and later. Mozc 2.16.2034.102 (r507) is the last version that can run on Windows XP and Windows 2003 Server. See  Issue 277 .
    Known issues:
        Voiced sound marks on the key pad is not placed at correct position in Android (Issue 263)
        Compilation errors in Android arm64 and mips64 build (Issue 273)
    Fixed issues:
        FIX: Inconsistency between suggestion candidates and conversion candidates ( Issue 274 )
        FIX: Learning algorithm is sometimes too aggressive when punctuation is committed ( Issue 275 )
        FIX: Require Clang to build Linux host binaries ( Issue 276 )
        FIX: Discontinue the support of Windows XP / 2003 Server ( Issue 277 )
    Commit summary:
        r510: Remove a workaround code for Visual C++ 2010 (KB813540)
        r509: Require Visual C++ 2013 to build Mozc for Windows
        r508: Require Windows Vista SP2 or later
        r507: Remove build_tools command from build_mozc.py
        r506: Require Clang to build Linux host binaries
        r505: Switch from stlport to libcxx in Android build
        r504: Remove mozc::DetachedThread as it is no longer used
        r503: Fix build failur of unit tests when libcxx is used on Android
        r502: Fix test failure in release build with Visual C++ 2013
        r501: Make the conditions to learn candidates with a punctuation mark more strict
        r500: Apply the same hack as conversion to prediction for transition cost from history node
        r499: Remove an unused member field
        r498: As-is import of NaCl Mozc for Chromium OS
        r497: Remove platform-dependent mozc::Encryptor part 3
        r496: Fix style violations in header include guards part 4
        r495: Remove unused variables
        r494: Fix a typo in reading strings of Unicode Emoji data

r486 2015-01-18 2.16.2020.102 - r474 2015-01-01 2.16.2008.102
Summary of changes between 2.16.2008.102 (r474) and 2.16.2020.102 (r486).

    DEPS changes:
        protobuf: bba83652e1be610bdb7ee1566ad18346d98b843c -> 172019c40bf548908ab09bfd276074c929d48415 (downgrading)
    Build related changes:
        Ubuntu 14.04 is used as the reference build/test environment for Android, NaCl, and Linux. Hereafter we will not make sure that Mozc can be built on Ubuntu 12.04.
    Known issues:
        Voiced sound marks on the key pad is not placed at correct position in Android (Issue 263)
        Compilation errors in Android arm64 and mips64 build (Issue 273)
    Fixed issues:
        FIX: All resources are not released in Service.onDestory ( Issue 265 )
        FIX: Many emojis are suggested from space ( Issue 266 )
        FIX: Noisy candidate "itsumo" due to language aware conversion ( Issue 267 )
        FIX: BuildInDocker fails when building for Android ( Issue 269 )
        FIX: Runtime CHECK failure on Windows: protobuf/src/google/protobuf/descriptor.cc:1018 ( Issue 271 )
        FIX: AssertionError in gen_zip_code_seed.py ( Issue 272 )
    Commit summary:
        r486: Unsupport Ubuntu 12.04 as a build environment
        r485: Update copyright year in source header comments
        r484: Update copyright year in the about dialog to 2015
        r483: Update special rules for KEN_ALL.CSV
        r482: Revert r438 "Update Protocol Buffers to 2.6.1" and r444 "Suppress compiler warnings for Protocol Buffers 2.6.1"
        r481: Revert r477 "Revert r247 "Explicity invoke bash for make-standalone-toolchain.sh""
        r480: Call CalculatorInterface::CalculateString even for x86 Android testing
        r479: Suppress LangAwareRewriter to suggest the raw text if the query is in the dictionary as a key
        r478: Handle emojis that have multiple readings correctly
        r477: Revert r247 "Explicity invoke bash for make-standalone-toolchain.sh"
        r476: Several coding style fixes
        r475: Improve classic skins for Android
        r474: Fix resource leak on onDestroy
2015-02-17 23:55:58 +00:00
joerg
ec4383a56e Reenable p5-biblatex-biber. 2015-02-17 21:12:41 +00:00
joerg
11820995c5 Silence missing ghc. 2015-02-17 21:12:13 +00:00
taca
c69f9f028a Note update of devel/ruby-msgpack package to 0.5.11. 2015-02-17 15:08:55 +00:00
taca
1ef735e1d9 Update ruby-msgpack to 0.5.11.
2015-02-04 version 0.5.11:

* Fixed Encoding::CompatibilityError error when serializing a long string
  longer than write_reference_threshold (5KB by default) and whose encoding
  is not ASCII-8BIT.
* Fix read_(map|array)_header (@funny-falcon++).
* Internally, rename msgpack_unpacker_{init,reset,destroy} functions
  so that we can load msgpack-c in the same process (@miihael++)
2015-02-17 15:08:30 +00:00
taca
ee7117dcb1 Note update of devel/ruby-eventmachine package to 1.0.7. 2015-02-17 15:07:55 +00:00