mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
d104361938
Changes by Colin T.: * Always require pkgconfig instead of only requiring it for NSS, because otherwise chrony does not link reliably to nettle. [1] * Add pidfile to rc.d script to stop it from complaining when stopping chronyd. [1] * Document chronyd_* options in rc.d script. [1] Changes by Matthias Andree: * Move USES line up to please portlint. * Add HTMLDOCS option, to build and install HTML docs. IMPLIES DOCS. Needs textproc/asciidoctor (rubygem) as build requisite. * Turn CRYPTLIB into a _RADIO to choose at most one from NSS + NETTLE. * Under WITH_DEBUG, add --enable-debug to CONFIGURE_ARGS. * Remove @ (silent) from Makefile commands. * Remove NSS_BROKEN, chrony 3.5 appears to work with NSS. Updates [3]. PR: 244534 [1] PR: 242510 [2] PR: 223840 [3] Submitted by: Colin T. <bugzilla@nulldir.e4ward.com> [1] Reported by: Matt Smith <freebsd@xtaz.uk> [2] Approved by: maintainer timeout (yonas@fizk.net, 36 days)
13 lines
353 B
Plaintext
13 lines
353 B
Plaintext
bin/chronyc
|
|
@sample etc/chrony.conf.sample
|
|
man/man1/chronyc.1.gz
|
|
man/man5/chrony.conf.5.gz
|
|
man/man8/chronyd.8.gz
|
|
sbin/chronyd
|
|
@dir(chronyd,chronyd) /var/db/chrony
|
|
%%HTMLDOCS%%%%DOCSDIR%%/chrony.conf.html
|
|
%%HTMLDOCS%%%%DOCSDIR%%/chronyc.html
|
|
%%HTMLDOCS%%%%DOCSDIR%%/chronyd.html
|
|
%%HTMLDOCS%%%%DOCSDIR%%/faq.html
|
|
%%HTMLDOCS%%%%DOCSDIR%%/installation.html
|