- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001
- Switch to go:modules when upstream already uses them
Reviewed by: tobik
Approved by: araujo (mentor), portmgr (adamw)
Differential Revision: https://reviews.freebsd.org/D21743
using Intel's ISA-L crypto library.
Only for amd64 and only for very recent -CURRENT.
Submitted by: jhb
Reviewed by: gallatin
Differential Revision: D21446
Letsencrypt CA recent changed the CDN provider, which resulted in hanging
issues. Any downstream package should update. This is important.
re: https://github.com/Neilpang/acme.sh/releases/tag/2.8.3
Submitted by: Ken (via private email)
/wrkdirs/usr/ports/security/snort3/work/snort3-3.0.0-258/src/codecs/ip/cd_ipv4.cc:223:28: error: use of undeclared identifier 'DAQ_PKT_FLAG_REAL_ADDRESSES'
if ((raw.pkth->flags & DAQ_PKT_FLAG_REAL_ADDRESSES) and codec.ip_layer_cnt == 1)
^
/wrkdirs/usr/ports/security/snort3/work/snort3-3.0.0-258/src/codecs/ip/cd_ipv4.cc:227:33: error: no member named 'real_sIP' in '_daq_pkt_hdr'
real_src.set(&raw.pkth->real_sIP,
~~~~~~~~ ^
/wrkdirs/usr/ports/security/snort3/work/snort3-3.0.0-258/src/codecs/ip/cd_ipv4.cc:228:33: error: use of undeclared identifier 'DAQ_PKT_FLAG_REAL_SIP_V6'
((raw.pkth->flags & DAQ_PKT_FLAG_REAL_SIP_V6) ? AF_INET6 : AF_INET));
^
/wrkdirs/usr/ports/security/snort3/work/snort3-3.0.0-258/src/codecs/ip/cd_ipv4.cc:229:33: error: no member named 'real_dIP' in '_daq_pkt_hdr'
real_dst.set(&raw.pkth->real_dIP,
~~~~~~~~ ^
/wrkdirs/usr/ports/security/snort3/work/snort3-3.0.0-258/src/codecs/ip/cd_ipv4.cc:230:33: error: use of undeclared identifier 'DAQ_PKT_FLAG_REAL_DIP_V6'
((raw.pkth->flags & DAQ_PKT_FLAG_REAL_DIP_V6) ? AF_INET6 : AF_INET));
^
Reported by: pkg-fallout
Cross-platform utilities for prompting the user for credentials or
a passphrase, for example to authenticate with a server or read a
protected key. Includes native programs for MacOS and Windows, hence
no 'tcltk' is required. Password entry can be invoked in two different
ways: directly from R via the askpass() function, or indirectly as
password-entry back-end for 'ssh-agent' or 'git-credential' via the
SSH_ASKPASS and GIT_ASKPASS environment variables. Thereby the user
can be prompted for credentials or a passphrase if needed when R
calls out to git or ssh.
WWW: https://cran.r-project.org/web/packages/askpass/
Add USES=compiler:c11, base GCC can't build this port.
Only add -L${OPENSSLLIB} when OpenSSL not from base is used to avoid linking to base libstdc++.
Approved by: linimon (mentor)
Differential Revision: https://reviews.freebsd.org/D21719
Add -Wno-static-float-init only when clang is used. Also add USES=localbase.
Approved by: linimon (mentor)
Differential Revision: https://reviews.freebsd.org/D21407
There are many greater changes including:
- New module ffi
- Remove interbase module
- Remove recode module
- Remove wddx module
- Many modules changes the build switches
- Many modules changes the config format, so patches needed to be recreated
Special thanks to tobik and ale for their support.
Reviewed by: tobik, ale, joneum
Sponsored by: PHP Update Service
Differential Revision: https://reviews.freebsd.org/D21349