View | Details | Raw Unified | Return to bug 216737 | Differences between
and this patch

Collapse All | Expand All

(-)b/Makefile (-9 / +10 lines)
Lines 12-34 COMMENT= System clock synchronization client and server Link Here
12
LICENSE=       GPLv2
12
LICENSE=       GPLv2
13
LICENSE_FILE=  ${WRKSRC}/COPYING
13
LICENSE_FILE=  ${WRKSRC}/COPYING
14
BUILD_DEPENDS= rubygem-asciidoctor>=0:textproc/rubygem-asciidoctor
14
USERS=          chronyd
15
GROUPS=         chronyd
15
USES=          cpe gmake makeinfo readline
16
USES=          cpe gmake libedit
16
CPE_VENDOR=    tuxfamily
17
CPE_VENDOR=    tuxfamily
17
HAS_CONFIGURE= yes
18
HAS_CONFIGURE= yes
18
CONFIGURE_ARGS=        --prefix=${PREFIX} \
19
CONFIGURE_ARGS=        --prefix=${PREFIX} \
19
               --chronyvardir=/var/db/${PORTNAME} \
20
               --chronyvardir=/var/db/${PORTNAME} \
20
               --infodir=${PREFIX}/info \
21
               --infodir=${PREFIX}/info \
21
               --sysconfdir=${PREFIX}/etc --mandir=${MANPREFIX}/man \
22
               --sysconfdir=${PREFIX}/etc --mandir=${MANPREFIX}/man \
22
               --datarootdir=${DATADIR} --docdir=${DOCSDIR}
23
               --datarootdir=${DATADIR} --docdir=${DOCSDIR} \
24
               --with-user=chronyd
23
USE_RC_SUBR=   chronyd
25
USE_RC_SUBR=   chronyd
24
ALL_TARGET=    all docs
26
ALL_TARGET=    all
25
INSTALL_TARGET=        install install-docs
27
INSTALL_TARGET=        install
26
EXTRAPORTDOCS= FAQ NEWS README
28
PORTDOCS=      FAQ NEWS README
27
PORTDOCS=      chrony.conf.html chronyc.html chronyd.html faq.html \
28
               installation.html ${EXTRAPORTDOCS}
29
PORTEXAMPLES=  chrony.conf.example1 chrony.conf.example2 \
29
PORTEXAMPLES=  chrony.conf.example1 chrony.conf.example2 \
30
               chrony.conf.example3 chrony.keys.example
30
               chrony.conf.example3 chrony.keys.example
Lines 46-52 BROKEN_aarch64= Fails to compile: invalid operands to binary expression (double Link Here
46
post-install:
46
post-install:
47
       ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/chronyc
47
       ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/chronyc
48
       ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/chronyd
48
       ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/chronyd
49
       ${INSTALL_DATA} ${EXTRAPORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
49
       @${MKDIR} ${STAGEDIR}${DOCSDIR}
50
       ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
50
       @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
51
       @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
51
       ${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} \
52
       ${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} \
52
               ${STAGEDIR}${EXAMPLESDIR}
53
               ${STAGEDIR}${EXAMPLESDIR}
(-)b/pkg-message (-2 / +1 lines)
Lines 1-5 Link Here
1
Unfortunately, this software has shameful history of several vulnerabilities
1
Unfortunately, this software has shameful history of several vulnerabilities
2
previously discovered.  FreeBSD Project cannot guarantee that this spree had
2
previously discovered.  FreeBSD Project cannot guarantee that this spree had
3
come to an end.  It is further complicated, as chronyd(8) requires superuser
3
come to an end.  Please type ``make deinstall'' to deinstall the port
4
permissions to operate; please type ``make deinstall'' to deinstall the port
5
if tight security is a concern.
4
if tight security is a concern.
(-)b/pkg-plist (+2 lines)
Lines 4-7 man/man1/chronyc.1.gz Link Here
4
man/man5/chrony.conf.5.gz
4
man/man5/chrony.conf.5.gz
5
man/man8/chronyd.8.gz
5
man/man8/chronyd.8.gz
6
sbin/chronyd
6
sbin/chronyd
7
@owner chronyd
8
@group chronyd
7
@dir /var/db/chrony
9
@dir /var/db/chrony

Return to bug 216737