Date: Thu, 13 Dec 2018 13:18:44 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487365 - head/net/httping Message-ID: <201812131318.wBDDIivv086927@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812131318.wBDDIivv086927>