This port passes ${LDFLAGS} to both the compiler driver and directly
to the linker, which is not valid. Revert to using ld.bfd for now which
produces output with a bogus entry, but does not fail to link.
Bump portrevision.
PR: 221778
Submitted by: emaste@
Approved by: rodrigo@ (maintainer)
This patch edits select_openssl.gyp for fixing the selection of -L -I flags for build.
Also adds compatibilty flags for the functions that openssl of base doesn't provide.
Reviewed by: mat
Sponsored by: Netzkommune GmbH
Differential Revision: https://reviews.freebsd.org/D13316
- Drop support for Botan 1.10 in favor of Botan 2.x
- Backported bugfixes/improvements from the 4.1.x branch
- Pet portlint and use DISTVERSION
- Added devel/protobuf as dependency as suggested by upstream
PR: 224027
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D13338
Implement enough of chrome.hid API to make U2F security keys work.
Due to FreeBSD's HID API limitations it's not possible to consistently
report vedor id or product id values for HID devices so if javascript
library relies on this information to detect supported keys it won't
work, only report descriptor based detection works.
Also by default uhid(4) devices accessible only to root user, current
solution is to change /dev/uhidX node permission using devd. For example
create /usr/local/etc/devd/yubi.conf with following content and
restart devd:
attach 20 {
match "vendor" "0x1050";
action "/bin/chmod 766 /dev/$device-name";
};
Work on u2f-devd port is in progress (see PR). When done it will take
care of maintaining devd rulesets for U2F devices.
PR: 196754
Approved by: cpm
NFFT is a software library, written in C, for computing non-equispaced fast
Fourier transforms and related variations. It implements the following
transforms:
1. Non-equispaced fast Fourier transform (NFFT)
- forward transform (NFFT), i.e. frequency to time/space domain
- adjoint transform (adjoint NFFT), i.e. time/space to frequency domain
2. Generalisations
- to arbitrary nodes in time and frequency domain (NNFFT)
- to real-valued data, i.e. (co)sine transforms, (NFCT, NFST)
- to the sphere S^2 (NFSFT)
- to the rotation group (NFSOFT)
- to the hyperbolic cross (NSFFT)
3. Generalised inverse transformations based on iterative methods, e.g.
CGNR/CGNE
PR: 223429
Submitted by: Michael Danilov <mike.d.ft402@gmail.com>
aircraft-datcom is a modified version of USAF Aircraft DATCOM
The goal of the project is to update the code and make it more usable by the end users
PR: 207928
Submitted by: Michael Danilov <mike.d.ft402@gmail.com>