2019-03-03 devel/cpuflags: does not recognize modern CPUs; use -march=native instead
2019-03-03 www/moodle31: Upstream no longer maintained
2019-03-03 www/moodle34: Upstream no longer maintained
In file included from FEI_HYPRE_Impl.cxx:22:
In file included from /usr/include/c++/v1/math.h:309:
In file included from /usr/include/c++/v1/type_traits:406:
In file included from /usr/include/c++/v1/cstddef:38:
./../../utilities/version:1:2: error: invalid preprocessing directive
#!/bin/sh
^
./../../utilities/version:2:2: error: invalid preprocessing directive
#BHEADER**********************************************************************
^
./../../utilities/version:3:3: error: invalid preprocessing directive
# Copyright (c) 2008, Lawrence Livermore National Security, LLC.
^
[...]
PR: 236192
Approved by: portmgr blanket
In file included from ./lib/beemutex.cpp:31:
In file included from ./lib/beemutex.h:46:
In file included from ./lib/exceptions.h:34:
In file included from ./lib/options.h:39:
In file included from /usr/include/c++/v1/deque:163:
In file included from /usr/include/c++/v1/__split_buffer:6:
In file included from /usr/include/c++/v1/type_traits:406:
In file included from /usr/include/c++/v1/cstddef:38:
./version:1:2: error: invalid preprocessing directive
#!/bin/sh
^
./version:2:1: error: unknown type name 'echo'
echo 3.2.2
^
./version:2:6: error: expected unqualified-id
echo 3.2.2
^
PR: 236192
Approved by: portmgr blanket
requests-aws4auth is Amazon Web Services version 4 authentication for the Python
Requests library.
Features:
- Requests authentication for all AWS services that support AWS auth v4
- Independent signing key objects
- Automatic regeneration of keys when scope date boundary is passed
- Support for STS temporary credentials
Implements header-based authentication, GET URL parameter and POST parameter
authentication are not supported.
WWW: https://github.com/sam-washington/requests-aws4auth
Keyword::Pluggable lets you implement new keywords in pure Perl. To do this, you
need to write a module and call Keyword::Pluggable::define in your import
method. Any keywords defined this way will be available in the scope that's
currently being compiled. The scope can be lexical, packaged, and global.
WWW: https://metacpan.org/release/Keyword-Pluggable
Adds the userland and kernel module to run ZFS on Linux ported
to FreeBSD. Requires FreeBSD with AES-CCM support, now available
in HEAD after 1300013.
Reviewed by: miwi@FreeBSD.org
Sponsored by: iXsystems
Simple XLib program to highlight the cursor position. This is similar to
the feature found in Windows XP (and possibly later?).
Reviewed by: krion, mat
Approved by: krion (mentor), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D19440
Previous commit to this port used old diff, sorry about that.
PR: 235740
Submitted by: Oleh Hushchenkov <o.hushchenkov@gmail.com> (maintainer)
Pointhat to: swills