- 09 Jan, 2020 21 commits
-
-
jbeich authored
In file included from Unified_cpp_ipc_chromium0.cpp:137: ipc/chromium/src/base/shared_memory_posix.cc:282:16: error: variable has incomplete type 'cap_rights_t' (aka 'cap_rights') cap_rights_t rights; ^ /usr/include/sys/types.h:247:8: note: forward declaration of 'cap_rights' struct cap_rights; ^ In file included from Unified_cpp_ipc_chromium0.cpp:137: ipc/chromium/src/base/shared_memory_posix.cc:283:28: error: use of undeclared identifier 'CAP_MMAP_R' cap_rights_init(&rights, CAP_MMAP_R); ^ PR: 243213 Pointy hat to: jbeich (landed old version of the patch)
-
mat authored
This was used before flavors were a thing to make sure if you built port A with some python version, and it needed port B, port B would also be built with the same python version. PR: 243185 Reviewed by: antoine Differential Revision: https://reviews.freebsd.org/D23084
-
swills authored
Reviewed by: mat, bdrewery, tobik Approved by: mat Differential Revision: https://reviews.freebsd.org/D22174
-
mat authored
-
amdmi3 authored
-
amdmi3 authored
-
amdmi3 authored
-
pkubaj authored
C++11 compiler is necessary because of: ${REINPLACE_CMD} -e 's/c++98/c++11/' ${WRKSRC}/ext/openexr/Makefile.in
-
tijl authored
Needed by Linux Test Project. PR: 242982
-
gerald authored
the Fortran front end (and some for Darwin and PA-RISC). (The 20191227 snapshot did not bring any changes.)
-
tijl authored
Needed by Linux Test Project. PR: 242981
-
amdmi3 authored
- Update WWW Approved by: portmgr blanket
-
mat authored
BTPD is a bittorrent client consisting of a daemon and client commands, which can be used to read and/or manipulate the daemon state. The daemon is capable of running several torrents simultaneously and only uses one TCP port. It's fairly low on resource usage and should be perfect for file distribution sites. Efficient downloads and ease of use makes this client a good choice for the casual user as well. WWW: https://github.com/btpd/btpd/wiki PR: 1 Submitted by: mat@FreeBSD.org
-
pkubaj authored
Also remove upstreamed patch. Release notes at https://github.com/bvschaik/julius/releases/tag/v1.2.0
-
yuri authored
clang-6 lacks the c++17 feature std::mmap::extract Reported by: fallout
-
tz authored
Currently when building lang/php72 with MYSQLND=off, its im possible to build databases/php72-mysqli. When the option MYSQLND was added, we expected users to not use mysqli at all after disabling this option. This has proven to be wrong, so we patch the build to be work again. patch-ext_mysqli_mysqli__api.c was submitted by Сергей <joker@pinnet.ru>.
-
adamw authored
-
yuri authored
Reported by: portscout
-
yuri authored
Reported by: upstream notification
-
jbeich authored
Changes: https://github.com/yuzu-emu/yuzu/compare/5be00cba1...80436c133
-
jbeich authored
Submitted by: Greg V
-
- 08 Jan, 2020 19 commits
-
-
jbeich authored
Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.49_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_49_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ Reported by: Repology
-
pkubaj authored
Merge upstream commit to use GCC's SSE->AltiVec translation. Since it depends on compiling with GCC, it only works on ELFv1. Hopefully it will be possible to build it on ELFv2 in the future. Also use luajit only where it's actually available. Since it's optional, the port builds anyway. PR: 243199 Approved by: yuri (maintainer) MFH: 2020Q1 (fix build blanket)
-
rene authored
Reported by: portscout
-
pkubaj authored
C11 compiler is necessary: irp.h:33: error: redefinition of typedef 'XFUSE_INFO' chansrv_fuse.h:47: error: previous declaration of 'XFUSE_INFO' was here MFH: 2020Q1 (fix build blanket)
-
jbeich authored
Changes: https://www.mozilla.org/firefox/68.4.1/releasenotes/ Security: CVE-2019-17026
-
jbeich authored
Changes: https://www.mozilla.org/firefox/72.0.1/releasenotes/ PR: 242605 Security: CVE-2019-17026
-
sunpoet authored
Changes: https://github.com/DataDog/dd-trace-rb/releases
-
sunpoet authored
Changes: https://github.com/instagrambot/instabot/commits/master
-
sunpoet authored
Changes: https://github.com/spacetelescope/asdf/releases
-
sunpoet authored
Changes: https://docs.openstack.org/releasenotes/python-openstackclient/
-
sunpoet authored
Changes: https://docs.openstack.org/releasenotes/python-designateclient/
-
sunpoet authored
-
sunpoet authored
Changes: https://github.com/Instagram/LibCST/blob/master/CHANGELOG.md
-
sunpoet authored
- Bump PORTREVISION for dependency change
-
sunpoet authored
-
sunpoet authored
Changes: https://metacpan.org/changes/distribution/Bio-Variation
-