math/ntl: use base libtool rather than building a bundled copy of gnu libtool
without proper gnu.port.mk infrastructure (vulnerable to gmkdir being installed
during configure and junked during build)
fix WRKSRC vs WRKBUILD confusion while there
ok tb@ benoit@
security/rhash: non-functional changes to prepare for update
- Chase HTTP/2 301 redirection in the WWW address
- Move USES et al. block above HAS_CONFIGURE where it should
be normally found
- Reinstate MAKE_ARGS lost in r531582 (now commit 37cd5bfde4ba)
and drop manual stripping in the `post-install' target
- Replace `do-test' target with equivalent TEST_TARGET knob
PR: 283630, 290603
switch from building bundled liberfa to using the new separate port.
fixes picking up gmkdir if present during build (which breaks if dpb
junking is performed).
import ports/astro/liberfa, ok tb
ERFA (Essential Routines for Fundamental Astronomy) is a C library
containing key algorithms for astronomy, and is based on the SOFA
library published by the International Astronomical Union (IAU),
https://www.iausofa.org/
ERFA is intended to replicate the functionality of SOFA (aside from
possible bugfixes in ERFA that have not yet been included in SOFA), but
is licensed under a three-clause BSD license to enable its compatibility
with a wide range of open source licenses. Permission for this release
has been obtained from the SOFA board, and is available in the LICENSE
file included in this source distribution.
net-mgmt/smokeping: fix etc/smokeping_secrets.sample file permission
The files etc/smokeping_secrets and the sample file
should not be world-readable.
PR: 290806
Reported by: sanpei
net-mgmt/smokeping: fix etc/smokeping_secrets.sample file permission
The files etc/smokeping_secrets and the sample file
should not be world-readable.
PR: 290806
Reported by: sanpei
devel/concurrencykit: update to (concurrencykit) ck-0.7.2
Release announcement:
This release adds support for riscv, as provided by Mitchell Horne,
as well a miscellaneous bug fixes and improvements.