argument doesn't work. Instead supply an argv list with just a
terminating NULL entry.
Submitted upstream as https://github.com/rsyslog/rsyslog/pull/1618
Patch files regenerated by 'make makepatch'
Reported by: (Chun-Tien Chang) <tcs@kitty.2y.idv.tw>
your files from core files, and keeping that extension under version
control and making it easy to deploy is now much, much easier.
Development of this script was inspired by Magento which forces you
to mix your extension files all throughout the core code directories.
With modman, you can specify in a text file where you want your
directories and files to be mapped to, and it will maintain symlinks
for you so that your code is easy to hack and deploy.
WWW: https://github.com/colinmollenhour/modman
PR: 208147
Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net> (maintainer)
Reviewed by: lifanov (mentor), matthew (mentor)
Approved by: lifanov (mentor), matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11169
requests.
NDMP is an open, enterprise-wide, network-based data management protocol
used for backup and recovery. The ndmpd daemon enables users to manage
data backup and recovery using Data Management Application (DMA) clients.
The NDMP protocol is used to coordinate data movement and control
between a DMA and an NDMP server or between two NDMP servers.
WWW: https://bitbucket.org/araujobsd/ndmp-freebsd
/usr/lib/libc.a(arc4random.o): In function `arc4random':
/usr/src/lib/libc/gen/arc4random.c:(.text+0x350): multiple definition of `arc4random'
/usr/local/lib/libcrypto.a(arc4random.o):(.text+0x0): first defined here
/usr/lib/libc.a(arc4random.o): In function `arc4random_buf':
/usr/src/lib/libc/gen/arc4random.c:(.text+0x4c0): multiple definition of `arc4random_buf'
/usr/local/lib/libcrypto.a(arc4random.o):(.text+0xa0): first defined here
c++: error: linker command failed with exit code 1 (use -v to see invocation)
Sponsored by: Absolight
Before, this port depended on future==0.15.2 but we have future 0.16 in
Ports. Also relax the dependency on scandir.
The port ran fine locally after these changes.
Approved by: fix-it
The latest www/py-requests update [1] unbundled its dependencies, now
requiring chardet, idna, urllib3 and certifi from ports.
www/py3-requests port was not tested during QA, which would have highlighted
the need for many new py3-* ports (and their dependencies).
This change creates one of those ports.
[1] https://svnweb.freebsd.org/changeset/ports/442565
PR: 219833
The latest www/py-requests update [1] unbundled its dependencies, now
requiring chardet, idna, urllib3 and certifi from ports.
www/py3-requests port was not tested during QA, which would have highlighted
the need for many new py3-* ports (and their dependencies).
This change creates one of those ports.
[1] https://svnweb.freebsd.org/changeset/ports/442565
PR: 219833
libdata/pkgconfig.
Fix ports that where installing the file in the wrong place.
PR: 218067
Submitted by: mat
Exp-run by: antoine
Reviewed by: rene, antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10129
Add a docker_flags variable to the rc script that can be used to pass
freeform options to the docker command. I use it for the "-H" option.
PR: 219795
Approved by: amutu@amutu.com (maintainer)
Approved by: brd (ports)
Not using the Github framework on purpose for getting the same release file
hosted on Github and Sourceforge.
PR: 219653
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D11046