svn commit: r487365 - head/net/httping

Emanuel Haupt ehaupt at FreeBSD.org
Thu Dec 13 13:18:44 UTC 2018


Author: ehaupt
Date: Thu Dec 13 13:18:43 2018
New Revision: 487365
URL: https://svnweb.freebsd.org/changeset/ports/487365

Log:
  Support TCP_FASTOPEN on FreeBSD 12.0.

Modified:
  head/net/httping/Makefile

Modified: head/net/httping/Makefile
==============================================================================
--- head/net/httping/Makefile	Thu Dec 13 13:01:04 2018	(r487364)
+++ head/net/httping/Makefile	Thu Dec 13 13:18:43 2018	(r487365)
@@ -3,6 +3,7 @@
 
 PORTNAME=	httping
 PORTVERSION=	2.5
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	https://www.vanheusden.com/httping/ \
 		LOCAL/ehaupt
@@ -43,6 +44,10 @@ MAKE_ENV+=	SSL=yes
 USES+=		ssl
 .else
 MAKE_ENV+=	SSL=no
+.endif
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000
+MAKE_ENV+=	TFO=yes
 .endif
 
 do-install:


More information about the svn-ports-all mailing list