mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
net/ntpsec: Broken on 11 with SSL_DEFAULT=base because TLSv1.3 isn't supported in OpenSSL there
Reported by: fallout
This commit is contained in:
parent
118589081c
commit
d381b3a6f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549972
@ -24,6 +24,12 @@ MAKE_ENV= NOSYNC=1 # workaround for the console problem: https://gitlab.com/NTPs
|
||||
|
||||
PORTSCOUT= limit:^\d+\. # prevent alpha-numeric strings
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000 && ${SSL_DEFAULT} == base
|
||||
BROKEN= Needs OpenSSL with TLSv1.3 support but OpenSSL in base on FreeBSD 11 doesn't support TLSv1.3
|
||||
.endif
|
||||
|
||||
post-install: # autoplist: plist varies depending on the python version
|
||||
@cd ${STAGEDIR}${PREFIX} && \
|
||||
${FIND} * -type f -or -type l | ${SED} -e 's|^share/man/.*|&.gz|' >> ${TMPPLIST}
|
||||
|
Loading…
Reference in New Issue
Block a user