mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Support TCP_FASTOPEN on FreeBSD 12.0.
This commit is contained in:
parent
f38d1593fa
commit
db60a43da3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487365
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= httping
|
||||
PORTVERSION= 2.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= https://www.vanheusden.com/httping/ \
|
||||
LOCAL/ehaupt
|
||||
|
@ -45,6 +46,10 @@ USES+= ssl
|
|||
MAKE_ENV+= SSL=no
|
||||
.endif
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000
|
||||
MAKE_ENV+= TFO=yes
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
|
|
Loading…
Add table
Reference in a new issue