Changeset View
Changeset View
Standalone View
Standalone View
net/tcprtt/Makefile
- This file was added.
Property | Old Value | New Value |
---|---|---|
svn:eol-style | null | native \ No newline at end of property |
svn:keywords | null | FreeBSD=%H \ No newline at end of property |
svn:mime-type | null | text/plain \ No newline at end of property |
# $FreeBSD$ | |||||
PORTNAME= tcprtt | |||||
DISTVERSION= g20191022 | |||||
CATEGORIES= net | |||||
MAINTAINER= rs@netflix.com | |||||
COMMENT= Measures the TCP handshake RTT using the stats(9) statistics framework | |||||
LICENSE= BSD2CLAUSE | |||||
USE_GITHUB= yes | |||||
GH_ACCOUNT= KlaraSystems | |||||
GH_TAGNAME= 1c857b8bd6e071290d118c96c051fbdf7db40129 | |||||
PLIST_FILES= bin/tcprtt man/man8/${PORTNAME}.8.gz | |||||
.include <bsd.port.options.mk> | |||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300035 | |||||
allanjude: stats.h is committed now, so we should update this to the correct number | |||||
traszAuthorUnsubmitted Done Inline ActionsThis also needs the TCP part of the stats(3) framework, which is not committed yet. trasz: This also needs the TCP part of the stats(3) framework, which is not committed yet. | |||||
IGNORE= not supported on older CURRENT, no kernel support | |||||
.endif | |||||
do-install: | |||||
${INSTALL_PROGRAM} ${WRKSRC}/tcprtt ${STAGEDIR}${PREFIX}/bin | |||||
${INSTALL_MAN} ${WRKSRC}/tcprtt.8 ${STAGEDIR}${PREFIX}/man/man8 | |||||
.include <bsd.port.mk> |
stats.h is committed now, so we should update this to the correct number