Commit graph

218931 commits

Author SHA1 Message Date
jperkin
503e86716a SunOS needs -D__EXTENSIONS__ for struct sockaddr_storage. 2014-07-14 14:41:04 +00:00
roy
6728f056d1 Updated net/dhcpcd to 6.4.2 2014-07-14 14:10:44 +00:00
roy
c291fbf58e Update to dhcpcd-6.4.2 to fix a compile error. 2014-07-14 14:10:35 +00:00
ryoon
906069ae93 Remove unnecessary . 2014-07-14 13:54:24 +00:00
jperkin
d0f2364d1a Look for -lpcap in the correct dir. Fixes at least SunOS. 2014-07-14 11:59:02 +00:00
roy
b97ce4552c Updated net/dhcpcd to 6.4.1 2014-07-14 11:56:25 +00:00
roy
d682f97704 Update to dhcpcd-6.4.1 with the following changes:
*  If just given a domain and no search list, make the search list the domain
  *  Skip arpping directives if we have a profile but not parsing one
  *  Allow the request of a DHCPv6 address or prefix, a prefix length must be
     specified
  *  Add the ability to dump DHCPv6 leases
  *  Improve startup with regards to carrier checking and adding a link-local
     IPv6 address
  *  Start the correct interface reference for added devices
  *  Support
     http://datatracker.ietf.org/doc/draft-ietf-dhc-dhcpv6-stateful-issues-06
     via the ia_pd_mix option
  *  Fix link handling where kernel reported flags in LINK_UP may not be
     valid when we actually process them
  *  Fix defining new options in dhcpcd.conf and requesting them
  *  Fix a potential segfault when reloading configurations
  *  Print user defined options via -V
  *  Add support for RFC6603, Prefix Exclude option
  *  When requesting a IA_PD and another IA type, create a psuedo interface
     to handle the IA_PD
  *  Handle truncated DHCPv6 saved leases
2014-07-14 11:56:12 +00:00
jperkin
d9693f91da Fix for texinfo 5.x. 2014-07-14 10:51:33 +00:00
jperkin
4e641c53bb SunOS needs -D__EXTENSIONS__ for posix_fallocate(). 2014-07-14 10:41:13 +00:00
jperkin
c22b4f6285 Avoid "error: call of overloaded <func> is ambiguous" failure. 2014-07-14 09:57:54 +00:00
jperkin
a0270415c8 Avoid "error: call of overloaded <func> is ambiguous" failures. 2014-07-14 09:35:47 +00:00
jperkin
ecda40111f Avoid "error: call of overloaded <func> is ambiguous". 2014-07-14 09:15:08 +00:00
obache
327f583acb one more resolve ambiguous usage of log(3). 2014-07-14 08:12:04 +00:00
szptvlfn
7ba15e74aa Updated math/hs-nats to 0.2 2014-07-13 21:17:18 +00:00
szptvlfn
5e6baf032c Update to 0.2
CHANGELOG:
0.2
---
* Added `Hashable` and `Data` support.
* Will build as full-fledged `Safe` Haskell if you configure with -f-hashable, merely `Trustworthy` otherwise.
* Allow for manual removal of the `hashable` dependency to support advanced sandbox users who explicitly want to avoid compiling certain dependencies
  they know they aren't using.

  We will fix bugs caused by any combination of these package flags, but the API of the package should be considered the default build
  configuration with all of the package dependency flags enabled.
2014-07-13 21:16:40 +00:00
cheusov
1a61299676 Updated pkgtools/pkg_summary-utils to 0.65.0 2014-07-13 20:46:23 +00:00
cheusov
77cca121f1 Updated parallel/paexec to 1.0.0 2014-07-13 20:45:14 +00:00
cheusov
0dd1cd2fcc Updated lang/runawk to 1.5.1 2014-07-13 20:43:55 +00:00
cheusov
6db25e7209 Updated devel/mk-configure to 0.27.0 2014-07-13 20:42:47 +00:00
spz
efcb9bef07 trivial update to deal with perl-5.20.x 2014-07-13 16:48:42 +00:00
cheusov
7b71884f50 Update BUILD_DEPENDS 2014-07-13 16:46:45 +00:00
cheusov
d17b9486f1 Update
Version 0.65.0

  mk-configure>=0.26.0 is required for build.

  pkg_grep_summary
    - fix for "-t strfile" (hcreate(3) hash is not autoresizable)
    - if option -r was applied, the exit status is 1 for "not match"
      and 2 for unexpected failure.

  Code clean-ups and improvements.

Version 0.64.0

  pkg_subgraph_deps:
    - significant performance improvements

  pkg_cmp_summary:
    - option -f was added, options -p and -P are considered deprecated

  Code clean-ups in the default pkg_digger.conf
2014-07-13 16:45:56 +00:00
cheusov
807ec7e03a Update to 1.5.1 (build failure on Hurd was fixed) 2014-07-13 16:27:03 +00:00
cheusov
7e94f0d145 Update to version 1.0.0
mk-configure>=0.27.0 is required for build.

  Option -X was introduced to paexec(1) for ignoring
  calculator's stdout.

  PAEXEC_ENV environment variable sets a list of variables passed to
  the calculator.

  PAEXEC_TRANSPORT environment variable sets the transport unless
  option -t was applied.

  PAEXEC_NODES environment variable sets the nodes unless
  option -n was applied.

  pareorder(1) is a synonym for paexec_reorder(1)
2014-07-13 16:25:28 +00:00
cheusov
246cb567b4 Update to version 0.27.0
Fix pkg-config support (github issue #8).
  Thanks to Andrew Shadura for the report.

  Fix support for mixed C/C++ projects.

  Fixes for Interix and Cygwin where users and groups may have spaces.
  Thanks to Michael Crogan for the report.

  Fix in mkc_imp.f_SLIST.mk (we have to restore original MKC_NOAUTO)

  mkc.lib.mk:
    - MKPIE=yes also turns on PIC

  pre_*, do_* and post_* targets were introduced. ALLTARGETS was
  introduced which lists all targets with pre_/do_/post_
  counterparts.

  examples/hello_superfs:
    - new interesting feature proposed by Michael Crogan

  As makedepend(1) is broken on Linux, {b}mkdep(1) is used for
  generating .depend by default.

  mkc_install:
    - new option -l for symlinking
    - fixes for files and directories with spaces
2014-07-13 15:52:36 +00:00
taca
b53f4299c9 Note update of lang/php54 package to 5.4.30nb1. 2014-07-13 15:25:34 +00:00
taca
afa36cf315 Add fix for CVE-2014-4698 and CVE-2014-4670.
Bump PKGREVISION.
2014-07-13 15:25:03 +00:00
taca
71877fa6bc Note update of lang/php55 package to 5.5.14nb1. 2014-07-13 15:24:18 +00:00
taca
f0b1dd8ec5 Add fix for CVE-2014-4698 and CVE-2014-4670.
Bump PKGREVISION.
2014-07-13 15:23:42 +00:00
cheusov
0d0e51e567 Fix for projects that require MKC_FEATURES 2014-07-13 15:23:41 +00:00
schwarz
cb57fff09f Updated to 20140710 2014-07-13 14:49:13 +00:00
wen
8cfb8f1aa9 Updated math/R-sp to 1.0.15 2014-07-13 13:41:08 +00:00
wen
06ba59e893 Update to 1.0.15
Update LICENSE
2014-07-13 13:40:10 +00:00
wen
b620cca340 Updated math/R-splancs to 2.01.34 2014-07-13 13:34:13 +00:00
wen
87e60b9dc4 Update to 2.01.34
Update LICENSE
2014-07-13 13:32:51 +00:00
obache
5471bbb758 libpciacess on NetBSD-5 is missing linkage with libz whereas using it. 2014-07-13 13:00:33 +00:00
wen
b8db8cb443 Updated math/R-statmod to 1.4.20 2014-07-13 12:48:50 +00:00
wen
2f18a0cdea Update to 1.4.20
Update LICENSE

Upstream changes:
30 May 2014: statmod 1.4.20

- Considerable work on the inverse Gaussian functions dinvgauss(),
  pinvgauss(), qinvgauss() and rinvgauss().  The parameter arguments
  are changed to mean, shape and dispersion instead of mu and lambda.
  The functions now include arguments lower.tail and log.p, meaning
  that right-tailed probabilities can be used and probabilities can
  be specified on the log-scale.  Good numerical precision is
  maintained in these case.  The functions now respect attributes,
  so that a matrix argument for example will produce a matrix result.
  Checking is now done for missing values and invalid parameter
  values on an element-wise basis.  A technical report has been
  written to describe the methodology behind qinvgauss().

- This file has been renamed to NEWS instead of changelog.txt.

- The introductory help page previously called 1.Introduction is now
  named statmod-package.

13 April 2014: statmod 1.4.19

- qinvgauss() now uses a globally convergent Newton iteration, which
  produces accurate values for a greater range of parameter values.

- glmnb.fit() now supports weights.
2014-07-13 12:47:38 +00:00
wen
6c66210d33 Updated math/p5-Statistics-Descriptive to 3.0607 2014-07-13 12:42:59 +00:00
wen
ec8ed083bd Update to 3.0607
Add missing DEPENDS

Upstream changes:
3.0607      2014-02-01
    - Fix the List::MoreUtils prereqs.
    - http://www.cpantesters.org/cpan/report/365b752c-8adf-11e3-bd14-e3bee4621ba3
    - Thanks to Chris Williams (BINGOS) for the CPAN Testers Report.

3.0606      2014-01-31
    - Implement the median_absolute_deviation method.
    - https://bitbucket.org/shlomif/perl-statistics-descriptive/pull-request/5/median-absolute-deviation-method/diff
    - Thanks to Kang-min Liu.
    - Minimal version of perl set to 5.6.0 (CPANTS).
    - Add standalone LICENSE file (CPANTS).

3.0605      2013-05-21
    - Add t/style-trailing-space.t .
    - Add t/cpan-changes.t .
    - Convert Changes to it.
2014-07-13 12:41:28 +00:00
wen
f1cd2cdd96 Updated math/R-zoo to 1.7.11 2014-07-13 12:07:09 +00:00
wen
a994c14a6a Update to 1.7.11
Update LICENSE

Upstream changes:
Changes in Version 1.7-11

  o Extended the license from "GPL-2" to "GPL-2 | GPL-3".

  o Avoid duplications in Suggests/Imports/Depends in the package's
    DESCRIPTION. Use only :: instead of ::: to access certain functions
    from other namespaces.

  o Added as.list() methods for yearmon/yearqtr.

  o Added workaround in Ops.zoo if first argument is not a zoo series
    (prompted by Josh Ulrich).

  o The transform() method for zoo series now does what method for
    data.frame does (instead of just calling it) in order to get
    non-standard evaluation.
2014-07-13 12:06:08 +00:00
wen
984c9430e5 Updated devel/p5-MooseX-OneArgNew to 0.004 2014-07-13 11:52:02 +00:00
wen
0758bbbe63 Update to 0.004
Upstream changes:
0.004     2013-10-05 09:05:39 America/New_York
          update repo and bugtracker metadata

0.003     2013-04-16 16:36:26 America/New_York
        - add a "coerce" parameter to the role; now ->new can accept one arg
          that can be coerced to the expected type; suggested by Mark Jason
          Dominus
2014-07-13 11:51:06 +00:00
wen
a2c04124de Updated devel/p5-MooseX-Object-Pluggable to 0.0013 2014-07-13 11:41:49 +00:00
wen
6b1fbe92c9 Update to 0.0013
Update LICENSE

Upstream changes:
0.0013    2014-02-02 08:53:34Z
          - line numbers in shipped code are now almost the same (within 3) as
            the repository source, for easier debugging
          - add error diagnostic if the plugin is not a Moose role (RT#49507)
          - avoid continuing on after failing to load a plugin (RT#63013)
          - keep track of all plugins successfully loaded so far in case we
            fail in the middle (RT#88562)

0.0012    2013-11-11 03:59:19Z
          - removed use of deprecated Class::MOP::load_class
          - repository migrated from shadowcat to the github moose organization
2014-07-13 11:39:43 +00:00
obache
26ef889ab2 Updated devel/ruby-test-unit-notify to 1.0.2 2014-07-13 11:16:49 +00:00
obache
ae0570fd65 Update ruby-test-unit-notify to 1.0.2.
## 1.0.2 - 2014-07-13 {#version-1-0-2}

### Improvements

* Supported Windows. You need to install
  [Growl for Windows](http://www.growlforwindows.com/).
  [GitHub#3] [Patch by Arikui]

### Thanks

* Arikui
2014-07-13 11:16:02 +00:00
wen
0a6b6daa94 Updated devel/p5-MooseX-NonMoose to 0.26 2014-07-13 11:06:52 +00:00
wen
3d29d648aa Update to 0.26
Add missing DEPENDS

Upstream changes:
0.26  2014-02-25
      - fix dependency specification for Try::Tiny (Gareth Harper, #9)

0.25  2014-02-06
      - fix for Module::Runtime 0.014
2014-07-13 11:06:03 +00:00